Shades of Flint #706C60
Tints of Flint #706C60
RGB
CMYK
RGB Variations
Color information
#706C60 (or 0x706C60) is known color: Flint. HEX triplet: 70, 6C and 60. RGB value is (112,108,96). Sum of RGB (Red+Green+Blue) = 112+108+96=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706C60 is #8F939F. Grayscale: #6B6B6B. Windows color (decimal): -9409440 or 6319216. OLE color: 6319216.
HSL color Cylindrical-coordinate representation of color #706C60: hue angle of 45º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706C60 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 108 | 96 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.56 |
| HSL | 45º | 0.08% | 0.41% | - |
| HSV(B) | 45º | 0.14% | 0.44% | - |
| XYZ | 14.16 | 15.01 | 13.22 | - |
| YUV | 107.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 108 | 96 | 0 | 0.04 | 0.14 | 0.56 | 45 | 0.08 | 0.41 |
| Hex | 70 | 6C | 60 | 0 | 4 | E | 38 | 2D | 8 | 29 |
| Octal | 160 | 154 | 140 | 0 | 4 | 16 | 70 | 55 | 10 | 51 |
| Binary | 1110000 | 1101100 | 1100000 | 0 | 100 | 1110 | 111000 | 101101 | 1000 | 101001 |
Color Harmonies of #706C60
Complementary color
Monochromatic Colors of #706C60
Black with #706C60
Text Example
Text Example
White with #706C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706C60; }
p { color: rgb(112,108,96); }
H1.HeaderClassName
{
color: #706C60;
}
.AnyTagClassName
{
color: #706C60;
}
</style>
background-color css
<style>
a { background-color: #706C60; }
a { background-color: rgb(112,108,96); }
div.DivClassName
{
background-color: #706C60;
}
.BgClassName
{
background-color: #706C60;
}
</style>
border-color css
<style>
span { border-color: #706C60; }
span { border-color: rgb(112,108,96); }
td.TdClassName
{
border-color: #706C60;
}
.TagClassName
{
border-color: #706C60;
}
</style>