Shades of Hemlock #61614D
Tints of Hemlock #61614D
RGB
CMYK
RGB Variations
Color information
#61614D (or 0x61614D) is known color: Hemlock. HEX triplet: 61, 61 and 4D. RGB value is (97,97,77). Sum of RGB (Red+Green+Blue) = 97+97+77=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61614D is #9E9EB2. Grayscale: #5E5E5E. Windows color (decimal): -10395315 or 5071201. OLE color: 5071201.
HSL color Cylindrical-coordinate representation of color #61614D: hue angle of 60º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61614D is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 77 | - |
| CMYK | 0 | 0 | 0.21 | 0.62 |
| HSL | 60º | 0.11% | 0.34% | - |
| HSV(B) | 60º | 0.21% | 0.38% | - |
| XYZ | 10.54 | 11.63 | 8.71 | - |
| YUV | 94.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 77 | 0 | 0 | 0.21 | 0.62 | 60 | 0.11 | 0.34 |
| Hex | 61 | 61 | 4D | 0 | 0 | 15 | 3E | 3C | B | 22 |
| Octal | 141 | 141 | 115 | 0 | 0 | 25 | 76 | 74 | 13 | 42 |
| Binary | 1100001 | 1100001 | 1001101 | 0 | 0 | 10101 | 111110 | 111100 | 1011 | 100010 |
Color Harmonies of #61614D
Complementary color
Monochromatic Colors of #61614D
Black with #61614D
Text Example
Text Example
White with #61614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61614D; }
p { color: rgb(97,97,77); }
H1.HeaderClassName
{
color: #61614D;
}
.AnyTagClassName
{
color: #61614D;
}
</style>
background-color css
<style>
a { background-color: #61614D; }
a { background-color: rgb(97,97,77); }
div.DivClassName
{
background-color: #61614D;
}
.BgClassName
{
background-color: #61614D;
}
</style>
border-color css
<style>
span { border-color: #61614D; }
span { border-color: rgb(97,97,77); }
td.TdClassName
{
border-color: #61614D;
}
.TagClassName
{
border-color: #61614D;
}
</style>