Shades of Nevada #656D6C
Tints of Nevada #656D6C
RGB
CMYK
RGB Variations
Color information
#656D6C (or 0x656D6C) is known color: Nevada. HEX triplet: 65, 6D and 6C. RGB value is (101,109,108). Sum of RGB (Red+Green+Blue) = 101+109+108=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 109 - color contains mainly: green. Hex color #656D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D6C is #9A9293. Grayscale: #6A6A6A. Windows color (decimal): -10130068 or 7105893. OLE color: 7105893.
HSL color Cylindrical-coordinate representation of color #656D6C: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #656D6C is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 108 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.57 |
| HSL | 172.5º | 0.04% | 0.41% | - |
| HSV(B) | 172.5º | 0.07% | 0.43% | - |
| XYZ | 13.54 | 14.79 | 16.33 | - |
| YUV | 106.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 108 | 0.07 | 0 | 0.01 | 0.57 | 172.5 | 0.04 | 0.41 |
| Hex | 65 | 6D | 6C | 7 | 0 | 1 | 39 | AC | 4 | 29 |
| Octal | 145 | 155 | 154 | 7 | 0 | 1 | 71 | 254 | 4 | 51 |
| Binary | 1100101 | 1101101 | 1101100 | 111 | 0 | 1 | 111001 | 10101100 | 100 | 101001 |
Color Harmonies of #656D6C
Complementary color
Monochromatic Colors of #656D6C
Black with #656D6C
Text Example
Text Example
White with #656D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D6C; }
p { color: rgb(101,109,108); }
H1.HeaderClassName
{
color: #656D6C;
}
.AnyTagClassName
{
color: #656D6C;
}
</style>
background-color css
<style>
a { background-color: #656D6C; }
a { background-color: rgb(101,109,108); }
div.DivClassName
{
background-color: #656D6C;
}
.BgClassName
{
background-color: #656D6C;
}
</style>
border-color css
<style>
span { border-color: #656D6C; }
span { border-color: rgb(101,109,108); }
td.TdClassName
{
border-color: #656D6C;
}
.TagClassName
{
border-color: #656D6C;
}
</style>