Shades of Flint #716E62
Tints of Flint #716E62
RGB
CMYK
RGB Variations
Color information
#716E62 (or 0x716E62) is known color: Flint. HEX triplet: 71, 6E and 62. RGB value is (113,110,98). Sum of RGB (Red+Green+Blue) = 113+110+98=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #716E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E62 is #8E919D. Grayscale: #6D6D6D. Windows color (decimal): -9343390 or 6450801. OLE color: 6450801.
HSL color Cylindrical-coordinate representation of color #716E62: hue angle of 48º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #716E62 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 98 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.56 |
| HSL | 48º | 0.07% | 0.41% | - |
| HSV(B) | 48º | 0.13% | 0.44% | - |
| XYZ | 14.59 | 15.54 | 13.79 | - |
| YUV | 109.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 98 | 0 | 0.03 | 0.13 | 0.56 | 48 | 0.07 | 0.41 |
| Hex | 71 | 6E | 62 | 0 | 3 | D | 38 | 30 | 7 | 29 |
| Octal | 161 | 156 | 142 | 0 | 3 | 15 | 70 | 60 | 7 | 51 |
| Binary | 1110001 | 1101110 | 1100010 | 0 | 11 | 1101 | 111000 | 110000 | 111 | 101001 |
Color Harmonies of #716E62
Complementary color
Monochromatic Colors of #716E62
Black with #716E62
Text Example
Text Example
White with #716E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E62; }
p { color: rgb(113,110,98); }
H1.HeaderClassName
{
color: #716E62;
}
.AnyTagClassName
{
color: #716E62;
}
</style>
background-color css
<style>
a { background-color: #716E62; }
a { background-color: rgb(113,110,98); }
div.DivClassName
{
background-color: #716E62;
}
.BgClassName
{
background-color: #716E62;
}
</style>
border-color css
<style>
span { border-color: #716E62; }
span { border-color: rgb(113,110,98); }
td.TdClassName
{
border-color: #716E62;
}
.TagClassName
{
border-color: #716E62;
}
</style>