Shades of Flint #716F5B
Tints of Flint #716F5B
RGB
CMYK
RGB Variations
Color information
#716F5B (or 0x716F5B) is known color: Flint. HEX triplet: 71, 6F and 5B. RGB value is (113,111,91). Sum of RGB (Red+Green+Blue) = 113+111+91=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F5B is #8E90A4. Grayscale: #6D6D6D. Windows color (decimal): -9343141 or 5992305. OLE color: 5992305.
HSL color Cylindrical-coordinate representation of color #716F5B: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #716F5B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 91 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.56 |
| HSL | 54.55º | 0.11% | 0.4% | - |
| HSV(B) | 54.55º | 0.19% | 0.44% | - |
| XYZ | 14.38 | 15.63 | 12.16 | - |
| YUV | 109.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 91 | 0 | 0.02 | 0.19 | 0.56 | 54.55 | 0.11 | 0.4 |
| Hex | 71 | 6F | 5B | 0 | 2 | 13 | 38 | 37 | B | 28 |
| Octal | 161 | 157 | 133 | 0 | 2 | 23 | 70 | 67 | 13 | 50 |
| Binary | 1110001 | 1101111 | 1011011 | 0 | 10 | 10011 | 111000 | 110111 | 1011 | 101000 |
Color Harmonies of #716F5B
Complementary color
Monochromatic Colors of #716F5B
Black with #716F5B
Text Example
Text Example
White with #716F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F5B; }
p { color: rgb(113,111,91); }
H1.HeaderClassName
{
color: #716F5B;
}
.AnyTagClassName
{
color: #716F5B;
}
</style>
background-color css
<style>
a { background-color: #716F5B; }
a { background-color: rgb(113,111,91); }
div.DivClassName
{
background-color: #716F5B;
}
.BgClassName
{
background-color: #716F5B;
}
</style>
border-color css
<style>
span { border-color: #716F5B; }
span { border-color: rgb(113,111,91); }
td.TdClassName
{
border-color: #716F5B;
}
.TagClassName
{
border-color: #716F5B;
}
</style>