Shades of Hemlock #706D45
Tints of Hemlock #706D45
RGB
CMYK
RGB Variations
Color information
#706D45 (or 0x706D45) is known color: Hemlock. HEX triplet: 70, 6D and 45. RGB value is (112,109,69). Sum of RGB (Red+Green+Blue) = 112+109+69=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706D45 is #8F92BA. Grayscale: #696969. Windows color (decimal): -9409211 or 4550000. OLE color: 4550000.
HSL color Cylindrical-coordinate representation of color #706D45: hue angle of 55.81º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706D45 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 69 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.56 |
| HSL | 55.81º | 0.24% | 0.35% | - |
| HSV(B) | 55.81º | 0.38% | 0.44% | - |
| XYZ | 13.22 | 14.81 | 7.79 | - |
| YUV | 105.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 69 | 0 | 0.03 | 0.38 | 0.56 | 55.81 | 0.24 | 0.35 |
| Hex | 70 | 6D | 45 | 0 | 3 | 26 | 38 | 38 | 18 | 23 |
| Octal | 160 | 155 | 105 | 0 | 3 | 46 | 70 | 70 | 30 | 43 |
| Binary | 1110000 | 1101101 | 1000101 | 0 | 11 | 100110 | 111000 | 111000 | 11000 | 100011 |
Color Harmonies of #706D45
Complementary color
Monochromatic Colors of #706D45
Black with #706D45
Text Example
Text Example
White with #706D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D45; }
p { color: rgb(112,109,69); }
H1.HeaderClassName
{
color: #706D45;
}
.AnyTagClassName
{
color: #706D45;
}
</style>
background-color css
<style>
a { background-color: #706D45; }
a { background-color: rgb(112,109,69); }
div.DivClassName
{
background-color: #706D45;
}
.BgClassName
{
background-color: #706D45;
}
</style>
border-color css
<style>
span { border-color: #706D45; }
span { border-color: rgb(112,109,69); }
td.TdClassName
{
border-color: #706D45;
}
.TagClassName
{
border-color: #706D45;
}
</style>