Shades of Olivetone #706A1F
Tints of Olivetone #706A1F
RGB
CMYK
RGB Variations
Color information
#706A1F (or 0x706A1F) is known color: Olivetone. HEX triplet: 70, 6A and 1F. RGB value is (112,106,31). Sum of RGB (Red+Green+Blue) = 112+106+31=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A1F is #8F95E0. Grayscale: #636363. Windows color (decimal): -9410017 or 2058864. OLE color: 2058864.
HSL color Cylindrical-coordinate representation of color #706A1F: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #706A1F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 31 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.56 |
| HSL | 55.56º | 0.57% | 0.28% | - |
| HSV(B) | 55.56º | 0.72% | 0.44% | - |
| XYZ | 12.08 | 13.85 | 3.33 | - |
| YUV | 99.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 31 | 0 | 0.05 | 0.72 | 0.56 | 55.56 | 0.57 | 0.28 |
| Hex | 70 | 6A | 1F | 0 | 5 | 48 | 38 | 38 | 39 | 1C |
| Octal | 160 | 152 | 37 | 0 | 5 | 110 | 70 | 70 | 71 | 34 |
| Binary | 1110000 | 1101010 | 11111 | 0 | 101 | 1001000 | 111000 | 111000 | 111001 | 11100 |
Color Harmonies of #706A1F
Complementary color
Monochromatic Colors of #706A1F
Black with #706A1F
Text Example
Text Example
White with #706A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A1F; }
p { color: rgb(112,106,31); }
H1.HeaderClassName
{
color: #706A1F;
}
.AnyTagClassName
{
color: #706A1F;
}
</style>
background-color css
<style>
a { background-color: #706A1F; }
a { background-color: rgb(112,106,31); }
div.DivClassName
{
background-color: #706A1F;
}
.BgClassName
{
background-color: #706A1F;
}
</style>
border-color css
<style>
span { border-color: #706A1F; }
span { border-color: rgb(112,106,31); }
td.TdClassName
{
border-color: #706A1F;
}
.TagClassName
{
border-color: #706A1F;
}
</style>