Shades of Hemlock #706F41
Tints of Hemlock #706F41
RGB
CMYK
RGB Variations
Color information
#706F41 (or 0x706F41) is known color: Hemlock. HEX triplet: 70, 6F and 41. RGB value is (112,111,65). Sum of RGB (Red+Green+Blue) = 112+111+65=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #706F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F41 is #8F90BE. Grayscale: #6A6A6A. Windows color (decimal): -9408703 or 4288368. OLE color: 4288368.
HSL color Cylindrical-coordinate representation of color #706F41: hue angle of 58.72º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #706F41 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 65 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.56 |
| HSL | 58.72º | 0.27% | 0.35% | - |
| HSV(B) | 58.72º | 0.42% | 0.44% | - |
| XYZ | 13.32 | 15.2 | 7.23 | - |
| YUV | 106.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 65 | 0 | 0.01 | 0.42 | 0.56 | 58.72 | 0.27 | 0.35 |
| Hex | 70 | 6F | 41 | 0 | 1 | 2A | 38 | 3B | 1B | 23 |
| Octal | 160 | 157 | 101 | 0 | 1 | 52 | 70 | 73 | 33 | 43 |
| Binary | 1110000 | 1101111 | 1000001 | 0 | 1 | 101010 | 111000 | 111011 | 11011 | 100011 |
Color Harmonies of #706F41
Complementary color
Monochromatic Colors of #706F41
Black with #706F41
Text Example
Text Example
White with #706F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F41; }
p { color: rgb(112,111,65); }
H1.HeaderClassName
{
color: #706F41;
}
.AnyTagClassName
{
color: #706F41;
}
</style>
background-color css
<style>
a { background-color: #706F41; }
a { background-color: rgb(112,111,65); }
div.DivClassName
{
background-color: #706F41;
}
.BgClassName
{
background-color: #706F41;
}
</style>
border-color css
<style>
span { border-color: #706F41; }
span { border-color: rgb(112,111,65); }
td.TdClassName
{
border-color: #706F41;
}
.TagClassName
{
border-color: #706F41;
}
</style>