Shades of Olivetone #706E1C
Tints of Olivetone #706E1C
RGB
CMYK
RGB Variations
Color information
#706E1C (or 0x706E1C) is known color: Olivetone. HEX triplet: 70, 6E and 1C. RGB value is (112,110,28). Sum of RGB (Red+Green+Blue) = 112+110+28=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #706E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E1C is #8F91E3. Grayscale: #656565. Windows color (decimal): -9408996 or 1863280. OLE color: 1863280.
HSL color Cylindrical-coordinate representation of color #706E1C: hue angle of 58.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #706E1C is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 28 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.56 |
| HSL | 58.57º | 0.6% | 0.27% | - |
| HSV(B) | 58.57º | 0.75% | 0.44% | - |
| XYZ | 12.47 | 14.68 | 3.28 | - |
| YUV | 101.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 28 | 0 | 0.02 | 0.75 | 0.56 | 58.57 | 0.6 | 0.27 |
| Hex | 70 | 6E | 1C | 0 | 2 | 4B | 38 | 3B | 3C | 1B |
| Octal | 160 | 156 | 34 | 0 | 2 | 113 | 70 | 73 | 74 | 33 |
| Binary | 1110000 | 1101110 | 11100 | 0 | 10 | 1001011 | 111000 | 111011 | 111100 | 11011 |
Color Harmonies of #706E1C
Complementary color
Monochromatic Colors of #706E1C
Black with #706E1C
Text Example
Text Example
White with #706E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E1C; }
p { color: rgb(112,110,28); }
H1.HeaderClassName
{
color: #706E1C;
}
.AnyTagClassName
{
color: #706E1C;
}
</style>
background-color css
<style>
a { background-color: #706E1C; }
a { background-color: rgb(112,110,28); }
div.DivClassName
{
background-color: #706E1C;
}
.BgClassName
{
background-color: #706E1C;
}
</style>
border-color css
<style>
span { border-color: #706E1C; }
span { border-color: rgb(112,110,28); }
td.TdClassName
{
border-color: #706E1C;
}
.TagClassName
{
border-color: #706E1C;
}
</style>