<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RGB Color Chart &#8211; Browser Safe Explanation</title>
	<atom:link href="http://www.chovy.com/web-development/rgb-color-chart-browser-safe-explanation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chovy.com/web-development/rgb-color-chart-browser-safe-explanation/</link>
	<description>Web Development by Chovy</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:01:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: enki</title>
		<link>http://www.chovy.com/web-development/rgb-color-chart-browser-safe-explanation/comment-page-1/#comment-16833</link>
		<dc:creator>enki</dc:creator>
		<pubDate>Tue, 28 Nov 2006 16:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.chovy.com/web-development/rgb-color-chart-browser-safe-explanation/#comment-16833</guid>
		<description>It&#039;s just a nice way to divide 255 shades evenly, such that the total number of colours (6x6x6=216) is less than 256 (minus a few for the system colours that were already in use).

255 / 5 = 51

0x00 =   0
0x33 =  51
0x66 = 102
0x99 = 153
0xCC = 204
0xFF = 255

If you&#039;re interested, see http://en.wikipedia.org/wiki/Web_colors</description>
		<content:encoded><![CDATA[<p>It&#8217;s just a nice way to divide 255 shades evenly, such that the total number of colours (6&#215;6x6=216) is less than 256 (minus a few for the system colours that were already in use).</p>
<p>255 / 5 = 51</p>
<p>0&#215;00 =   0<br />
0&#215;33 =  51<br />
0&#215;66 = 102<br />
0&#215;99 = 153<br />
0xCC = 204<br />
0xFF = 255</p>
<p>If you&#8217;re interested, see <a href="http://en.wikipedia.org/wiki/Web_colors" rel="nofollow">http://en.wikipedia.org/wiki/Web_colors</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
