Shades of Hemlock #706D44
Tints of Hemlock #706D44
RGB
CMYK
RGB Variations
Color information
#706D44 (or 0x706D44) is known color: Hemlock. HEX triplet: 70, 6D and 44. RGB value is (112,109,68). Sum of RGB (Red+Green+Blue) = 112+109+68=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D44 is #8F92BB. Grayscale: #696969. Windows color (decimal): -9409212 or 4484464. OLE color: 4484464.
HSL color Cylindrical-coordinate representation of color #706D44: hue angle of 55.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706D44 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 68 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.56 |
| HSL | 55.91º | 0.24% | 0.35% | - |
| HSV(B) | 55.91º | 0.39% | 0.44% | - |
| XYZ | 13.19 | 14.8 | 7.63 | - |
| YUV | 105.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 68 | 0 | 0.03 | 0.39 | 0.56 | 55.91 | 0.24 | 0.35 |
| Hex | 70 | 6D | 44 | 0 | 3 | 27 | 38 | 38 | 18 | 23 |
| Octal | 160 | 155 | 104 | 0 | 3 | 47 | 70 | 70 | 30 | 43 |
| Binary | 1110000 | 1101101 | 1000100 | 0 | 11 | 100111 | 111000 | 111000 | 11000 | 100011 |
Color Harmonies of #706D44
Complementary color
Monochromatic Colors of #706D44
Black with #706D44
Text Example
Text Example
White with #706D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D44; }
p { color: rgb(112,109,68); }
H1.HeaderClassName
{
color: #706D44;
}
.AnyTagClassName
{
color: #706D44;
}
</style>
background-color css
<style>
a { background-color: #706D44; }
a { background-color: rgb(112,109,68); }
div.DivClassName
{
background-color: #706D44;
}
.BgClassName
{
background-color: #706D44;
}
</style>
border-color css
<style>
span { border-color: #706D44; }
span { border-color: rgb(112,109,68); }
td.TdClassName
{
border-color: #706D44;
}
.TagClassName
{
border-color: #706D44;
}
</style>