Shades of Nevada #646666
Tints of Nevada #646666
RGB
CMYK
RGB Variations
Color information
#646666 (or 0x646666) is known color: Nevada. HEX triplet: 64, 66 and 66. RGB value is (100,102,102). Sum of RGB (Red+Green+Blue) = 100+102+102=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #646666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646666 is #9B9999. Grayscale: #656565. Windows color (decimal): -10197402 or 6710884. OLE color: 6710884.
HSL color Cylindrical-coordinate representation of color #646666: hue angle of 180º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #646666 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 102 | - |
| CMYK | 0.02 | 0 | 0 | 0.6 |
| HSL | 180º | 0.01% | 0.4% | - |
| HSV(B) | 180º | 0.02% | 0.4% | - |
| XYZ | 12.41 | 13.17 | 14.46 | - |
| YUV | 101.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 102 | 0.02 | 0 | 0 | 0.6 | 180 | 0.01 | 0.4 |
| Hex | 64 | 66 | 66 | 2 | 0 | 0 | 3C | B4 | 1 | 28 |
| Octal | 144 | 146 | 146 | 2 | 0 | 0 | 74 | 264 | 1 | 50 |
| Binary | 1100100 | 1100110 | 1100110 | 10 | 0 | 0 | 111100 | 10110100 | 1 | 101000 |
Color Harmonies of #646666
Complementary color
Monochromatic Colors of #646666
Black with #646666
Text Example
Text Example
White with #646666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646666; }
p { color: rgb(100,102,102); }
H1.HeaderClassName
{
color: #646666;
}
.AnyTagClassName
{
color: #646666;
}
</style>
background-color css
<style>
a { background-color: #646666; }
a { background-color: rgb(100,102,102); }
div.DivClassName
{
background-color: #646666;
}
.BgClassName
{
background-color: #646666;
}
</style>
border-color css
<style>
span { border-color: #646666; }
span { border-color: rgb(100,102,102); }
td.TdClassName
{
border-color: #646666;
}
.TagClassName
{
border-color: #646666;
}
</style>