Shades of Nevada #666E6D
Tints of Nevada #666E6D
RGB
CMYK
RGB Variations
Color information
#666E6D (or 0x666E6D) is known color: Nevada. HEX triplet: 66, 6E and 6D. RGB value is (102,110,109). Sum of RGB (Red+Green+Blue) = 102+110+109=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 110 - color contains mainly: green. Hex color #666E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E6D is #999192. Grayscale: #6B6B6B. Windows color (decimal): -10064275 or 7171686. OLE color: 7171686.
HSL color Cylindrical-coordinate representation of color #666E6D: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666E6D is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 109 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.57 |
| HSL | 172.5º | 0.04% | 0.42% | - |
| HSV(B) | 172.5º | 0.07% | 0.43% | - |
| XYZ | 13.82 | 15.08 | 16.65 | - |
| YUV | 107.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 109 | 0.07 | 0 | 0.01 | 0.57 | 172.5 | 0.04 | 0.42 |
| Hex | 66 | 6E | 6D | 7 | 0 | 1 | 39 | AC | 4 | 2A |
| Octal | 146 | 156 | 155 | 7 | 0 | 1 | 71 | 254 | 4 | 52 |
| Binary | 1100110 | 1101110 | 1101101 | 111 | 0 | 1 | 111001 | 10101100 | 100 | 101010 |
Color Harmonies of #666E6D
Complementary color
Monochromatic Colors of #666E6D
Black with #666E6D
Text Example
Text Example
White with #666E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E6D; }
p { color: rgb(102,110,109); }
H1.HeaderClassName
{
color: #666E6D;
}
.AnyTagClassName
{
color: #666E6D;
}
</style>
background-color css
<style>
a { background-color: #666E6D; }
a { background-color: rgb(102,110,109); }
div.DivClassName
{
background-color: #666E6D;
}
.BgClassName
{
background-color: #666E6D;
}
</style>
border-color css
<style>
span { border-color: #666E6D; }
span { border-color: rgb(102,110,109); }
td.TdClassName
{
border-color: #666E6D;
}
.TagClassName
{
border-color: #666E6D;
}
</style>