Shades of Flint #706E63
Tints of Flint #706E63
RGB
CMYK
RGB Variations
Color information
#706E63 (or 0x706E63) is known color: Flint. HEX triplet: 70, 6E and 63. RGB value is (112,110,99). Sum of RGB (Red+Green+Blue) = 112+110+99=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E63 is #8F919C. Grayscale: #6D6D6D. Windows color (decimal): -9408925 or 6516336. OLE color: 6516336.
HSL color Cylindrical-coordinate representation of color #706E63: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706E63 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 99 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.56 |
| HSL | 50.77º | 0.06% | 0.41% | - |
| HSV(B) | 50.77º | 0.12% | 0.44% | - |
| XYZ | 14.51 | 15.5 | 14.03 | - |
| YUV | 109.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 99 | 0 | 0.02 | 0.12 | 0.56 | 50.77 | 0.06 | 0.41 |
| Hex | 70 | 6E | 63 | 0 | 2 | C | 38 | 33 | 6 | 29 |
| Octal | 160 | 156 | 143 | 0 | 2 | 14 | 70 | 63 | 6 | 51 |
| Binary | 1110000 | 1101110 | 1100011 | 0 | 10 | 1100 | 111000 | 110011 | 110 | 101001 |
Color Harmonies of #706E63
Complementary color
Monochromatic Colors of #706E63
Black with #706E63
Text Example
Text Example
White with #706E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E63; }
p { color: rgb(112,110,99); }
H1.HeaderClassName
{
color: #706E63;
}
.AnyTagClassName
{
color: #706E63;
}
</style>
background-color css
<style>
a { background-color: #706E63; }
a { background-color: rgb(112,110,99); }
div.DivClassName
{
background-color: #706E63;
}
.BgClassName
{
background-color: #706E63;
}
</style>
border-color css
<style>
span { border-color: #706E63; }
span { border-color: rgb(112,110,99); }
td.TdClassName
{
border-color: #706E63;
}
.TagClassName
{
border-color: #706E63;
}
</style>