Shades of Hemlock #706E4B
Tints of Hemlock #706E4B
RGB
CMYK
RGB Variations
Color information
#706E4B (or 0x706E4B) is known color: Hemlock. HEX triplet: 70, 6E and 4B. RGB value is (112,110,75). Sum of RGB (Red+Green+Blue) = 112+110+75=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #706E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E4B is #8F91B4. Grayscale: #6A6A6A. Windows color (decimal): -9408949 or 4943472. OLE color: 4943472.
HSL color Cylindrical-coordinate representation of color #706E4B: hue angle of 56.76º 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 #706E4B is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 75 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.56 |
| HSL | 56.76º | 0.2% | 0.37% | - |
| HSV(B) | 56.76º | 0.33% | 0.44% | - |
| XYZ | 13.53 | 15.1 | 8.86 | - |
| YUV | 106.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 75 | 0 | 0.02 | 0.33 | 0.56 | 56.76 | 0.2 | 0.37 |
| Hex | 70 | 6E | 4B | 0 | 2 | 21 | 38 | 39 | 14 | 25 |
| Octal | 160 | 156 | 113 | 0 | 2 | 41 | 70 | 71 | 24 | 45 |
| Binary | 1110000 | 1101110 | 1001011 | 0 | 10 | 100001 | 111000 | 111001 | 10100 | 100101 |
Color Harmonies of #706E4B
Complementary color
Monochromatic Colors of #706E4B
Black with #706E4B
Text Example
Text Example
White with #706E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E4B; }
p { color: rgb(112,110,75); }
H1.HeaderClassName
{
color: #706E4B;
}
.AnyTagClassName
{
color: #706E4B;
}
</style>
background-color css
<style>
a { background-color: #706E4B; }
a { background-color: rgb(112,110,75); }
div.DivClassName
{
background-color: #706E4B;
}
.BgClassName
{
background-color: #706E4B;
}
</style>
border-color css
<style>
span { border-color: #706E4B; }
span { border-color: rgb(112,110,75); }
td.TdClassName
{
border-color: #706E4B;
}
.TagClassName
{
border-color: #706E4B;
}
</style>