Shades of Hemlock #706C3D
Tints of Hemlock #706C3D
RGB
CMYK
RGB Variations
Color information
#706C3D (or 0x706C3D) is known color: Hemlock. HEX triplet: 70, 6C and 3D. RGB value is (112,108,61). Sum of RGB (Red+Green+Blue) = 112+108+61=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C3D is #8F93C2. Grayscale: #686868. Windows color (decimal): -9409475 or 4025456. OLE color: 4025456.
HSL color Cylindrical-coordinate representation of color #706C3D: hue angle of 55.29º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #706C3D is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 61 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.56 |
| HSL | 55.29º | 0.29% | 0.34% | - |
| HSV(B) | 55.29º | 0.46% | 0.44% | - |
| XYZ | 12.89 | 14.51 | 6.54 | - |
| YUV | 103.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 61 | 0 | 0.04 | 0.46 | 0.56 | 55.29 | 0.29 | 0.34 |
| Hex | 70 | 6C | 3D | 0 | 4 | 2E | 38 | 37 | 1D | 22 |
| Octal | 160 | 154 | 75 | 0 | 4 | 56 | 70 | 67 | 35 | 42 |
| Binary | 1110000 | 1101100 | 111101 | 0 | 100 | 101110 | 111000 | 110111 | 11101 | 100010 |
Color Harmonies of #706C3D
Complementary color
Monochromatic Colors of #706C3D
Black with #706C3D
Text Example
Text Example
White with #706C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C3D; }
p { color: rgb(112,108,61); }
H1.HeaderClassName
{
color: #706C3D;
}
.AnyTagClassName
{
color: #706C3D;
}
</style>
background-color css
<style>
a { background-color: #706C3D; }
a { background-color: rgb(112,108,61); }
div.DivClassName
{
background-color: #706C3D;
}
.BgClassName
{
background-color: #706C3D;
}
</style>
border-color css
<style>
span { border-color: #706C3D; }
span { border-color: rgb(112,108,61); }
td.TdClassName
{
border-color: #706C3D;
}
.TagClassName
{
border-color: #706C3D;
}
</style>