Shades of Nevada #64706F
Tints of Nevada #64706F
RGB
CMYK
RGB Variations
Color information
#64706F (or 0x64706F) is known color: Nevada. HEX triplet: 64, 70 and 6F. RGB value is (100,112,111). Sum of RGB (Red+Green+Blue) = 100+112+111=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #64706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64706F is #9B8F90. Grayscale: #6C6C6C. Windows color (decimal): -10194833 or 7303268. OLE color: 7303268.
HSL color Cylindrical-coordinate representation of color #64706F: hue angle of 175º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64706F is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 112 | 111 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.56 |
| HSL | 175º | 0.06% | 0.42% | - |
| HSV(B) | 175º | 0.11% | 0.44% | - |
| XYZ | 13.92 | 15.45 | 17.29 | - |
| YUV | 108.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 111 | 0.11 | 0 | 0.01 | 0.56 | 175 | 0.06 | 0.42 |
| Hex | 64 | 70 | 6F | B | 0 | 1 | 38 | AF | 6 | 2A |
| Octal | 144 | 160 | 157 | 13 | 0 | 1 | 70 | 257 | 6 | 52 |
| Binary | 1100100 | 1110000 | 1101111 | 1011 | 0 | 1 | 111000 | 10101111 | 110 | 101010 |
Color Harmonies of #64706F
Complementary color
Monochromatic Colors of #64706F
Black with #64706F
Text Example
Text Example
White with #64706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64706F; }
p { color: rgb(100,112,111); }
H1.HeaderClassName
{
color: #64706F;
}
.AnyTagClassName
{
color: #64706F;
}
</style>
background-color css
<style>
a { background-color: #64706F; }
a { background-color: rgb(100,112,111); }
div.DivClassName
{
background-color: #64706F;
}
.BgClassName
{
background-color: #64706F;
}
</style>
border-color css
<style>
span { border-color: #64706F; }
span { border-color: rgb(100,112,111); }
td.TdClassName
{
border-color: #64706F;
}
.TagClassName
{
border-color: #64706F;
}
</style>