Shades of Flint #706E5E
Tints of Flint #706E5E
RGB
CMYK
RGB Variations
Color information
#706E5E (or 0x706E5E) is known color: Flint. HEX triplet: 70, 6E and 5E. RGB value is (112,110,94). Sum of RGB (Red+Green+Blue) = 112+110+94=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E5E is #8F91A1. Grayscale: #6C6C6C. Windows color (decimal): -9408930 or 6188656. OLE color: 6188656.
HSL color Cylindrical-coordinate representation of color #706E5E: hue angle of 53.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #706E5E is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 94 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.56 |
| HSL | 53.33º | 0.09% | 0.4% | - |
| HSV(B) | 53.33º | 0.16% | 0.44% | - |
| XYZ | 14.28 | 15.4 | 12.81 | - |
| YUV | 108.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 94 | 0 | 0.02 | 0.16 | 0.56 | 53.33 | 0.09 | 0.4 |
| Hex | 70 | 6E | 5E | 0 | 2 | 10 | 38 | 35 | 9 | 28 |
| Octal | 160 | 156 | 136 | 0 | 2 | 20 | 70 | 65 | 11 | 50 |
| Binary | 1110000 | 1101110 | 1011110 | 0 | 10 | 10000 | 111000 | 110101 | 1001 | 101000 |
Color Harmonies of #706E5E
Complementary color
Monochromatic Colors of #706E5E
Black with #706E5E
Text Example
Text Example
White with #706E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E5E; }
p { color: rgb(112,110,94); }
H1.HeaderClassName
{
color: #706E5E;
}
.AnyTagClassName
{
color: #706E5E;
}
</style>
background-color css
<style>
a { background-color: #706E5E; }
a { background-color: rgb(112,110,94); }
div.DivClassName
{
background-color: #706E5E;
}
.BgClassName
{
background-color: #706E5E;
}
</style>
border-color css
<style>
span { border-color: #706E5E; }
span { border-color: rgb(112,110,94); }
td.TdClassName
{
border-color: #706E5E;
}
.TagClassName
{
border-color: #706E5E;
}
</style>