Shades of Flint #716E60
Tints of Flint #716E60
RGB
CMYK
RGB Variations
Color information
#716E60 (or 0x716E60) is known color: Flint. HEX triplet: 71, 6E and 60. RGB value is (113,110,96). Sum of RGB (Red+Green+Blue) = 113+110+96=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E60 is #8E919F. Grayscale: #6D6D6D. Windows color (decimal): -9343392 or 6319729. OLE color: 6319729.
HSL color Cylindrical-coordinate representation of color #716E60: hue angle of 49.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716E60 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 96 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.56 |
| HSL | 49.41º | 0.08% | 0.41% | - |
| HSV(B) | 49.41º | 0.15% | 0.44% | - |
| XYZ | 14.5 | 15.51 | 13.3 | - |
| YUV | 109.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 96 | 0 | 0.03 | 0.15 | 0.56 | 49.41 | 0.08 | 0.41 |
| Hex | 71 | 6E | 60 | 0 | 3 | F | 38 | 31 | 8 | 29 |
| Octal | 161 | 156 | 140 | 0 | 3 | 17 | 70 | 61 | 10 | 51 |
| Binary | 1110001 | 1101110 | 1100000 | 0 | 11 | 1111 | 111000 | 110001 | 1000 | 101001 |
Color Harmonies of #716E60
Complementary color
Monochromatic Colors of #716E60
Black with #716E60
Text Example
Text Example
White with #716E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E60; }
p { color: rgb(113,110,96); }
H1.HeaderClassName
{
color: #716E60;
}
.AnyTagClassName
{
color: #716E60;
}
</style>
background-color css
<style>
a { background-color: #716E60; }
a { background-color: rgb(113,110,96); }
div.DivClassName
{
background-color: #716E60;
}
.BgClassName
{
background-color: #716E60;
}
</style>
border-color css
<style>
span { border-color: #716E60; }
span { border-color: rgb(113,110,96); }
td.TdClassName
{
border-color: #716E60;
}
.TagClassName
{
border-color: #716E60;
}
</style>