Shades of Nevada #616E6C
Tints of Nevada #616E6C
RGB
CMYK
RGB Variations
Color information
#616E6C (or 0x616E6C) is known color: Nevada. HEX triplet: 61, 6E and 6C. RGB value is (97,110,108). Sum of RGB (Red+Green+Blue) = 97+110+108=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 110 - color contains mainly: green. Hex color #616E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E6C is #9E9193. Grayscale: #696969. Windows color (decimal): -10391956 or 7106145. OLE color: 7106145.
HSL color Cylindrical-coordinate representation of color #616E6C: hue angle of 170.77º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616E6C is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 108 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.57 |
| HSL | 170.77º | 0.06% | 0.41% | - |
| HSV(B) | 170.77º | 0.12% | 0.43% | - |
| XYZ | 13.21 | 14.78 | 16.34 | - |
| YUV | 105.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 108 | 0.12 | 0 | 0.02 | 0.57 | 170.77 | 0.06 | 0.41 |
| Hex | 61 | 6E | 6C | C | 0 | 2 | 39 | AB | 6 | 29 |
| Octal | 141 | 156 | 154 | 14 | 0 | 2 | 71 | 253 | 6 | 51 |
| Binary | 1100001 | 1101110 | 1101100 | 1100 | 0 | 10 | 111001 | 10101011 | 110 | 101001 |
Color Harmonies of #616E6C
Complementary color
Monochromatic Colors of #616E6C
Black with #616E6C
Text Example
Text Example
White with #616E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E6C; }
p { color: rgb(97,110,108); }
H1.HeaderClassName
{
color: #616E6C;
}
.AnyTagClassName
{
color: #616E6C;
}
</style>
background-color css
<style>
a { background-color: #616E6C; }
a { background-color: rgb(97,110,108); }
div.DivClassName
{
background-color: #616E6C;
}
.BgClassName
{
background-color: #616E6C;
}
</style>
border-color css
<style>
span { border-color: #616E6C; }
span { border-color: rgb(97,110,108); }
td.TdClassName
{
border-color: #616E6C;
}
.TagClassName
{
border-color: #616E6C;
}
</style>