Shades of Flint #716D5D
Tints of Flint #716D5D
RGB
CMYK
RGB Variations
Color information
#716D5D (or 0x716D5D) is known color: Flint. HEX triplet: 71, 6D and 5D. RGB value is (113,109,93). Sum of RGB (Red+Green+Blue) = 113+109+93=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D5D is #8E92A2. Grayscale: #6C6C6C. Windows color (decimal): -9343651 or 6122865. OLE color: 6122865.
HSL color Cylindrical-coordinate representation of color #716D5D: hue angle of 48º 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 #716D5D is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 93 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.56 |
| HSL | 48º | 0.1% | 0.4% | - |
| HSV(B) | 48º | 0.18% | 0.44% | - |
| XYZ | 14.25 | 15.24 | 12.55 | - |
| YUV | 108.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 93 | 0 | 0.04 | 0.18 | 0.56 | 48 | 0.1 | 0.4 |
| Hex | 71 | 6D | 5D | 0 | 4 | 12 | 38 | 30 | A | 28 |
| Octal | 161 | 155 | 135 | 0 | 4 | 22 | 70 | 60 | 12 | 50 |
| Binary | 1110001 | 1101101 | 1011101 | 0 | 100 | 10010 | 111000 | 110000 | 1010 | 101000 |
Color Harmonies of #716D5D
Complementary color
Monochromatic Colors of #716D5D
Black with #716D5D
Text Example
Text Example
White with #716D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D5D; }
p { color: rgb(113,109,93); }
H1.HeaderClassName
{
color: #716D5D;
}
.AnyTagClassName
{
color: #716D5D;
}
</style>
background-color css
<style>
a { background-color: #716D5D; }
a { background-color: rgb(113,109,93); }
div.DivClassName
{
background-color: #716D5D;
}
.BgClassName
{
background-color: #716D5D;
}
</style>
border-color css
<style>
span { border-color: #716D5D; }
span { border-color: rgb(113,109,93); }
td.TdClassName
{
border-color: #716D5D;
}
.TagClassName
{
border-color: #716D5D;
}
</style>