Shades of Olivetone #706825
Tints of Olivetone #706825
RGB
CMYK
RGB Variations
Color information
#706825 (or 0x706825) is known color: Olivetone. HEX triplet: 70, 68 and 25. RGB value is (112,104,37). Sum of RGB (Red+Green+Blue) = 112+104+37=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #706825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706825 is #8F97DA. Grayscale: #636363. Windows color (decimal): -9410523 or 2451568. OLE color: 2451568.
HSL color Cylindrical-coordinate representation of color #706825: hue angle of 53.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #706825 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 37 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.56 |
| HSL | 53.6º | 0.5% | 0.29% | - |
| HSV(B) | 53.6º | 0.67% | 0.44% | - |
| XYZ | 11.97 | 13.48 | 3.72 | - |
| YUV | 98.75 | 93.15 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 37 | 0 | 0.07 | 0.67 | 0.56 | 53.6 | 0.5 | 0.29 |
| Hex | 70 | 68 | 25 | 0 | 7 | 43 | 38 | 36 | 32 | 1D |
| Octal | 160 | 150 | 45 | 0 | 7 | 103 | 70 | 66 | 62 | 35 |
| Binary | 1110000 | 1101000 | 100101 | 0 | 111 | 1000011 | 111000 | 110110 | 110010 | 11101 |
Color Harmonies of #706825
Complementary color
Monochromatic Colors of #706825
Black with #706825
Text Example
Text Example
White with #706825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706825; }
p { color: rgb(112,104,37); }
H1.HeaderClassName
{
color: #706825;
}
.AnyTagClassName
{
color: #706825;
}
</style>
background-color css
<style>
a { background-color: #706825; }
a { background-color: rgb(112,104,37); }
div.DivClassName
{
background-color: #706825;
}
.BgClassName
{
background-color: #706825;
}
</style>
border-color css
<style>
span { border-color: #706825; }
span { border-color: rgb(112,104,37); }
td.TdClassName
{
border-color: #706825;
}
.TagClassName
{
border-color: #706825;
}
</style>