Shades of Olivetone #706C1B
Tints of Olivetone #706C1B
RGB
CMYK
RGB Variations
Color information
#706C1B (or 0x706C1B) is known color: Olivetone. HEX triplet: 70, 6C and 1B. RGB value is (112,108,27). Sum of RGB (Red+Green+Blue) = 112+108+27=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #706C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C1B is #8F93E4. Grayscale: #646464. Windows color (decimal): -9409509 or 1797232. OLE color: 1797232.
HSL color Cylindrical-coordinate representation of color #706C1B: hue angle of 57.18º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #706C1B is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 27 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.56 |
| HSL | 57.18º | 0.61% | 0.27% | - |
| HSV(B) | 57.18º | 0.76% | 0.44% | - |
| XYZ | 12.24 | 14.25 | 3.14 | - |
| YUV | 99.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 27 | 0 | 0.04 | 0.76 | 0.56 | 57.18 | 0.61 | 0.27 |
| Hex | 70 | 6C | 1B | 0 | 4 | 4C | 38 | 39 | 3D | 1B |
| Octal | 160 | 154 | 33 | 0 | 4 | 114 | 70 | 71 | 75 | 33 |
| Binary | 1110000 | 1101100 | 11011 | 0 | 100 | 1001100 | 111000 | 111001 | 111101 | 11011 |
Color Harmonies of #706C1B
Complementary color
Monochromatic Colors of #706C1B
Black with #706C1B
Text Example
Text Example
White with #706C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C1B; }
p { color: rgb(112,108,27); }
H1.HeaderClassName
{
color: #706C1B;
}
.AnyTagClassName
{
color: #706C1B;
}
</style>
background-color css
<style>
a { background-color: #706C1B; }
a { background-color: rgb(112,108,27); }
div.DivClassName
{
background-color: #706C1B;
}
.BgClassName
{
background-color: #706C1B;
}
</style>
border-color css
<style>
span { border-color: #706C1B; }
span { border-color: rgb(112,108,27); }
td.TdClassName
{
border-color: #706C1B;
}
.TagClassName
{
border-color: #706C1B;
}
</style>