Shades of Flint #716E59
Tints of Flint #716E59
RGB
CMYK
RGB Variations
Color information
#716E59 (or 0x716E59) is known color: Flint. HEX triplet: 71, 6E and 59. RGB value is (113,110,89). Sum of RGB (Red+Green+Blue) = 113+110+89=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E59 is #8E91A6. Grayscale: #6C6C6C. Windows color (decimal): -9343399 or 5860977. OLE color: 5860977.
HSL color Cylindrical-coordinate representation of color #716E59: hue angle of 52.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716E59 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 89 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.56 |
| HSL | 52.5º | 0.12% | 0.4% | - |
| HSV(B) | 52.5º | 0.21% | 0.44% | - |
| XYZ | 14.19 | 15.38 | 11.67 | - |
| YUV | 108.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 89 | 0 | 0.03 | 0.21 | 0.56 | 52.5 | 0.12 | 0.4 |
| Hex | 71 | 6E | 59 | 0 | 3 | 15 | 38 | 34 | C | 28 |
| Octal | 161 | 156 | 131 | 0 | 3 | 25 | 70 | 64 | 14 | 50 |
| Binary | 1110001 | 1101110 | 1011001 | 0 | 11 | 10101 | 111000 | 110100 | 1100 | 101000 |
Color Harmonies of #716E59
Complementary color
Monochromatic Colors of #716E59
Black with #716E59
Text Example
Text Example
White with #716E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E59; }
p { color: rgb(113,110,89); }
H1.HeaderClassName
{
color: #716E59;
}
.AnyTagClassName
{
color: #716E59;
}
</style>
background-color css
<style>
a { background-color: #716E59; }
a { background-color: rgb(113,110,89); }
div.DivClassName
{
background-color: #716E59;
}
.BgClassName
{
background-color: #716E59;
}
</style>
border-color css
<style>
span { border-color: #716E59; }
span { border-color: rgb(113,110,89); }
td.TdClassName
{
border-color: #716E59;
}
.TagClassName
{
border-color: #716E59;
}
</style>