Shades of Nevada #616C6B
Tints of Nevada #616C6B
RGB
CMYK
RGB Variations
Color information
#616C6B (or 0x616C6B) is known color: Nevada. HEX triplet: 61, 6C and 6B. RGB value is (97,108,107). Sum of RGB (Red+Green+Blue) = 97+108+107=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #616C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6B is #9E9394. Grayscale: #686868. Windows color (decimal): -10392469 or 7040097. OLE color: 7040097.
HSL color Cylindrical-coordinate representation of color #616C6B: hue angle of 174.55º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #616C6B is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 108 | 107 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.58 |
| HSL | 174.55º | 0.05% | 0.4% | - |
| HSV(B) | 174.55º | 0.1% | 0.42% | - |
| XYZ | 12.95 | 14.33 | 15.99 | - |
| YUV | 104.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 107 | 0.10 | 0 | 0.01 | 0.58 | 174.55 | 0.05 | 0.4 |
| Hex | 61 | 6C | 6B | A | 0 | 1 | 3A | AF | 5 | 28 |
| Octal | 141 | 154 | 153 | 12 | 0 | 1 | 72 | 257 | 5 | 50 |
| Binary | 1100001 | 1101100 | 1101011 | 1010 | 0 | 1 | 111010 | 10101111 | 101 | 101000 |
Color Harmonies of #616C6B
Complementary color
Monochromatic Colors of #616C6B
Black with #616C6B
Text Example
Text Example
White with #616C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C6B; }
p { color: rgb(97,108,107); }
H1.HeaderClassName
{
color: #616C6B;
}
.AnyTagClassName
{
color: #616C6B;
}
</style>
background-color css
<style>
a { background-color: #616C6B; }
a { background-color: rgb(97,108,107); }
div.DivClassName
{
background-color: #616C6B;
}
.BgClassName
{
background-color: #616C6B;
}
</style>
border-color css
<style>
span { border-color: #616C6B; }
span { border-color: rgb(97,108,107); }
td.TdClassName
{
border-color: #616C6B;
}
.TagClassName
{
border-color: #616C6B;
}
</style>