Shades of Olivetone #706823
Tints of Olivetone #706823
RGB
CMYK
RGB Variations
Color information
#706823 (or 0x706823) is known color: Olivetone. HEX triplet: 70, 68 and 23. RGB value is (112,104,35). Sum of RGB (Red+Green+Blue) = 112+104+35=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706823 is #8F97DC. Grayscale: #626262. Windows color (decimal): -9410525 or 2320496. OLE color: 2320496.
HSL color Cylindrical-coordinate representation of color #706823: hue angle of 53.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #706823 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 35 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.56 |
| HSL | 53.77º | 0.52% | 0.29% | - |
| HSV(B) | 53.77º | 0.69% | 0.44% | - |
| XYZ | 11.94 | 13.47 | 3.56 | - |
| YUV | 98.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 35 | 0 | 0.07 | 0.69 | 0.56 | 53.77 | 0.52 | 0.29 |
| Hex | 70 | 68 | 23 | 0 | 7 | 45 | 38 | 36 | 34 | 1D |
| Octal | 160 | 150 | 43 | 0 | 7 | 105 | 70 | 66 | 64 | 35 |
| Binary | 1110000 | 1101000 | 100011 | 0 | 111 | 1000101 | 111000 | 110110 | 110100 | 11101 |
Color Harmonies of #706823
Complementary color
Monochromatic Colors of #706823
Black with #706823
Text Example
Text Example
White with #706823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706823; }
p { color: rgb(112,104,35); }
H1.HeaderClassName
{
color: #706823;
}
.AnyTagClassName
{
color: #706823;
}
</style>
background-color css
<style>
a { background-color: #706823; }
a { background-color: rgb(112,104,35); }
div.DivClassName
{
background-color: #706823;
}
.BgClassName
{
background-color: #706823;
}
</style>
border-color css
<style>
span { border-color: #706823; }
span { border-color: rgb(112,104,35); }
td.TdClassName
{
border-color: #706823;
}
.TagClassName
{
border-color: #706823;
}
</style>