Shades of Flint #706B5C
Tints of Flint #706B5C
RGB
CMYK
RGB Variations
Color information
#706B5C (or 0x706B5C) is known color: Flint. HEX triplet: 70, 6B and 5C. RGB value is (112,107,92). Sum of RGB (Red+Green+Blue) = 112+107+92=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B5C is #8F94A3. Grayscale: #6A6A6A. Windows color (decimal): -9409700 or 6056816. OLE color: 6056816.
HSL color Cylindrical-coordinate representation of color #706B5C: hue angle of 45º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #706B5C is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 92 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.56 |
| HSL | 45º | 0.1% | 0.4% | - |
| HSV(B) | 45º | 0.18% | 0.44% | - |
| XYZ | 13.87 | 14.73 | 12.24 | - |
| YUV | 106.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 92 | 0 | 0.04 | 0.18 | 0.56 | 45 | 0.1 | 0.4 |
| Hex | 70 | 6B | 5C | 0 | 4 | 12 | 38 | 2D | A | 28 |
| Octal | 160 | 153 | 134 | 0 | 4 | 22 | 70 | 55 | 12 | 50 |
| Binary | 1110000 | 1101011 | 1011100 | 0 | 100 | 10010 | 111000 | 101101 | 1010 | 101000 |
Color Harmonies of #706B5C
Complementary color
Monochromatic Colors of #706B5C
Black with #706B5C
Text Example
Text Example
White with #706B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B5C; }
p { color: rgb(112,107,92); }
H1.HeaderClassName
{
color: #706B5C;
}
.AnyTagClassName
{
color: #706B5C;
}
</style>
background-color css
<style>
a { background-color: #706B5C; }
a { background-color: rgb(112,107,92); }
div.DivClassName
{
background-color: #706B5C;
}
.BgClassName
{
background-color: #706B5C;
}
</style>
border-color css
<style>
span { border-color: #706B5C; }
span { border-color: rgb(112,107,92); }
td.TdClassName
{
border-color: #706B5C;
}
.TagClassName
{
border-color: #706B5C;
}
</style>