Shades of Hemlock #706D42
Tints of Hemlock #706D42
RGB
CMYK
RGB Variations
Color information
#706D42 (or 0x706D42) is known color: Hemlock. HEX triplet: 70, 6D and 42. RGB value is (112,109,66). Sum of RGB (Red+Green+Blue) = 112+109+66=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D42 is #8F92BD. Grayscale: #696969. Windows color (decimal): -9409214 or 4353392. OLE color: 4353392.
HSL color Cylindrical-coordinate representation of color #706D42: hue angle of 56.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #706D42 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 66 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.56 |
| HSL | 56.09º | 0.26% | 0.35% | - |
| HSV(B) | 56.09º | 0.41% | 0.44% | - |
| XYZ | 13.13 | 14.78 | 7.31 | - |
| YUV | 105 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 66 | 0 | 0.03 | 0.41 | 0.56 | 56.09 | 0.26 | 0.35 |
| Hex | 70 | 6D | 42 | 0 | 3 | 29 | 38 | 38 | 1A | 23 |
| Octal | 160 | 155 | 102 | 0 | 3 | 51 | 70 | 70 | 32 | 43 |
| Binary | 1110000 | 1101101 | 1000010 | 0 | 11 | 101001 | 111000 | 111000 | 11010 | 100011 |
Color Harmonies of #706D42
Complementary color
Monochromatic Colors of #706D42
Black with #706D42
Text Example
Text Example
White with #706D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D42; }
p { color: rgb(112,109,66); }
H1.HeaderClassName
{
color: #706D42;
}
.AnyTagClassName
{
color: #706D42;
}
</style>
background-color css
<style>
a { background-color: #706D42; }
a { background-color: rgb(112,109,66); }
div.DivClassName
{
background-color: #706D42;
}
.BgClassName
{
background-color: #706D42;
}
</style>
border-color css
<style>
span { border-color: #706D42; }
span { border-color: rgb(112,109,66); }
td.TdClassName
{
border-color: #706D42;
}
.TagClassName
{
border-color: #706D42;
}
</style>