Shades of Nevada #656E6D
Tints of Nevada #656E6D
RGB
CMYK
RGB Variations
Color information
#656E6D (or 0x656E6D) is known color: Nevada. HEX triplet: 65, 6E and 6D. RGB value is (101,110,109). Sum of RGB (Red+Green+Blue) = 101+110+109=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 110 - color contains mainly: green. Hex color #656E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E6D is #9A9192. Grayscale: #6B6B6B. Windows color (decimal): -10129811 or 7171685. OLE color: 7171685.
HSL color Cylindrical-coordinate representation of color #656E6D: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #656E6D is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 109 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.57 |
| HSL | 173.33º | 0.04% | 0.41% | - |
| HSV(B) | 173.33º | 0.08% | 0.43% | - |
| XYZ | 13.7 | 15.02 | 16.65 | - |
| YUV | 107.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 109 | 0.08 | 0 | 0.01 | 0.57 | 173.33 | 0.04 | 0.41 |
| Hex | 65 | 6E | 6D | 8 | 0 | 1 | 39 | AD | 4 | 29 |
| Octal | 145 | 156 | 155 | 10 | 0 | 1 | 71 | 255 | 4 | 51 |
| Binary | 1100101 | 1101110 | 1101101 | 1000 | 0 | 1 | 111001 | 10101101 | 100 | 101001 |
Color Harmonies of #656E6D
Complementary color
Monochromatic Colors of #656E6D
Black with #656E6D
Text Example
Text Example
White with #656E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E6D; }
p { color: rgb(101,110,109); }
H1.HeaderClassName
{
color: #656E6D;
}
.AnyTagClassName
{
color: #656E6D;
}
</style>
background-color css
<style>
a { background-color: #656E6D; }
a { background-color: rgb(101,110,109); }
div.DivClassName
{
background-color: #656E6D;
}
.BgClassName
{
background-color: #656E6D;
}
</style>
border-color css
<style>
span { border-color: #656E6D; }
span { border-color: rgb(101,110,109); }
td.TdClassName
{
border-color: #656E6D;
}
.TagClassName
{
border-color: #656E6D;
}
</style>