Shades of Olivetone #706616
Tints of Olivetone #706616
RGB
CMYK
RGB Variations
Color information
#706616 (or 0x706616) is known color: Olivetone. HEX triplet: 70, 66 and 16. RGB value is (112,102,22). Sum of RGB (Red+Green+Blue) = 112+102+22=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706616 is #8F99E9. Grayscale: #606060. Windows color (decimal): -9411050 or 1468016. OLE color: 1468016.
HSL color Cylindrical-coordinate representation of color #706616: hue angle of 53.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706616 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 22 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.56 |
| HSL | 53.33º | 0.67% | 0.26% | - |
| HSV(B) | 53.33º | 0.8% | 0.44% | - |
| XYZ | 11.58 | 13.01 | 2.66 | - |
| YUV | 95.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 22 | 0 | 0.09 | 0.80 | 0.56 | 53.33 | 0.67 | 0.26 |
| Hex | 70 | 66 | 16 | 0 | 9 | 50 | 38 | 35 | 43 | 1A |
| Octal | 160 | 146 | 26 | 0 | 11 | 120 | 70 | 65 | 103 | 32 |
| Binary | 1110000 | 1100110 | 10110 | 0 | 1001 | 1010000 | 111000 | 110101 | 1000011 | 11010 |
Color Harmonies of #706616
Complementary color
Monochromatic Colors of #706616
Black with #706616
Text Example
Text Example
White with #706616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706616; }
p { color: rgb(112,102,22); }
H1.HeaderClassName
{
color: #706616;
}
.AnyTagClassName
{
color: #706616;
}
</style>
background-color css
<style>
a { background-color: #706616; }
a { background-color: rgb(112,102,22); }
div.DivClassName
{
background-color: #706616;
}
.BgClassName
{
background-color: #706616;
}
</style>
border-color css
<style>
span { border-color: #706616; }
span { border-color: rgb(112,102,22); }
td.TdClassName
{
border-color: #706616;
}
.TagClassName
{
border-color: #706616;
}
</style>