Shades of Flint #716F64
Tints of Flint #716F64
RGB
CMYK
RGB Variations
Color information
#716F64 (or 0x716F64) is known color: Flint. HEX triplet: 71, 6F and 64. RGB value is (113,111,100). Sum of RGB (Red+Green+Blue) = 113+111+100=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F64 is #8E909B. Grayscale: #6E6E6E. Windows color (decimal): -9343132 or 6582129. OLE color: 6582129.
HSL color Cylindrical-coordinate representation of color #716F64: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716F64 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 100 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.56 |
| HSL | 50.77º | 0.06% | 0.42% | - |
| HSV(B) | 50.77º | 0.12% | 0.44% | - |
| XYZ | 14.79 | 15.8 | 14.33 | - |
| YUV | 110.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 100 | 0 | 0.02 | 0.12 | 0.56 | 50.77 | 0.06 | 0.42 |
| Hex | 71 | 6F | 64 | 0 | 2 | C | 38 | 33 | 6 | 2A |
| Octal | 161 | 157 | 144 | 0 | 2 | 14 | 70 | 63 | 6 | 52 |
| Binary | 1110001 | 1101111 | 1100100 | 0 | 10 | 1100 | 111000 | 110011 | 110 | 101010 |
Color Harmonies of #716F64
Complementary color
Monochromatic Colors of #716F64
Black with #716F64
Text Example
Text Example
White with #716F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F64; }
p { color: rgb(113,111,100); }
H1.HeaderClassName
{
color: #716F64;
}
.AnyTagClassName
{
color: #716F64;
}
</style>
background-color css
<style>
a { background-color: #716F64; }
a { background-color: rgb(113,111,100); }
div.DivClassName
{
background-color: #716F64;
}
.BgClassName
{
background-color: #716F64;
}
</style>
border-color css
<style>
span { border-color: #716F64; }
span { border-color: rgb(113,111,100); }
td.TdClassName
{
border-color: #716F64;
}
.TagClassName
{
border-color: #716F64;
}
</style>