Shades of Nevada #656F6E
Tints of Nevada #656F6E
RGB
CMYK
RGB Variations
Color information
#656F6E (or 0x656F6E) is known color: Nevada. HEX triplet: 65, 6F and 6E. RGB value is (101,111,110). Sum of RGB (Red+Green+Blue) = 101+111+110=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 111 - color contains mainly: green. Hex color #656F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F6E is #9A9091. Grayscale: #6B6B6B. Windows color (decimal): -10129554 or 7237477. OLE color: 7237477.
HSL color Cylindrical-coordinate representation of color #656F6E: hue angle of 174º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656F6E is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 110 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.56 |
| HSL | 174º | 0.05% | 0.42% | - |
| HSV(B) | 174º | 0.09% | 0.44% | - |
| XYZ | 13.87 | 15.26 | 16.97 | - |
| YUV | 107.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 110 | 0.09 | 0 | 0.01 | 0.56 | 174 | 0.05 | 0.42 |
| Hex | 65 | 6F | 6E | 9 | 0 | 1 | 38 | AE | 5 | 2A |
| Octal | 145 | 157 | 156 | 11 | 0 | 1 | 70 | 256 | 5 | 52 |
| Binary | 1100101 | 1101111 | 1101110 | 1001 | 0 | 1 | 111000 | 10101110 | 101 | 101010 |
Color Harmonies of #656F6E
Complementary color
Monochromatic Colors of #656F6E
Black with #656F6E
Text Example
Text Example
White with #656F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F6E; }
p { color: rgb(101,111,110); }
H1.HeaderClassName
{
color: #656F6E;
}
.AnyTagClassName
{
color: #656F6E;
}
</style>
background-color css
<style>
a { background-color: #656F6E; }
a { background-color: rgb(101,111,110); }
div.DivClassName
{
background-color: #656F6E;
}
.BgClassName
{
background-color: #656F6E;
}
</style>
border-color css
<style>
span { border-color: #656F6E; }
span { border-color: rgb(101,111,110); }
td.TdClassName
{
border-color: #656F6E;
}
.TagClassName
{
border-color: #656F6E;
}
</style>