Shades of Hemlock #706B40
Tints of Hemlock #706B40
RGB
CMYK
RGB Variations
Color information
#706B40 (or 0x706B40) is known color: Hemlock. HEX triplet: 70, 6B and 40. RGB value is (112,107,64). Sum of RGB (Red+Green+Blue) = 112+107+64=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B40 is #8F94BF. Grayscale: #676767. Windows color (decimal): -9409728 or 4221808. OLE color: 4221808.
HSL color Cylindrical-coordinate representation of color #706B40: hue angle of 53.75º 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 #706B40 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 64 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.56 |
| HSL | 53.75º | 0.27% | 0.35% | - |
| HSV(B) | 53.75º | 0.43% | 0.44% | - |
| XYZ | 12.87 | 14.33 | 6.94 | - |
| YUV | 103.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 64 | 0 | 0.04 | 0.43 | 0.56 | 53.75 | 0.27 | 0.35 |
| Hex | 70 | 6B | 40 | 0 | 4 | 2B | 38 | 36 | 1B | 23 |
| Octal | 160 | 153 | 100 | 0 | 4 | 53 | 70 | 66 | 33 | 43 |
| Binary | 1110000 | 1101011 | 1000000 | 0 | 100 | 101011 | 111000 | 110110 | 11011 | 100011 |
Color Harmonies of #706B40
Complementary color
Monochromatic Colors of #706B40
Black with #706B40
Text Example
Text Example
White with #706B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B40; }
p { color: rgb(112,107,64); }
H1.HeaderClassName
{
color: #706B40;
}
.AnyTagClassName
{
color: #706B40;
}
</style>
background-color css
<style>
a { background-color: #706B40; }
a { background-color: rgb(112,107,64); }
div.DivClassName
{
background-color: #706B40;
}
.BgClassName
{
background-color: #706B40;
}
</style>
border-color css
<style>
span { border-color: #706B40; }
span { border-color: rgb(112,107,64); }
td.TdClassName
{
border-color: #706B40;
}
.TagClassName
{
border-color: #706B40;
}
</style>