Shades of Olivetone #706C2C
Tints of Olivetone #706C2C
RGB
CMYK
RGB Variations
Color information
#706C2C (or 0x706C2C) is known color: Olivetone. HEX triplet: 70, 6C and 2C. RGB value is (112,108,44). Sum of RGB (Red+Green+Blue) = 112+108+44=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #706C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C2C is #8F93D3. Grayscale: #666666. Windows color (decimal): -9409492 or 2911344. OLE color: 2911344.
HSL color Cylindrical-coordinate representation of color #706C2C: hue angle of 56.47º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #706C2C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 44 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.56 |
| HSL | 56.47º | 0.44% | 0.31% | - |
| HSV(B) | 56.47º | 0.61% | 0.44% | - |
| XYZ | 12.5 | 14.35 | 4.49 | - |
| YUV | 101.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 44 | 0 | 0.04 | 0.61 | 0.56 | 56.47 | 0.44 | 0.31 |
| Hex | 70 | 6C | 2C | 0 | 4 | 3D | 38 | 38 | 2C | 1F |
| Octal | 160 | 154 | 54 | 0 | 4 | 75 | 70 | 70 | 54 | 37 |
| Binary | 1110000 | 1101100 | 101100 | 0 | 100 | 111101 | 111000 | 111000 | 101100 | 11111 |
Color Harmonies of #706C2C
Complementary color
Monochromatic Colors of #706C2C
Black with #706C2C
Text Example
Text Example
White with #706C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C2C; }
p { color: rgb(112,108,44); }
H1.HeaderClassName
{
color: #706C2C;
}
.AnyTagClassName
{
color: #706C2C;
}
</style>
background-color css
<style>
a { background-color: #706C2C; }
a { background-color: rgb(112,108,44); }
div.DivClassName
{
background-color: #706C2C;
}
.BgClassName
{
background-color: #706C2C;
}
</style>
border-color css
<style>
span { border-color: #706C2C; }
span { border-color: rgb(112,108,44); }
td.TdClassName
{
border-color: #706C2C;
}
.TagClassName
{
border-color: #706C2C;
}
</style>