Shades of Hemlock #706F4B
Tints of Hemlock #706F4B
RGB
CMYK
RGB Variations
Color information
#706F4B (or 0x706F4B) is known color: Hemlock. HEX triplet: 70, 6F and 4B. RGB value is (112,111,75). Sum of RGB (Red+Green+Blue) = 112+111+75=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #706F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706F4B is #8F90B4. Grayscale: #6B6B6B. Windows color (decimal): -9408693 or 4943728. OLE color: 4943728.
HSL color Cylindrical-coordinate representation of color #706F4B: hue angle of 58.38º 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 #706F4B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 75 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.56 |
| HSL | 58.38º | 0.2% | 0.37% | - |
| HSV(B) | 58.38º | 0.33% | 0.44% | - |
| XYZ | 13.64 | 15.32 | 8.9 | - |
| YUV | 107.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 75 | 0 | 0.01 | 0.33 | 0.56 | 58.38 | 0.2 | 0.37 |
| Hex | 70 | 6F | 4B | 0 | 1 | 21 | 38 | 3A | 14 | 25 |
| Octal | 160 | 157 | 113 | 0 | 1 | 41 | 70 | 72 | 24 | 45 |
| Binary | 1110000 | 1101111 | 1001011 | 0 | 1 | 100001 | 111000 | 111010 | 10100 | 100101 |
Color Harmonies of #706F4B
Complementary color
Monochromatic Colors of #706F4B
Black with #706F4B
Text Example
Text Example
White with #706F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F4B; }
p { color: rgb(112,111,75); }
H1.HeaderClassName
{
color: #706F4B;
}
.AnyTagClassName
{
color: #706F4B;
}
</style>
background-color css
<style>
a { background-color: #706F4B; }
a { background-color: rgb(112,111,75); }
div.DivClassName
{
background-color: #706F4B;
}
.BgClassName
{
background-color: #706F4B;
}
</style>
border-color css
<style>
span { border-color: #706F4B; }
span { border-color: rgb(112,111,75); }
td.TdClassName
{
border-color: #706F4B;
}
.TagClassName
{
border-color: #706F4B;
}
</style>