Shades of Nevada #616D6B
Tints of Nevada #616D6B
RGB
CMYK
RGB Variations
Color information
#616D6B (or 0x616D6B) is known color: Nevada. HEX triplet: 61, 6D and 6B. RGB value is (97,109,107). Sum of RGB (Red+Green+Blue) = 97+109+107=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #616D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D6B is #9E9294. Grayscale: #696969. Windows color (decimal): -10392213 or 7040353. OLE color: 7040353.
HSL color Cylindrical-coordinate representation of color #616D6B: hue angle of 170º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #616D6B is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
RGB | 97 | 109 | 107 | - |
CMYK | 0.11 | 0 | 0.02 | 0.57 |
HSL | 170º | 0.06% | 0.4% | - |
HSV(B) | 170º | 0.11% | 0.43% | - |
XYZ | 13.05 | 14.54 | 16.03 | - |
YUV | 105.18 | 129.02 | 122.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 109 | 107 | 0.11 | 0 | 0.02 | 0.57 | 170 | 0.06 | 0.4 |
Hex | 61 | 6D | 6B | B | 0 | 2 | 39 | AA | 6 | 28 |
Octal | 141 | 155 | 153 | 13 | 0 | 2 | 71 | 252 | 6 | 50 |
Binary | 1100001 | 1101101 | 1101011 | 1011 | 0 | 10 | 111001 | 10101010 | 110 | 101000 |
Color Harmonies of #616D6B
Complementary color
Monochromatic Colors of #616D6B
Black with #616D6B
Text Example
Text Example
White with #616D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D6B; }
p { color: rgb(97,109,107); }
H1.HeaderClassName
{
color: #616D6B;
}
.AnyTagClassName
{
color: #616D6B;
}
</style>
background-color css
<style>
a { background-color: #616D6B; }
a { background-color: rgb(97,109,107); }
div.DivClassName
{
background-color: #616D6B;
}
.BgClassName
{
background-color: #616D6B;
}
</style>
border-color css
<style>
span { border-color: #616D6B; }
span { border-color: rgb(97,109,107); }
td.TdClassName
{
border-color: #616D6B;
}
.TagClassName
{
border-color: #616D6B;
}
</style>