Shades of Hemlock #706C45
Tints of Hemlock #706C45
RGB
CMYK
RGB Variations
Color information
#706C45 (or 0x706C45) is known color: Hemlock. HEX triplet: 70, 6C and 45. RGB value is (112,108,69). Sum of RGB (Red+Green+Blue) = 112+108+69=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #706C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C45 is #8F93BA. Grayscale: #686868. Windows color (decimal): -9409467 or 4549744. OLE color: 4549744.
HSL color Cylindrical-coordinate representation of color #706C45: hue angle of 54.42º 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 #706C45 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 69 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.56 |
| HSL | 54.42º | 0.24% | 0.35% | - |
| HSV(B) | 54.42º | 0.38% | 0.44% | - |
| XYZ | 13.12 | 14.6 | 7.76 | - |
| YUV | 104.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 69 | 0 | 0.04 | 0.38 | 0.56 | 54.42 | 0.24 | 0.35 |
| Hex | 70 | 6C | 45 | 0 | 4 | 26 | 38 | 36 | 18 | 23 |
| Octal | 160 | 154 | 105 | 0 | 4 | 46 | 70 | 66 | 30 | 43 |
| Binary | 1110000 | 1101100 | 1000101 | 0 | 100 | 100110 | 111000 | 110110 | 11000 | 100011 |
Color Harmonies of #706C45
Complementary color
Monochromatic Colors of #706C45
Black with #706C45
Text Example
Text Example
White with #706C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C45; }
p { color: rgb(112,108,69); }
H1.HeaderClassName
{
color: #706C45;
}
.AnyTagClassName
{
color: #706C45;
}
</style>
background-color css
<style>
a { background-color: #706C45; }
a { background-color: rgb(112,108,69); }
div.DivClassName
{
background-color: #706C45;
}
.BgClassName
{
background-color: #706C45;
}
</style>
border-color css
<style>
span { border-color: #706C45; }
span { border-color: rgb(112,108,69); }
td.TdClassName
{
border-color: #706C45;
}
.TagClassName
{
border-color: #706C45;
}
</style>