Shades of Flint #716E5D
Tints of Flint #716E5D
RGB
CMYK
RGB Variations
Color information
#716E5D (or 0x716E5D) is known color: Flint. HEX triplet: 71, 6E and 5D. RGB value is (113,110,93). Sum of RGB (Red+Green+Blue) = 113+110+93=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E5D is #8E91A2. Grayscale: #6D6D6D. Windows color (decimal): -9343395 or 6123121. OLE color: 6123121.
HSL color Cylindrical-coordinate representation of color #716E5D: hue angle of 51º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716E5D is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 93 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.56 |
| HSL | 51º | 0.1% | 0.4% | - |
| HSV(B) | 51º | 0.18% | 0.44% | - |
| XYZ | 14.36 | 15.45 | 12.58 | - |
| YUV | 108.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 93 | 0 | 0.03 | 0.18 | 0.56 | 51 | 0.1 | 0.4 |
| Hex | 71 | 6E | 5D | 0 | 3 | 12 | 38 | 33 | A | 28 |
| Octal | 161 | 156 | 135 | 0 | 3 | 22 | 70 | 63 | 12 | 50 |
| Binary | 1110001 | 1101110 | 1011101 | 0 | 11 | 10010 | 111000 | 110011 | 1010 | 101000 |
Color Harmonies of #716E5D
Complementary color
Monochromatic Colors of #716E5D
Black with #716E5D
Text Example
Text Example
White with #716E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E5D; }
p { color: rgb(113,110,93); }
H1.HeaderClassName
{
color: #716E5D;
}
.AnyTagClassName
{
color: #716E5D;
}
</style>
background-color css
<style>
a { background-color: #716E5D; }
a { background-color: rgb(113,110,93); }
div.DivClassName
{
background-color: #716E5D;
}
.BgClassName
{
background-color: #716E5D;
}
</style>
border-color css
<style>
span { border-color: #716E5D; }
span { border-color: rgb(113,110,93); }
td.TdClassName
{
border-color: #716E5D;
}
.TagClassName
{
border-color: #716E5D;
}
</style>