Shades of Hemlock #616154
Tints of Hemlock #616154
RGB
CMYK
RGB Variations
Color information
#616154 (or 0x616154) is known color: Hemlock. HEX triplet: 61, 61 and 54. RGB value is (97,97,84). Sum of RGB (Red+Green+Blue) = 97+97+84=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616154 is #9E9EAB. Grayscale: #5F5F5F. Windows color (decimal): -10395308 or 5529953. OLE color: 5529953.
HSL color Cylindrical-coordinate representation of color #616154: hue angle of 60º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616154 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 84 | - |
| CMYK | 0 | 0 | 0.13 | 0.62 |
| HSL | 60º | 0.07% | 0.35% | - |
| HSV(B) | 60º | 0.13% | 0.38% | - |
| XYZ | 10.8 | 11.73 | 10.08 | - |
| YUV | 95.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 84 | 0 | 0 | 0.13 | 0.62 | 60 | 0.07 | 0.35 |
| Hex | 61 | 61 | 54 | 0 | 0 | D | 3E | 3C | 7 | 23 |
| Octal | 141 | 141 | 124 | 0 | 0 | 15 | 76 | 74 | 7 | 43 |
| Binary | 1100001 | 1100001 | 1010100 | 0 | 0 | 1101 | 111110 | 111100 | 111 | 100011 |
Color Harmonies of #616154
Complementary color
Monochromatic Colors of #616154
Black with #616154
Text Example
Text Example
White with #616154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616154; }
p { color: rgb(97,97,84); }
H1.HeaderClassName
{
color: #616154;
}
.AnyTagClassName
{
color: #616154;
}
</style>
background-color css
<style>
a { background-color: #616154; }
a { background-color: rgb(97,97,84); }
div.DivClassName
{
background-color: #616154;
}
.BgClassName
{
background-color: #616154;
}
</style>
border-color css
<style>
span { border-color: #616154; }
span { border-color: rgb(97,97,84); }
td.TdClassName
{
border-color: #616154;
}
.TagClassName
{
border-color: #616154;
}
</style>