Shades of Hemlock #706F46
Tints of Hemlock #706F46
RGB
CMYK
RGB Variations
Color information
#706F46 (or 0x706F46) is known color: Hemlock. HEX triplet: 70, 6F and 46. RGB value is (112,111,70). Sum of RGB (Red+Green+Blue) = 112+111+70=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F46 is #8F90B9. Grayscale: #6A6A6A. Windows color (decimal): -9408698 or 4616048. OLE color: 4616048.
HSL color Cylindrical-coordinate representation of color #706F46: hue angle of 58.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706F46 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 70 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.56 |
| HSL | 58.57º | 0.23% | 0.36% | - |
| HSV(B) | 58.57º | 0.38% | 0.44% | - |
| XYZ | 13.47 | 15.26 | 8.03 | - |
| YUV | 106.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 70 | 0 | 0.01 | 0.38 | 0.56 | 58.57 | 0.23 | 0.36 |
| Hex | 70 | 6F | 46 | 0 | 1 | 26 | 38 | 3B | 17 | 24 |
| Octal | 160 | 157 | 106 | 0 | 1 | 46 | 70 | 73 | 27 | 44 |
| Binary | 1110000 | 1101111 | 1000110 | 0 | 1 | 100110 | 111000 | 111011 | 10111 | 100100 |
Color Harmonies of #706F46
Complementary color
Monochromatic Colors of #706F46
Black with #706F46
Text Example
Text Example
White with #706F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F46; }
p { color: rgb(112,111,70); }
H1.HeaderClassName
{
color: #706F46;
}
.AnyTagClassName
{
color: #706F46;
}
</style>
background-color css
<style>
a { background-color: #706F46; }
a { background-color: rgb(112,111,70); }
div.DivClassName
{
background-color: #706F46;
}
.BgClassName
{
background-color: #706F46;
}
</style>
border-color css
<style>
span { border-color: #706F46; }
span { border-color: rgb(112,111,70); }
td.TdClassName
{
border-color: #706F46;
}
.TagClassName
{
border-color: #706F46;
}
</style>