Shades of Flint #716D59
Tints of Flint #716D59
RGB
CMYK
RGB Variations
Color information
#716D59 (or 0x716D59) is known color: Flint. HEX triplet: 71, 6D and 59. RGB value is (113,109,89). Sum of RGB (Red+Green+Blue) = 113+109+89=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #716D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D59 is #8E92A6. Grayscale: #6C6C6C. Windows color (decimal): -9343655 or 5860721. OLE color: 5860721.
HSL color Cylindrical-coordinate representation of color #716D59: hue angle of 50º 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 #716D59 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 89 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.56 |
| HSL | 50º | 0.12% | 0.4% | - |
| HSV(B) | 50º | 0.21% | 0.44% | - |
| XYZ | 14.08 | 15.17 | 11.64 | - |
| YUV | 107.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 89 | 0 | 0.04 | 0.21 | 0.56 | 50 | 0.12 | 0.4 |
| Hex | 71 | 6D | 59 | 0 | 4 | 15 | 38 | 32 | C | 28 |
| Octal | 161 | 155 | 131 | 0 | 4 | 25 | 70 | 62 | 14 | 50 |
| Binary | 1110001 | 1101101 | 1011001 | 0 | 100 | 10101 | 111000 | 110010 | 1100 | 101000 |
Color Harmonies of #716D59
Complementary color
Monochromatic Colors of #716D59
Black with #716D59
Text Example
Text Example
White with #716D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D59; }
p { color: rgb(113,109,89); }
H1.HeaderClassName
{
color: #716D59;
}
.AnyTagClassName
{
color: #716D59;
}
</style>
background-color css
<style>
a { background-color: #716D59; }
a { background-color: rgb(113,109,89); }
div.DivClassName
{
background-color: #716D59;
}
.BgClassName
{
background-color: #716D59;
}
</style>
border-color css
<style>
span { border-color: #716D59; }
span { border-color: rgb(113,109,89); }
td.TdClassName
{
border-color: #716D59;
}
.TagClassName
{
border-color: #716D59;
}
</style>