Shades of Flint #706D5B
Tints of Flint #706D5B
RGB
CMYK
RGB Variations
Color information
#706D5B (or 0x706D5B) is known color: Flint. HEX triplet: 70, 6D and 5B. RGB value is (112,109,91). Sum of RGB (Red+Green+Blue) = 112+109+91=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D5B is #8F92A4. Grayscale: #6B6B6B. Windows color (decimal): -9409189 or 5991792. OLE color: 5991792.
HSL color Cylindrical-coordinate representation of color #706D5B: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706D5B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 91 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.56 |
| HSL | 51.43º | 0.1% | 0.4% | - |
| HSV(B) | 51.43º | 0.19% | 0.44% | - |
| XYZ | 14.04 | 15.14 | 12.08 | - |
| YUV | 107.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 91 | 0 | 0.03 | 0.19 | 0.56 | 51.43 | 0.1 | 0.4 |
| Hex | 70 | 6D | 5B | 0 | 3 | 13 | 38 | 33 | A | 28 |
| Octal | 160 | 155 | 133 | 0 | 3 | 23 | 70 | 63 | 12 | 50 |
| Binary | 1110000 | 1101101 | 1011011 | 0 | 11 | 10011 | 111000 | 110011 | 1010 | 101000 |
Color Harmonies of #706D5B
Complementary color
Monochromatic Colors of #706D5B
Black with #706D5B
Text Example
Text Example
White with #706D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D5B; }
p { color: rgb(112,109,91); }
H1.HeaderClassName
{
color: #706D5B;
}
.AnyTagClassName
{
color: #706D5B;
}
</style>
background-color css
<style>
a { background-color: #706D5B; }
a { background-color: rgb(112,109,91); }
div.DivClassName
{
background-color: #706D5B;
}
.BgClassName
{
background-color: #706D5B;
}
</style>
border-color css
<style>
span { border-color: #706D5B; }
span { border-color: rgb(112,109,91); }
td.TdClassName
{
border-color: #706D5B;
}
.TagClassName
{
border-color: #706D5B;
}
</style>