Shades of Hemlock #706D47
Tints of Hemlock #706D47
RGB
CMYK
RGB Variations
Color information
#706D47 (or 0x706D47) is known color: Hemlock. HEX triplet: 70, 6D and 47. RGB value is (112,109,71). Sum of RGB (Red+Green+Blue) = 112+109+71=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #706D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D47 is #8F92B8. Grayscale: #696969. Windows color (decimal): -9409209 or 4681072. OLE color: 4681072.
HSL color Cylindrical-coordinate representation of color #706D47: hue angle of 55.61º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #706D47 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 71 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.56 |
| HSL | 55.61º | 0.22% | 0.36% | - |
| HSV(B) | 55.61º | 0.37% | 0.44% | - |
| XYZ | 13.29 | 14.84 | 8.12 | - |
| YUV | 105.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 71 | 0 | 0.03 | 0.37 | 0.56 | 55.61 | 0.22 | 0.36 |
| Hex | 70 | 6D | 47 | 0 | 3 | 25 | 38 | 38 | 16 | 24 |
| Octal | 160 | 155 | 107 | 0 | 3 | 45 | 70 | 70 | 26 | 44 |
| Binary | 1110000 | 1101101 | 1000111 | 0 | 11 | 100101 | 111000 | 111000 | 10110 | 100100 |
Color Harmonies of #706D47
Complementary color
Monochromatic Colors of #706D47
Black with #706D47
Text Example
Text Example
White with #706D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D47; }
p { color: rgb(112,109,71); }
H1.HeaderClassName
{
color: #706D47;
}
.AnyTagClassName
{
color: #706D47;
}
</style>
background-color css
<style>
a { background-color: #706D47; }
a { background-color: rgb(112,109,71); }
div.DivClassName
{
background-color: #706D47;
}
.BgClassName
{
background-color: #706D47;
}
</style>
border-color css
<style>
span { border-color: #706D47; }
span { border-color: rgb(112,109,71); }
td.TdClassName
{
border-color: #706D47;
}
.TagClassName
{
border-color: #706D47;
}
</style>