Shades of Olivetone #706A2B
Tints of Olivetone #706A2B
RGB
CMYK
RGB Variations
Color information
#706A2B (or 0x706A2B) is known color: Olivetone. HEX triplet: 70, 6A and 2B. RGB value is (112,106,43). Sum of RGB (Red+Green+Blue) = 112+106+43=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #706A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A2B is #8F95D4. Grayscale: #646464. Windows color (decimal): -9410005 or 2845296. OLE color: 2845296.
HSL color Cylindrical-coordinate representation of color #706A2B: hue angle of 54.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #706A2B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 43 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.56 |
| HSL | 54.78º | 0.45% | 0.3% | - |
| HSV(B) | 54.78º | 0.62% | 0.44% | - |
| XYZ | 12.27 | 13.93 | 4.33 | - |
| YUV | 100.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 43 | 0 | 0.05 | 0.62 | 0.56 | 54.78 | 0.45 | 0.3 |
| Hex | 70 | 6A | 2B | 0 | 5 | 3E | 38 | 37 | 2D | 1E |
| Octal | 160 | 152 | 53 | 0 | 5 | 76 | 70 | 67 | 55 | 36 |
| Binary | 1110000 | 1101010 | 101011 | 0 | 101 | 111110 | 111000 | 110111 | 101101 | 11110 |
Color Harmonies of #706A2B
Complementary color
Monochromatic Colors of #706A2B
Black with #706A2B
Text Example
Text Example
White with #706A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A2B; }
p { color: rgb(112,106,43); }
H1.HeaderClassName
{
color: #706A2B;
}
.AnyTagClassName
{
color: #706A2B;
}
</style>
background-color css
<style>
a { background-color: #706A2B; }
a { background-color: rgb(112,106,43); }
div.DivClassName
{
background-color: #706A2B;
}
.BgClassName
{
background-color: #706A2B;
}
</style>
border-color css
<style>
span { border-color: #706A2B; }
span { border-color: rgb(112,106,43); }
td.TdClassName
{
border-color: #706A2B;
}
.TagClassName
{
border-color: #706A2B;
}
</style>