Shades of Olivetone #716A2C
Tints of Olivetone #716A2C
RGB
CMYK
RGB Variations
Color information
#716A2C (or 0x716A2C) is known color: Olivetone. HEX triplet: 71, 6A and 2C. RGB value is (113,106,44). Sum of RGB (Red+Green+Blue) = 113+106+44=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #716A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716A2C is #8E95D3. Grayscale: #656565. Windows color (decimal): -9344468 or 2910833. OLE color: 2910833.
HSL color Cylindrical-coordinate representation of color #716A2C: hue angle of 53.91º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #716A2C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 44 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.56 |
| HSL | 53.91º | 0.44% | 0.31% | - |
| HSV(B) | 53.91º | 0.61% | 0.44% | - |
| XYZ | 12.42 | 14 | 4.43 | - |
| YUV | 101.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 44 | 0 | 0.06 | 0.61 | 0.56 | 53.91 | 0.44 | 0.31 |
| Hex | 71 | 6A | 2C | 0 | 6 | 3D | 38 | 36 | 2C | 1F |
| Octal | 161 | 152 | 54 | 0 | 6 | 75 | 70 | 66 | 54 | 37 |
| Binary | 1110001 | 1101010 | 101100 | 0 | 110 | 111101 | 111000 | 110110 | 101100 | 11111 |
Color Harmonies of #716A2C
Complementary color
Monochromatic Colors of #716A2C
Black with #716A2C
Text Example
Text Example
White with #716A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A2C; }
p { color: rgb(113,106,44); }
H1.HeaderClassName
{
color: #716A2C;
}
.AnyTagClassName
{
color: #716A2C;
}
</style>
background-color css
<style>
a { background-color: #716A2C; }
a { background-color: rgb(113,106,44); }
div.DivClassName
{
background-color: #716A2C;
}
.BgClassName
{
background-color: #716A2C;
}
</style>
border-color css
<style>
span { border-color: #716A2C; }
span { border-color: rgb(113,106,44); }
td.TdClassName
{
border-color: #716A2C;
}
.TagClassName
{
border-color: #716A2C;
}
</style>