Shades of Nevada #606F6E
Tints of Nevada #606F6E
RGB
CMYK
RGB Variations
Color information
#606F6E (or 0x606F6E) is known color: Nevada. HEX triplet: 60, 6F and 6E. RGB value is (96,111,110). Sum of RGB (Red+Green+Blue) = 96+111+110=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 111 - color contains mainly: green. Hex color #606F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F6E is #9F9091. Grayscale: #6A6A6A. Windows color (decimal): -10457234 or 7237472. OLE color: 7237472.
HSL color Cylindrical-coordinate representation of color #606F6E: hue angle of 176º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606F6E is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 111 | 110 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.56 |
| HSL | 176º | 0.07% | 0.41% | - |
| HSV(B) | 176º | 0.14% | 0.44% | - |
| XYZ | 13.32 | 14.98 | 16.94 | - |
| YUV | 106.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 110 | 0.14 | 0 | 0.01 | 0.56 | 176 | 0.07 | 0.41 |
| Hex | 60 | 6F | 6E | E | 0 | 1 | 38 | B0 | 7 | 29 |
| Octal | 140 | 157 | 156 | 16 | 0 | 1 | 70 | 260 | 7 | 51 |
| Binary | 1100000 | 1101111 | 1101110 | 1110 | 0 | 1 | 111000 | 10110000 | 111 | 101001 |
Color Harmonies of #606F6E
Complementary color
Monochromatic Colors of #606F6E
Black with #606F6E
Text Example
Text Example
White with #606F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F6E; }
p { color: rgb(96,111,110); }
H1.HeaderClassName
{
color: #606F6E;
}
.AnyTagClassName
{
color: #606F6E;
}
</style>
background-color css
<style>
a { background-color: #606F6E; }
a { background-color: rgb(96,111,110); }
div.DivClassName
{
background-color: #606F6E;
}
.BgClassName
{
background-color: #606F6E;
}
</style>
border-color css
<style>
span { border-color: #606F6E; }
span { border-color: rgb(96,111,110); }
td.TdClassName
{
border-color: #606F6E;
}
.TagClassName
{
border-color: #606F6E;
}
</style>