Shades of Hemlock #706C40
Tints of Hemlock #706C40
RGB
CMYK
RGB Variations
Color information
#706C40 (or 0x706C40) is known color: Hemlock. HEX triplet: 70, 6C and 40. RGB value is (112,108,64). Sum of RGB (Red+Green+Blue) = 112+108+64=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C40 is #8F93BF. Grayscale: #686868. Windows color (decimal): -9409472 or 4222064. OLE color: 4222064.
HSL color Cylindrical-coordinate representation of color #706C40: hue angle of 55º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706C40 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 64 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.56 |
| HSL | 55º | 0.27% | 0.35% | - |
| HSV(B) | 55º | 0.43% | 0.44% | - |
| XYZ | 12.97 | 14.54 | 6.97 | - |
| YUV | 104.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 64 | 0 | 0.04 | 0.43 | 0.56 | 55 | 0.27 | 0.35 |
| Hex | 70 | 6C | 40 | 0 | 4 | 2B | 38 | 37 | 1B | 23 |
| Octal | 160 | 154 | 100 | 0 | 4 | 53 | 70 | 67 | 33 | 43 |
| Binary | 1110000 | 1101100 | 1000000 | 0 | 100 | 101011 | 111000 | 110111 | 11011 | 100011 |
Color Harmonies of #706C40
Complementary color
Monochromatic Colors of #706C40
Black with #706C40
Text Example
Text Example
White with #706C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C40; }
p { color: rgb(112,108,64); }
H1.HeaderClassName
{
color: #706C40;
}
.AnyTagClassName
{
color: #706C40;
}
</style>
background-color css
<style>
a { background-color: #706C40; }
a { background-color: rgb(112,108,64); }
div.DivClassName
{
background-color: #706C40;
}
.BgClassName
{
background-color: #706C40;
}
</style>
border-color css
<style>
span { border-color: #706C40; }
span { border-color: rgb(112,108,64); }
td.TdClassName
{
border-color: #706C40;
}
.TagClassName
{
border-color: #706C40;
}
</style>