Shades of Hemlock #616051
Tints of Hemlock #616051
RGB
CMYK
RGB Variations
Color information
#616051 (or 0x616051) is known color: Hemlock. HEX triplet: 61, 60 and 51. RGB value is (97,96,81). Sum of RGB (Red+Green+Blue) = 97+96+81=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #616051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616051 is #9E9FAE. Grayscale: #5E5E5E. Windows color (decimal): -10395567 or 5333089. OLE color: 5333089.
HSL color Cylindrical-coordinate representation of color #616051: hue angle of 56.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616051 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 81 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.62 |
| HSL | 56.25º | 0.09% | 0.35% | - |
| HSV(B) | 56.25º | 0.16% | 0.38% | - |
| XYZ | 10.6 | 11.5 | 9.45 | - |
| YUV | 94.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 81 | 0 | 0.01 | 0.16 | 0.62 | 56.25 | 0.09 | 0.35 |
| Hex | 61 | 60 | 51 | 0 | 1 | 10 | 3E | 38 | 9 | 23 |
| Octal | 141 | 140 | 121 | 0 | 1 | 20 | 76 | 70 | 11 | 43 |
| Binary | 1100001 | 1100000 | 1010001 | 0 | 1 | 10000 | 111110 | 111000 | 1001 | 100011 |
Color Harmonies of #616051
Complementary color
Monochromatic Colors of #616051
Black with #616051
Text Example
Text Example
White with #616051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616051; }
p { color: rgb(97,96,81); }
H1.HeaderClassName
{
color: #616051;
}
.AnyTagClassName
{
color: #616051;
}
</style>
background-color css
<style>
a { background-color: #616051; }
a { background-color: rgb(97,96,81); }
div.DivClassName
{
background-color: #616051;
}
.BgClassName
{
background-color: #616051;
}
</style>
border-color css
<style>
span { border-color: #616051; }
span { border-color: rgb(97,96,81); }
td.TdClassName
{
border-color: #616051;
}
.TagClassName
{
border-color: #616051;
}
</style>