Shades of Flint #716F59
Tints of Flint #716F59
RGB
CMYK
RGB Variations
Color information
#716F59 (or 0x716F59) is known color: Flint. HEX triplet: 71, 6F and 59. RGB value is (113,111,89). Sum of RGB (Red+Green+Blue) = 113+111+89=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F59 is #8E90A6. Grayscale: #6D6D6D. Windows color (decimal): -9343143 or 5861233. OLE color: 5861233.
HSL color Cylindrical-coordinate representation of color #716F59: hue angle of 55º 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 #716F59 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 89 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.56 |
| HSL | 55º | 0.12% | 0.4% | - |
| HSV(B) | 55º | 0.21% | 0.44% | - |
| XYZ | 14.3 | 15.6 | 11.71 | - |
| YUV | 109.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 89 | 0 | 0.02 | 0.21 | 0.56 | 55 | 0.12 | 0.4 |
| Hex | 71 | 6F | 59 | 0 | 2 | 15 | 38 | 37 | C | 28 |
| Octal | 161 | 157 | 131 | 0 | 2 | 25 | 70 | 67 | 14 | 50 |
| Binary | 1110001 | 1101111 | 1011001 | 0 | 10 | 10101 | 111000 | 110111 | 1100 | 101000 |
Color Harmonies of #716F59
Complementary color
Monochromatic Colors of #716F59
Black with #716F59
Text Example
Text Example
White with #716F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F59; }
p { color: rgb(113,111,89); }
H1.HeaderClassName
{
color: #716F59;
}
.AnyTagClassName
{
color: #716F59;
}
</style>
background-color css
<style>
a { background-color: #716F59; }
a { background-color: rgb(113,111,89); }
div.DivClassName
{
background-color: #716F59;
}
.BgClassName
{
background-color: #716F59;
}
</style>
border-color css
<style>
span { border-color: #716F59; }
span { border-color: rgb(113,111,89); }
td.TdClassName
{
border-color: #716F59;
}
.TagClassName
{
border-color: #716F59;
}
</style>