Shades of Flint #706F5B
Tints of Flint #706F5B
RGB
CMYK
RGB Variations
Color information
#706F5B (or 0x706F5B) is known color: Flint. HEX triplet: 70, 6F and 5B. RGB value is (112,111,91). Sum of RGB (Red+Green+Blue) = 112+111+91=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F5B is #8F90A4. Grayscale: #6D6D6D. Windows color (decimal): -9408677 or 5992304. OLE color: 5992304.
HSL color Cylindrical-coordinate representation of color #706F5B: hue angle of 57.14º 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 #706F5B is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 91 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.56 |
| HSL | 57.14º | 0.1% | 0.4% | - |
| HSV(B) | 57.14º | 0.19% | 0.44% | - |
| XYZ | 14.25 | 15.57 | 12.15 | - |
| YUV | 109.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 91 | 0 | 0.01 | 0.19 | 0.56 | 57.14 | 0.1 | 0.4 |
| Hex | 70 | 6F | 5B | 0 | 1 | 13 | 38 | 39 | A | 28 |
| Octal | 160 | 157 | 133 | 0 | 1 | 23 | 70 | 71 | 12 | 50 |
| Binary | 1110000 | 1101111 | 1011011 | 0 | 1 | 10011 | 111000 | 111001 | 1010 | 101000 |
Color Harmonies of #706F5B
Complementary color
Monochromatic Colors of #706F5B
Black with #706F5B
Text Example
Text Example
White with #706F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F5B; }
p { color: rgb(112,111,91); }
H1.HeaderClassName
{
color: #706F5B;
}
.AnyTagClassName
{
color: #706F5B;
}
</style>
background-color css
<style>
a { background-color: #706F5B; }
a { background-color: rgb(112,111,91); }
div.DivClassName
{
background-color: #706F5B;
}
.BgClassName
{
background-color: #706F5B;
}
</style>
border-color css
<style>
span { border-color: #706F5B; }
span { border-color: rgb(112,111,91); }
td.TdClassName
{
border-color: #706F5B;
}
.TagClassName
{
border-color: #706F5B;
}
</style>