Shades of Flint #706D5F
Tints of Flint #706D5F
RGB
CMYK
RGB Variations
Color information
#706D5F (or 0x706D5F) is known color: Flint. HEX triplet: 70, 6D and 5F. RGB value is (112,109,95). Sum of RGB (Red+Green+Blue) = 112+109+95=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D5F is #8F92A0. Grayscale: #6C6C6C. Windows color (decimal): -9409185 or 6253936. OLE color: 6253936.
HSL color Cylindrical-coordinate representation of color #706D5F: hue angle of 49.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #706D5F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 95 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.56 |
| HSL | 49.41º | 0.08% | 0.41% | - |
| HSV(B) | 49.41º | 0.15% | 0.44% | - |
| XYZ | 14.22 | 15.21 | 13.01 | - |
| YUV | 108.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 95 | 0 | 0.03 | 0.15 | 0.56 | 49.41 | 0.08 | 0.41 |
| Hex | 70 | 6D | 5F | 0 | 3 | F | 38 | 31 | 8 | 29 |
| Octal | 160 | 155 | 137 | 0 | 3 | 17 | 70 | 61 | 10 | 51 |
| Binary | 1110000 | 1101101 | 1011111 | 0 | 11 | 1111 | 111000 | 110001 | 1000 | 101001 |
Color Harmonies of #706D5F
Complementary color
Monochromatic Colors of #706D5F
Black with #706D5F
Text Example
Text Example
White with #706D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D5F; }
p { color: rgb(112,109,95); }
H1.HeaderClassName
{
color: #706D5F;
}
.AnyTagClassName
{
color: #706D5F;
}
</style>
background-color css
<style>
a { background-color: #706D5F; }
a { background-color: rgb(112,109,95); }
div.DivClassName
{
background-color: #706D5F;
}
.BgClassName
{
background-color: #706D5F;
}
</style>
border-color css
<style>
span { border-color: #706D5F; }
span { border-color: rgb(112,109,95); }
td.TdClassName
{
border-color: #706D5F;
}
.TagClassName
{
border-color: #706D5F;
}
</style>