Shades of Hemlock #61614B
Tints of Hemlock #61614B
RGB
CMYK
RGB Variations
Color information
#61614B (or 0x61614B) is known color: Hemlock. HEX triplet: 61, 61 and 4B. RGB value is (97,97,75). Sum of RGB (Red+Green+Blue) = 97+97+75=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61614B is #9E9EB4. Grayscale: #5E5E5E. Windows color (decimal): -10395317 or 4940129. OLE color: 4940129.
HSL color Cylindrical-coordinate representation of color #61614B: hue angle of 60º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61614B is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 97 | 75 | - |
| CMYK | 0 | 0 | 0.23 | 0.62 |
| HSL | 60º | 0.13% | 0.34% | - |
| HSV(B) | 60º | 0.23% | 0.38% | - |
| XYZ | 10.47 | 11.6 | 8.34 | - |
| YUV | 94.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 75 | 0 | 0 | 0.23 | 0.62 | 60 | 0.13 | 0.34 |
| Hex | 61 | 61 | 4B | 0 | 0 | 17 | 3E | 3C | D | 22 |
| Octal | 141 | 141 | 113 | 0 | 0 | 27 | 76 | 74 | 15 | 42 |
| Binary | 1100001 | 1100001 | 1001011 | 0 | 0 | 10111 | 111110 | 111100 | 1101 | 100010 |
Color Harmonies of #61614B
Complementary color
Monochromatic Colors of #61614B
Black with #61614B
Text Example
Text Example
White with #61614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61614B; }
p { color: rgb(97,97,75); }
H1.HeaderClassName
{
color: #61614B;
}
.AnyTagClassName
{
color: #61614B;
}
</style>
background-color css
<style>
a { background-color: #61614B; }
a { background-color: rgb(97,97,75); }
div.DivClassName
{
background-color: #61614B;
}
.BgClassName
{
background-color: #61614B;
}
</style>
border-color css
<style>
span { border-color: #61614B; }
span { border-color: rgb(97,97,75); }
td.TdClassName
{
border-color: #61614B;
}
.TagClassName
{
border-color: #61614B;
}
</style>