Shades of Flint #706E5A
Tints of Flint #706E5A
RGB
CMYK
RGB Variations
Color information
#706E5A (or 0x706E5A) is known color: Flint. HEX triplet: 70, 6E and 5A. RGB value is (112,110,90). Sum of RGB (Red+Green+Blue) = 112+110+90=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E5A is #8F91A5. Grayscale: #6C6C6C. Windows color (decimal): -9408934 or 5926512. OLE color: 5926512.
HSL color Cylindrical-coordinate representation of color #706E5A: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706E5A is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 90 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.56 |
| HSL | 54.55º | 0.11% | 0.4% | - |
| HSV(B) | 54.55º | 0.2% | 0.44% | - |
| XYZ | 14.1 | 15.33 | 11.89 | - |
| YUV | 108.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 90 | 0 | 0.02 | 0.20 | 0.56 | 54.55 | 0.11 | 0.4 |
| Hex | 70 | 6E | 5A | 0 | 2 | 14 | 38 | 37 | B | 28 |
| Octal | 160 | 156 | 132 | 0 | 2 | 24 | 70 | 67 | 13 | 50 |
| Binary | 1110000 | 1101110 | 1011010 | 0 | 10 | 10100 | 111000 | 110111 | 1011 | 101000 |
Color Harmonies of #706E5A
Complementary color
Monochromatic Colors of #706E5A
Black with #706E5A
Text Example
Text Example
White with #706E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E5A; }
p { color: rgb(112,110,90); }
H1.HeaderClassName
{
color: #706E5A;
}
.AnyTagClassName
{
color: #706E5A;
}
</style>
background-color css
<style>
a { background-color: #706E5A; }
a { background-color: rgb(112,110,90); }
div.DivClassName
{
background-color: #706E5A;
}
.BgClassName
{
background-color: #706E5A;
}
</style>
border-color css
<style>
span { border-color: #706E5A; }
span { border-color: rgb(112,110,90); }
td.TdClassName
{
border-color: #706E5A;
}
.TagClassName
{
border-color: #706E5A;
}
</style>