Shades of Nevada #656E6F
Tints of Nevada #656E6F
RGB
CMYK
RGB Variations
Color information
#656E6F (or 0x656E6F) is known color: Nevada. HEX triplet: 65, 6E and 6F. RGB value is (101,110,111). Sum of RGB (Red+Green+Blue) = 101+110+111=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 111 - color contains mainly: blue. Hex color #656E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E6F is #9A9190. Grayscale: #6B6B6B. Windows color (decimal): -10129809 or 7302757. OLE color: 7302757.
HSL color Cylindrical-coordinate representation of color #656E6F: hue angle of 186º 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 #656E6F is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 110 | 111 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.56 |
| HSL | 186º | 0.05% | 0.42% | - |
| HSV(B) | 186º | 0.09% | 0.44% | - |
| XYZ | 13.81 | 15.07 | 17.22 | - |
| YUV | 107.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 111 | 0.09 | 0.01 | 0 | 0.56 | 186 | 0.05 | 0.42 |
| Hex | 65 | 6E | 6F | 9 | 1 | 0 | 38 | BA | 5 | 2A |
| Octal | 145 | 156 | 157 | 11 | 1 | 0 | 70 | 272 | 5 | 52 |
| Binary | 1100101 | 1101110 | 1101111 | 1001 | 1 | 0 | 111000 | 10111010 | 101 | 101010 |
Color Harmonies of #656E6F
Complementary color
Monochromatic Colors of #656E6F
Black with #656E6F
Text Example
Text Example
White with #656E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E6F; }
p { color: rgb(101,110,111); }
H1.HeaderClassName
{
color: #656E6F;
}
.AnyTagClassName
{
color: #656E6F;
}
</style>
background-color css
<style>
a { background-color: #656E6F; }
a { background-color: rgb(101,110,111); }
div.DivClassName
{
background-color: #656E6F;
}
.BgClassName
{
background-color: #656E6F;
}
</style>
border-color css
<style>
span { border-color: #656E6F; }
span { border-color: rgb(101,110,111); }
td.TdClassName
{
border-color: #656E6F;
}
.TagClassName
{
border-color: #656E6F;
}
</style>