Shades of Flint #716C5B
Tints of Flint #716C5B
RGB
CMYK
RGB Variations
Color information
#716C5B (or 0x716C5B) is known color: Flint. HEX triplet: 71, 6C and 5B. RGB value is (113,108,91). Sum of RGB (Red+Green+Blue) = 113+108+91=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #716C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C5B is #8E93A4. Grayscale: #6B6B6B. Windows color (decimal): -9343909 or 5991537. OLE color: 5991537.
HSL color Cylindrical-coordinate representation of color #716C5B: hue angle of 46.36º 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 #716C5B is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 91 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.56 |
| HSL | 46.36º | 0.11% | 0.4% | - |
| HSV(B) | 46.36º | 0.19% | 0.44% | - |
| XYZ | 14.06 | 14.99 | 12.05 | - |
| YUV | 107.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 91 | 0 | 0.04 | 0.19 | 0.56 | 46.36 | 0.11 | 0.4 |
| Hex | 71 | 6C | 5B | 0 | 4 | 13 | 38 | 2E | B | 28 |
| Octal | 161 | 154 | 133 | 0 | 4 | 23 | 70 | 56 | 13 | 50 |
| Binary | 1110001 | 1101100 | 1011011 | 0 | 100 | 10011 | 111000 | 101110 | 1011 | 101000 |
Color Harmonies of #716C5B
Complementary color
Monochromatic Colors of #716C5B
Black with #716C5B
Text Example
Text Example
White with #716C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C5B; }
p { color: rgb(113,108,91); }
H1.HeaderClassName
{
color: #716C5B;
}
.AnyTagClassName
{
color: #716C5B;
}
</style>
background-color css
<style>
a { background-color: #716C5B; }
a { background-color: rgb(113,108,91); }
div.DivClassName
{
background-color: #716C5B;
}
.BgClassName
{
background-color: #716C5B;
}
</style>
border-color css
<style>
span { border-color: #716C5B; }
span { border-color: rgb(113,108,91); }
td.TdClassName
{
border-color: #716C5B;
}
.TagClassName
{
border-color: #716C5B;
}
</style>