Shades of Olivetone #706E1D
Tints of Olivetone #706E1D
RGB
CMYK
RGB Variations
Color information
#706E1D (or 0x706E1D) is known color: Olivetone. HEX triplet: 70, 6E and 1D. RGB value is (112,110,29). Sum of RGB (Red+Green+Blue) = 112+110+29=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E1D is #8F91E2. Grayscale: #656565. Windows color (decimal): -9408995 or 1928816. OLE color: 1928816.
HSL color Cylindrical-coordinate representation of color #706E1D: hue angle of 58.55º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #706E1D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 29 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.56 |
| HSL | 58.55º | 0.59% | 0.28% | - |
| HSV(B) | 58.55º | 0.74% | 0.44% | - |
| XYZ | 12.48 | 14.69 | 3.34 | - |
| YUV | 101.36 | 87.16 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 29 | 0 | 0.02 | 0.74 | 0.56 | 58.55 | 0.59 | 0.28 |
| Hex | 70 | 6E | 1D | 0 | 2 | 4A | 38 | 3B | 3B | 1C |
| Octal | 160 | 156 | 35 | 0 | 2 | 112 | 70 | 73 | 73 | 34 |
| Binary | 1110000 | 1101110 | 11101 | 0 | 10 | 1001010 | 111000 | 111011 | 111011 | 11100 |
Color Harmonies of #706E1D
Complementary color
Monochromatic Colors of #706E1D
Black with #706E1D
Text Example
Text Example
White with #706E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E1D; }
p { color: rgb(112,110,29); }
H1.HeaderClassName
{
color: #706E1D;
}
.AnyTagClassName
{
color: #706E1D;
}
</style>
background-color css
<style>
a { background-color: #706E1D; }
a { background-color: rgb(112,110,29); }
div.DivClassName
{
background-color: #706E1D;
}
.BgClassName
{
background-color: #706E1D;
}
</style>
border-color css
<style>
span { border-color: #706E1D; }
span { border-color: rgb(112,110,29); }
td.TdClassName
{
border-color: #706E1D;
}
.TagClassName
{
border-color: #706E1D;
}
</style>