Shades of Hemlock #61614C
Tints of Hemlock #61614C
RGB
CMYK
RGB Variations
Color information
#61614C (or 0x61614C) is known color: Hemlock. HEX triplet: 61, 61 and 4C. RGB value is (97,97,76). Sum of RGB (Red+Green+Blue) = 97+97+76=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61614C is #9E9EB3. Grayscale: #5E5E5E. Windows color (decimal): -10395316 or 5005665. OLE color: 5005665.
HSL color Cylindrical-coordinate representation of color #61614C: hue angle of 60º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #61614C is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 76 | - |
| CMYK | 0 | 0 | 0.22 | 0.62 |
| HSL | 60º | 0.12% | 0.34% | - |
| HSV(B) | 60º | 0.22% | 0.38% | - |
| XYZ | 10.51 | 11.61 | 8.53 | - |
| YUV | 94.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 76 | 0 | 0 | 0.22 | 0.62 | 60 | 0.12 | 0.34 |
| Hex | 61 | 61 | 4C | 0 | 0 | 16 | 3E | 3C | C | 22 |
| Octal | 141 | 141 | 114 | 0 | 0 | 26 | 76 | 74 | 14 | 42 |
| Binary | 1100001 | 1100001 | 1001100 | 0 | 0 | 10110 | 111110 | 111100 | 1100 | 100010 |
Color Harmonies of #61614C
Complementary color
Monochromatic Colors of #61614C
Black with #61614C
Text Example
Text Example
White with #61614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61614C; }
p { color: rgb(97,97,76); }
H1.HeaderClassName
{
color: #61614C;
}
.AnyTagClassName
{
color: #61614C;
}
</style>
background-color css
<style>
a { background-color: #61614C; }
a { background-color: rgb(97,97,76); }
div.DivClassName
{
background-color: #61614C;
}
.BgClassName
{
background-color: #61614C;
}
</style>
border-color css
<style>
span { border-color: #61614C; }
span { border-color: rgb(97,97,76); }
td.TdClassName
{
border-color: #61614C;
}
.TagClassName
{
border-color: #61614C;
}
</style>