Shades of Flint #706F63
Tints of Flint #706F63
RGB
CMYK
RGB Variations
Color information
#706F63 (or 0x706F63) is known color: Flint. HEX triplet: 70, 6F and 63. RGB value is (112,111,99). Sum of RGB (Red+Green+Blue) = 112+111+99=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #706F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F63 is #8F909C. Grayscale: #6D6D6D. Windows color (decimal): -9408669 or 6516592. OLE color: 6516592.
HSL color Cylindrical-coordinate representation of color #706F63: hue angle of 55.38º 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 #706F63 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 99 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.56 |
| HSL | 55.38º | 0.06% | 0.41% | - |
| HSV(B) | 55.38º | 0.12% | 0.44% | - |
| XYZ | 14.62 | 15.71 | 14.07 | - |
| YUV | 109.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 99 | 0 | 0.01 | 0.12 | 0.56 | 55.38 | 0.06 | 0.41 |
| Hex | 70 | 6F | 63 | 0 | 1 | C | 38 | 37 | 6 | 29 |
| Octal | 160 | 157 | 143 | 0 | 1 | 14 | 70 | 67 | 6 | 51 |
| Binary | 1110000 | 1101111 | 1100011 | 0 | 1 | 1100 | 111000 | 110111 | 110 | 101001 |
Color Harmonies of #706F63
Complementary color
Monochromatic Colors of #706F63
Black with #706F63
Text Example
Text Example
White with #706F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F63; }
p { color: rgb(112,111,99); }
H1.HeaderClassName
{
color: #706F63;
}
.AnyTagClassName
{
color: #706F63;
}
</style>
background-color css
<style>
a { background-color: #706F63; }
a { background-color: rgb(112,111,99); }
div.DivClassName
{
background-color: #706F63;
}
.BgClassName
{
background-color: #706F63;
}
</style>
border-color css
<style>
span { border-color: #706F63; }
span { border-color: rgb(112,111,99); }
td.TdClassName
{
border-color: #706F63;
}
.TagClassName
{
border-color: #706F63;
}
</style>