Shades of Flint #706B59
Tints of Flint #706B59
RGB
CMYK
RGB Variations
Color information
#706B59 (or 0x706B59) is known color: Flint. HEX triplet: 70, 6B and 59. RGB value is (112,107,89). Sum of RGB (Red+Green+Blue) = 112+107+89=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B59 is #8F94A6. Grayscale: #6A6A6A. Windows color (decimal): -9409703 or 5860208. OLE color: 5860208.
HSL color Cylindrical-coordinate representation of color #706B59: hue angle of 46.96º 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 #706B59 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 89 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.56 |
| HSL | 46.96º | 0.11% | 0.39% | - |
| HSV(B) | 46.96º | 0.21% | 0.44% | - |
| XYZ | 13.74 | 14.68 | 11.56 | - |
| YUV | 106.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 89 | 0 | 0.04 | 0.21 | 0.56 | 46.96 | 0.11 | 0.39 |
| Hex | 70 | 6B | 59 | 0 | 4 | 15 | 38 | 2F | B | 27 |
| Octal | 160 | 153 | 131 | 0 | 4 | 25 | 70 | 57 | 13 | 47 |
| Binary | 1110000 | 1101011 | 1011001 | 0 | 100 | 10101 | 111000 | 101111 | 1011 | 100111 |
Color Harmonies of #706B59
Complementary color
Monochromatic Colors of #706B59
Black with #706B59
Text Example
Text Example
White with #706B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B59; }
p { color: rgb(112,107,89); }
H1.HeaderClassName
{
color: #706B59;
}
.AnyTagClassName
{
color: #706B59;
}
</style>
background-color css
<style>
a { background-color: #706B59; }
a { background-color: rgb(112,107,89); }
div.DivClassName
{
background-color: #706B59;
}
.BgClassName
{
background-color: #706B59;
}
</style>
border-color css
<style>
span { border-color: #706B59; }
span { border-color: rgb(112,107,89); }
td.TdClassName
{
border-color: #706B59;
}
.TagClassName
{
border-color: #706B59;
}
</style>