Shades of Hemlock #706F43
Tints of Hemlock #706F43
RGB
CMYK
RGB Variations
Color information
#706F43 (or 0x706F43) is known color: Hemlock. HEX triplet: 70, 6F and 43. RGB value is (112,111,67). Sum of RGB (Red+Green+Blue) = 112+111+67=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 112 - color contains mainly: red. Hex color #706F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F43 is #8F90BC. Grayscale: #6A6A6A. Windows color (decimal): -9408701 or 4419440. OLE color: 4419440.
HSL color Cylindrical-coordinate representation of color #706F43: hue angle of 58.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706F43 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 67 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.56 |
| HSL | 58.67º | 0.25% | 0.35% | - |
| HSV(B) | 58.67º | 0.4% | 0.44% | - |
| XYZ | 13.38 | 15.22 | 7.54 | - |
| YUV | 106.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 67 | 0 | 0.01 | 0.40 | 0.56 | 58.67 | 0.25 | 0.35 |
| Hex | 70 | 6F | 43 | 0 | 1 | 28 | 38 | 3B | 19 | 23 |
| Octal | 160 | 157 | 103 | 0 | 1 | 50 | 70 | 73 | 31 | 43 |
| Binary | 1110000 | 1101111 | 1000011 | 0 | 1 | 101000 | 111000 | 111011 | 11001 | 100011 |
Color Harmonies of #706F43
Complementary color
Monochromatic Colors of #706F43
Black with #706F43
Text Example
Text Example
White with #706F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F43; }
p { color: rgb(112,111,67); }
H1.HeaderClassName
{
color: #706F43;
}
.AnyTagClassName
{
color: #706F43;
}
</style>
background-color css
<style>
a { background-color: #706F43; }
a { background-color: rgb(112,111,67); }
div.DivClassName
{
background-color: #706F43;
}
.BgClassName
{
background-color: #706F43;
}
</style>
border-color css
<style>
span { border-color: #706F43; }
span { border-color: rgb(112,111,67); }
td.TdClassName
{
border-color: #706F43;
}
.TagClassName
{
border-color: #706F43;
}
</style>