Shades of Olivetone #706C1F
Tints of Olivetone #706C1F
RGB
CMYK
RGB Variations
Color information
#706C1F (or 0x706C1F) is known color: Olivetone. HEX triplet: 70, 6C and 1F. RGB value is (112,108,31). Sum of RGB (Red+Green+Blue) = 112+108+31=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #706C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706C1F is #8F93E0. Grayscale: #646464. Windows color (decimal): -9409505 or 2059376. OLE color: 2059376.
HSL color Cylindrical-coordinate representation of color #706C1F: hue angle of 57.04º 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 #706C1F is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 31 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.56 |
| HSL | 57.04º | 0.57% | 0.28% | - |
| HSV(B) | 57.04º | 0.72% | 0.44% | - |
| XYZ | 12.29 | 14.27 | 3.4 | - |
| YUV | 100.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 31 | 0 | 0.04 | 0.72 | 0.56 | 57.04 | 0.57 | 0.28 |
| Hex | 70 | 6C | 1F | 0 | 4 | 48 | 38 | 39 | 39 | 1C |
| Octal | 160 | 154 | 37 | 0 | 4 | 110 | 70 | 71 | 71 | 34 |
| Binary | 1110000 | 1101100 | 11111 | 0 | 100 | 1001000 | 111000 | 111001 | 111001 | 11100 |
Color Harmonies of #706C1F
Complementary color
Monochromatic Colors of #706C1F
Black with #706C1F
Text Example
Text Example
White with #706C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C1F; }
p { color: rgb(112,108,31); }
H1.HeaderClassName
{
color: #706C1F;
}
.AnyTagClassName
{
color: #706C1F;
}
</style>
background-color css
<style>
a { background-color: #706C1F; }
a { background-color: rgb(112,108,31); }
div.DivClassName
{
background-color: #706C1F;
}
.BgClassName
{
background-color: #706C1F;
}
</style>
border-color css
<style>
span { border-color: #706C1F; }
span { border-color: rgb(112,108,31); }
td.TdClassName
{
border-color: #706C1F;
}
.TagClassName
{
border-color: #706C1F;
}
</style>