Shades of Flint #706E5C
Tints of Flint #706E5C
RGB
CMYK
RGB Variations
Color information
#706E5C (or 0x706E5C) is known color: Flint. HEX triplet: 70, 6E and 5C. RGB value is (112,110,92). Sum of RGB (Red+Green+Blue) = 112+110+92=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E5C is #8F91A3. Grayscale: #6C6C6C. Windows color (decimal): -9408932 or 6057584. OLE color: 6057584.
HSL color Cylindrical-coordinate representation of color #706E5C: hue angle of 54º 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 #706E5C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 92 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.56 |
| HSL | 54º | 0.1% | 0.4% | - |
| HSV(B) | 54º | 0.18% | 0.44% | - |
| XYZ | 14.19 | 15.37 | 12.34 | - |
| YUV | 108.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 92 | 0 | 0.02 | 0.18 | 0.56 | 54 | 0.1 | 0.4 |
| Hex | 70 | 6E | 5C | 0 | 2 | 12 | 38 | 36 | A | 28 |
| Octal | 160 | 156 | 134 | 0 | 2 | 22 | 70 | 66 | 12 | 50 |
| Binary | 1110000 | 1101110 | 1011100 | 0 | 10 | 10010 | 111000 | 110110 | 1010 | 101000 |
Color Harmonies of #706E5C
Complementary color
Monochromatic Colors of #706E5C
Black with #706E5C
Text Example
Text Example
White with #706E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E5C; }
p { color: rgb(112,110,92); }
H1.HeaderClassName
{
color: #706E5C;
}
.AnyTagClassName
{
color: #706E5C;
}
</style>
background-color css
<style>
a { background-color: #706E5C; }
a { background-color: rgb(112,110,92); }
div.DivClassName
{
background-color: #706E5C;
}
.BgClassName
{
background-color: #706E5C;
}
</style>
border-color css
<style>
span { border-color: #706E5C; }
span { border-color: rgb(112,110,92); }
td.TdClassName
{
border-color: #706E5C;
}
.TagClassName
{
border-color: #706E5C;
}
</style>