Shades of Olivetone #71691D
Tints of Olivetone #71691D
RGB
CMYK
RGB Variations
Color information
#71691D (or 0x71691D) is known color: Olivetone. HEX triplet: 71, 69 and 1D. RGB value is (113,105,29). Sum of RGB (Red+Green+Blue) = 113+105+29=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71691D is #8E96E2. Grayscale: #636363. Windows color (decimal): -9344739 or 1927537. OLE color: 1927537.
HSL color Cylindrical-coordinate representation of color #71691D: hue angle of 54.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71691D is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 29 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.56 |
| HSL | 54.29º | 0.59% | 0.28% | - |
| HSV(B) | 54.29º | 0.74% | 0.44% | - |
| XYZ | 12.08 | 13.7 | 3.17 | - |
| YUV | 98.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 29 | 0 | 0.07 | 0.74 | 0.56 | 54.29 | 0.59 | 0.28 |
| Hex | 71 | 69 | 1D | 0 | 7 | 4A | 38 | 36 | 3B | 1C |
| Octal | 161 | 151 | 35 | 0 | 7 | 112 | 70 | 66 | 73 | 34 |
| Binary | 1110001 | 1101001 | 11101 | 0 | 111 | 1001010 | 111000 | 110110 | 111011 | 11100 |
Color Harmonies of #71691D
Complementary color
Monochromatic Colors of #71691D
Black with #71691D
Text Example
Text Example
White with #71691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71691D; }
p { color: rgb(113,105,29); }
H1.HeaderClassName
{
color: #71691D;
}
.AnyTagClassName
{
color: #71691D;
}
</style>
background-color css
<style>
a { background-color: #71691D; }
a { background-color: rgb(113,105,29); }
div.DivClassName
{
background-color: #71691D;
}
.BgClassName
{
background-color: #71691D;
}
</style>
border-color css
<style>
span { border-color: #71691D; }
span { border-color: rgb(113,105,29); }
td.TdClassName
{
border-color: #71691D;
}
.TagClassName
{
border-color: #71691D;
}
</style>