Shades of Flint #706D59
Tints of Flint #706D59
RGB
CMYK
RGB Variations
Color information
#706D59 (or 0x706D59) is known color: Flint. HEX triplet: 70, 6D and 59. RGB value is (112,109,89). Sum of RGB (Red+Green+Blue) = 112+109+89=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D59 is #8F92A6. Grayscale: #6B6B6B. Windows color (decimal): -9409191 or 5860720. OLE color: 5860720.
HSL color Cylindrical-coordinate representation of color #706D59: hue angle of 52.17º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706D59 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 89 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.56 |
| HSL | 52.17º | 0.11% | 0.39% | - |
| HSV(B) | 52.17º | 0.21% | 0.44% | - |
| XYZ | 13.95 | 15.1 | 11.63 | - |
| YUV | 107.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 89 | 0 | 0.03 | 0.21 | 0.56 | 52.17 | 0.11 | 0.39 |
| Hex | 70 | 6D | 59 | 0 | 3 | 15 | 38 | 34 | B | 27 |
| Octal | 160 | 155 | 131 | 0 | 3 | 25 | 70 | 64 | 13 | 47 |
| Binary | 1110000 | 1101101 | 1011001 | 0 | 11 | 10101 | 111000 | 110100 | 1011 | 100111 |
Color Harmonies of #706D59
Complementary color
Monochromatic Colors of #706D59
Black with #706D59
Text Example
Text Example
White with #706D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D59; }
p { color: rgb(112,109,89); }
H1.HeaderClassName
{
color: #706D59;
}
.AnyTagClassName
{
color: #706D59;
}
</style>
background-color css
<style>
a { background-color: #706D59; }
a { background-color: rgb(112,109,89); }
div.DivClassName
{
background-color: #706D59;
}
.BgClassName
{
background-color: #706D59;
}
</style>
border-color css
<style>
span { border-color: #706D59; }
span { border-color: rgb(112,109,89); }
td.TdClassName
{
border-color: #706D59;
}
.TagClassName
{
border-color: #706D59;
}
</style>