While http://tcl.activestate.com/man/tcl8.4/TkCmd/colors.htm , included in the standard core distribution, completely answers most questions about the color values available for syntactic use in Tcl scripts, several other facts about color might interest programmers. This page aims to collect all this sort of information. ---- Okay, here's the standard (and rather reliably portable) 6x6x6 color cube. This page has been around forever: http://the-light.com/colclick.html ---- The source file which realizes the description which appears in the hyperlink at the top of this page is xlib/xcolor.c. X11 (Unix) systems often have a `showrgb` command and/or .../lib/X11/rgb.txt which give the same (?) data. Programmatic access to the English-to-RGB-code map is available as winfo rgb . $color ---- [tk_chooseColor] answers some questions on this subject. ---- The [W3C] maintains a list [http://www.w3.org/MarkUp/Guide/Style#colors] of "Web-safe" colors. ---- xcolors is an interesting command under X11. ---- International Color Consortium maintains a page [http://www.color.org] which has information on ICC color profiles for computer color matching. ---- [Tk syntax help] - [Arts and crafts of Tcl-Tk programming]