Shades of Nevada #61716F
Tints of Nevada #61716F
RGB
CMYK
RGB Variations
Color information
#61716F (or 0x61716F) is known color: Nevada. HEX triplet: 61, 71 and 6F. RGB value is (97,113,111). Sum of RGB (Red+Green+Blue) = 97+113+111=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #61716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61716F is #9E8E90. Grayscale: #6B6B6B. Windows color (decimal): -10391185 or 7303521. OLE color: 7303521.
HSL color Cylindrical-coordinate representation of color #61716F: hue angle of 172.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61716F is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 113 | 111 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.56 |
| HSL | 172.5º | 0.08% | 0.41% | - |
| HSV(B) | 172.5º | 0.14% | 0.44% | - |
| XYZ | 13.7 | 15.5 | 17.31 | - |
| YUV | 107.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 111 | 0.14 | 0 | 0.02 | 0.56 | 172.5 | 0.08 | 0.41 |
| Hex | 61 | 71 | 6F | E | 0 | 2 | 38 | AC | 8 | 29 |
| Octal | 141 | 161 | 157 | 16 | 0 | 2 | 70 | 254 | 10 | 51 |
| Binary | 1100001 | 1110001 | 1101111 | 1110 | 0 | 10 | 111000 | 10101100 | 1000 | 101001 |
Color Harmonies of #61716F
Complementary color
Monochromatic Colors of #61716F
Black with #61716F
Text Example
Text Example
White with #61716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61716F; }
p { color: rgb(97,113,111); }
H1.HeaderClassName
{
color: #61716F;
}
.AnyTagClassName
{
color: #61716F;
}
</style>
background-color css
<style>
a { background-color: #61716F; }
a { background-color: rgb(97,113,111); }
div.DivClassName
{
background-color: #61716F;
}
.BgClassName
{
background-color: #61716F;
}
</style>
border-color css
<style>
span { border-color: #61716F; }
span { border-color: rgb(97,113,111); }
td.TdClassName
{
border-color: #61716F;
}
.TagClassName
{
border-color: #61716F;
}
</style>