Shades of Flint #716B5D
Tints of Flint #716B5D
RGB
CMYK
RGB Variations
Color information
#716B5D (or 0x716B5D) is known color: Flint. HEX triplet: 71, 6B and 5D. RGB value is (113,107,93). Sum of RGB (Red+Green+Blue) = 113+107+93=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B5D is #8E94A2. Grayscale: #6B6B6B. Windows color (decimal): -9344163 or 6122353. OLE color: 6122353.
HSL color Cylindrical-coordinate representation of color #716B5D: hue angle of 42º 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 #716B5D is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 93 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.56 |
| HSL | 42º | 0.1% | 0.4% | - |
| HSV(B) | 42º | 0.18% | 0.44% | - |
| XYZ | 14.04 | 14.82 | 12.48 | - |
| YUV | 107.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 93 | 0 | 0.05 | 0.18 | 0.56 | 42 | 0.1 | 0.4 |
| Hex | 71 | 6B | 5D | 0 | 5 | 12 | 38 | 2A | A | 28 |
| Octal | 161 | 153 | 135 | 0 | 5 | 22 | 70 | 52 | 12 | 50 |
| Binary | 1110001 | 1101011 | 1011101 | 0 | 101 | 10010 | 111000 | 101010 | 1010 | 101000 |
Color Harmonies of #716B5D
Complementary color
Monochromatic Colors of #716B5D
Black with #716B5D
Text Example
Text Example
White with #716B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B5D; }
p { color: rgb(113,107,93); }
H1.HeaderClassName
{
color: #716B5D;
}
.AnyTagClassName
{
color: #716B5D;
}
</style>
background-color css
<style>
a { background-color: #716B5D; }
a { background-color: rgb(113,107,93); }
div.DivClassName
{
background-color: #716B5D;
}
.BgClassName
{
background-color: #716B5D;
}
</style>
border-color css
<style>
span { border-color: #716B5D; }
span { border-color: rgb(113,107,93); }
td.TdClassName
{
border-color: #716B5D;
}
.TagClassName
{
border-color: #716B5D;
}
</style>