Shades of Olivetone #716E1C
Tints of Olivetone #716E1C
RGB
CMYK
RGB Variations
Color information
#716E1C (or 0x716E1C) is known color: Olivetone. HEX triplet: 71, 6E and 1C. RGB value is (113,110,28). Sum of RGB (Red+Green+Blue) = 113+110+28=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #716E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E1C is #8E91E3. Grayscale: #656565. Windows color (decimal): -9343460 or 1863281. OLE color: 1863281.
HSL color Cylindrical-coordinate representation of color #716E1C: hue angle of 57.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #716E1C is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 28 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.56 |
| HSL | 57.88º | 0.6% | 0.28% | - |
| HSV(B) | 57.88º | 0.75% | 0.44% | - |
| XYZ | 12.6 | 14.75 | 3.28 | - |
| YUV | 101.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 28 | 0 | 0.03 | 0.75 | 0.56 | 57.88 | 0.6 | 0.28 |
| Hex | 71 | 6E | 1C | 0 | 3 | 4B | 38 | 3A | 3C | 1C |
| Octal | 161 | 156 | 34 | 0 | 3 | 113 | 70 | 72 | 74 | 34 |
| Binary | 1110001 | 1101110 | 11100 | 0 | 11 | 1001011 | 111000 | 111010 | 111100 | 11100 |
Color Harmonies of #716E1C
Complementary color
Monochromatic Colors of #716E1C
Black with #716E1C
Text Example
Text Example
White with #716E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E1C; }
p { color: rgb(113,110,28); }
H1.HeaderClassName
{
color: #716E1C;
}
.AnyTagClassName
{
color: #716E1C;
}
</style>
background-color css
<style>
a { background-color: #716E1C; }
a { background-color: rgb(113,110,28); }
div.DivClassName
{
background-color: #716E1C;
}
.BgClassName
{
background-color: #716E1C;
}
</style>
border-color css
<style>
span { border-color: #716E1C; }
span { border-color: rgb(113,110,28); }
td.TdClassName
{
border-color: #716E1C;
}
.TagClassName
{
border-color: #716E1C;
}
</style>