Microsoft
Software
Hardware
Network
Question : Converting Hexadecimal to RGB
Cold someone please explain how to create the RGB color that matches '66' in Hexadecimal ?
6 equals the nibble 0110 = 0+4+2+0 = 6
right?
so 66 is 0110 0110
What's that equal in RBG?
Thanks.
Answer : Converting Hexadecimal to RGB
I think you have it the wrong way around.
An RGB colour is a triplet of HEX values. The hex value "66" is 6x16 + 6 = 102.
Random Solutions
Testing a war file from websphere
VS 2008 C# Make Non-Modal behave as Modal
Cisco Firewall (ASA-5550) - memory allocation error
How do I test for a null value in a datagridview cell
Terminal Services connections and Exchange 2010
Windows 7 printing on Citrix Windows Server 2003
how to repair a corrupted PST
Setjob function in server 2008
How to Query Same Table twice using 1 SQL Query ?
How do I prevent my app from being indexed by search engines