Shades of Flint #716C5C
Tints of Flint #716C5C
RGB
CMYK
RGB Variations
Color information
#716C5C (or 0x716C5C) is known color: Flint. HEX triplet: 71, 6C and 5C. RGB value is (113,108,92). Sum of RGB (Red+Green+Blue) = 113+108+92=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C5C is #8E93A3. Grayscale: #6B6B6B. Windows color (decimal): -9343908 or 6057073. OLE color: 6057073.
HSL color Cylindrical-coordinate representation of color #716C5C: hue angle of 45.71º degrees, saturation: 0.1, 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 #716C5C is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 92 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.56 |
| HSL | 45.71º | 0.1% | 0.4% | - |
| HSV(B) | 45.71º | 0.19% | 0.44% | - |
| XYZ | 14.1 | 15.01 | 12.28 | - |
| YUV | 107.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 92 | 0 | 0.04 | 0.19 | 0.56 | 45.71 | 0.1 | 0.4 |
| Hex | 71 | 6C | 5C | 0 | 4 | 13 | 38 | 2E | A | 28 |
| Octal | 161 | 154 | 134 | 0 | 4 | 23 | 70 | 56 | 12 | 50 |
| Binary | 1110001 | 1101100 | 1011100 | 0 | 100 | 10011 | 111000 | 101110 | 1010 | 101000 |
Color Harmonies of #716C5C
Complementary color
Monochromatic Colors of #716C5C
Black with #716C5C
Text Example
Text Example
White with #716C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C5C; }
p { color: rgb(113,108,92); }
H1.HeaderClassName
{
color: #716C5C;
}
.AnyTagClassName
{
color: #716C5C;
}
</style>
background-color css
<style>
a { background-color: #716C5C; }
a { background-color: rgb(113,108,92); }
div.DivClassName
{
background-color: #716C5C;
}
.BgClassName
{
background-color: #716C5C;
}
</style>
border-color css
<style>
span { border-color: #716C5C; }
span { border-color: rgb(113,108,92); }
td.TdClassName
{
border-color: #716C5C;
}
.TagClassName
{
border-color: #716C5C;
}
</style>