Shades of Flint #706C59
Tints of Flint #706C59
RGB
CMYK
RGB Variations
Color information
#706C59 (or 0x706C59) is known color: Flint. HEX triplet: 70, 6C and 59. RGB value is (112,108,89). Sum of RGB (Red+Green+Blue) = 112+108+89=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C59 is #8F93A6. Grayscale: #6B6B6B. Windows color (decimal): -9409447 or 5860464. OLE color: 5860464.
HSL color Cylindrical-coordinate representation of color #706C59: hue angle of 49.57º 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 #706C59 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 89 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.56 |
| HSL | 49.57º | 0.11% | 0.39% | - |
| HSV(B) | 49.57º | 0.21% | 0.44% | - |
| XYZ | 13.85 | 14.89 | 11.6 | - |
| YUV | 107.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 89 | 0 | 0.04 | 0.21 | 0.56 | 49.57 | 0.11 | 0.39 |
| Hex | 70 | 6C | 59 | 0 | 4 | 15 | 38 | 32 | B | 27 |
| Octal | 160 | 154 | 131 | 0 | 4 | 25 | 70 | 62 | 13 | 47 |
| Binary | 1110000 | 1101100 | 1011001 | 0 | 100 | 10101 | 111000 | 110010 | 1011 | 100111 |
Color Harmonies of #706C59
Complementary color
Monochromatic Colors of #706C59
Black with #706C59
Text Example
Text Example
White with #706C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C59; }
p { color: rgb(112,108,89); }
H1.HeaderClassName
{
color: #706C59;
}
.AnyTagClassName
{
color: #706C59;
}
</style>
background-color css
<style>
a { background-color: #706C59; }
a { background-color: rgb(112,108,89); }
div.DivClassName
{
background-color: #706C59;
}
.BgClassName
{
background-color: #706C59;
}
</style>
border-color css
<style>
span { border-color: #706C59; }
span { border-color: rgb(112,108,89); }
td.TdClassName
{
border-color: #706C59;
}
.TagClassName
{
border-color: #706C59;
}
</style>