Shades of Nevada #65706F
Tints of Nevada #65706F
RGB
CMYK
RGB Variations
Color information
#65706F (or 0x65706F) is known color: Nevada. HEX triplet: 65, 70 and 6F. RGB value is (101,112,111). Sum of RGB (Red+Green+Blue) = 101+112+111=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #65706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65706F is #9A8F90. Grayscale: #6C6C6C. Windows color (decimal): -10129297 or 7303269. OLE color: 7303269.
HSL color Cylindrical-coordinate representation of color #65706F: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65706F is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 111 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.56 |
| HSL | 174.55º | 0.05% | 0.42% | - |
| HSV(B) | 174.55º | 0.1% | 0.44% | - |
| XYZ | 14.03 | 15.5 | 17.29 | - |
| YUV | 108.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 111 | 0.10 | 0 | 0.01 | 0.56 | 174.55 | 0.05 | 0.42 |
| Hex | 65 | 70 | 6F | A | 0 | 1 | 38 | AF | 5 | 2A |
| Octal | 145 | 160 | 157 | 12 | 0 | 1 | 70 | 257 | 5 | 52 |
| Binary | 1100101 | 1110000 | 1101111 | 1010 | 0 | 1 | 111000 | 10101111 | 101 | 101010 |
Color Harmonies of #65706F
Complementary color
Monochromatic Colors of #65706F
Black with #65706F
Text Example
Text Example
White with #65706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65706F; }
p { color: rgb(101,112,111); }
H1.HeaderClassName
{
color: #65706F;
}
.AnyTagClassName
{
color: #65706F;
}
</style>
background-color css
<style>
a { background-color: #65706F; }
a { background-color: rgb(101,112,111); }
div.DivClassName
{
background-color: #65706F;
}
.BgClassName
{
background-color: #65706F;
}
</style>
border-color css
<style>
span { border-color: #65706F; }
span { border-color: rgb(101,112,111); }
td.TdClassName
{
border-color: #65706F;
}
.TagClassName
{
border-color: #65706F;
}
</style>