Shades of Hemlock #706C4B
Tints of Hemlock #706C4B
RGB
CMYK
RGB Variations
Color information
#706C4B (or 0x706C4B) is known color: Hemlock. HEX triplet: 70, 6C and 4B. RGB value is (112,108,75). Sum of RGB (Red+Green+Blue) = 112+108+75=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C4B is #8F93B4. Grayscale: #696969. Windows color (decimal): -9409461 or 4942960. OLE color: 4942960.
HSL color Cylindrical-coordinate representation of color #706C4B: hue angle of 53.51º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706C4B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 75 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.56 |
| HSL | 53.51º | 0.2% | 0.37% | - |
| HSV(B) | 53.51º | 0.33% | 0.44% | - |
| XYZ | 13.31 | 14.68 | 8.79 | - |
| YUV | 105.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 75 | 0 | 0.04 | 0.33 | 0.56 | 53.51 | 0.2 | 0.37 |
| Hex | 70 | 6C | 4B | 0 | 4 | 21 | 38 | 36 | 14 | 25 |
| Octal | 160 | 154 | 113 | 0 | 4 | 41 | 70 | 66 | 24 | 45 |
| Binary | 1110000 | 1101100 | 1001011 | 0 | 100 | 100001 | 111000 | 110110 | 10100 | 100101 |
Color Harmonies of #706C4B
Complementary color
Monochromatic Colors of #706C4B
Black with #706C4B
Text Example
Text Example
White with #706C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C4B; }
p { color: rgb(112,108,75); }
H1.HeaderClassName
{
color: #706C4B;
}
.AnyTagClassName
{
color: #706C4B;
}
</style>
background-color css
<style>
a { background-color: #706C4B; }
a { background-color: rgb(112,108,75); }
div.DivClassName
{
background-color: #706C4B;
}
.BgClassName
{
background-color: #706C4B;
}
</style>
border-color css
<style>
span { border-color: #706C4B; }
span { border-color: rgb(112,108,75); }
td.TdClassName
{
border-color: #706C4B;
}
.TagClassName
{
border-color: #706C4B;
}
</style>