Shades of Flint #706D58
Tints of Flint #706D58
RGB
CMYK
RGB Variations
Color information
#706D58 (or 0x706D58) is known color: Flint. HEX triplet: 70, 6D and 58. RGB value is (112,109,88). Sum of RGB (Red+Green+Blue) = 112+109+88=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706D58 is #8F92A7. Grayscale: #6B6B6B. Windows color (decimal): -9409192 or 5795184. OLE color: 5795184.
HSL color Cylindrical-coordinate representation of color #706D58: hue angle of 52.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706D58 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 88 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.56 |
| HSL | 52.5º | 0.12% | 0.39% | - |
| HSV(B) | 52.5º | 0.21% | 0.44% | - |
| XYZ | 13.91 | 15.09 | 11.41 | - |
| YUV | 107.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 88 | 0 | 0.03 | 0.21 | 0.56 | 52.5 | 0.12 | 0.39 |
| Hex | 70 | 6D | 58 | 0 | 3 | 15 | 38 | 34 | C | 27 |
| Octal | 160 | 155 | 130 | 0 | 3 | 25 | 70 | 64 | 14 | 47 |
| Binary | 1110000 | 1101101 | 1011000 | 0 | 11 | 10101 | 111000 | 110100 | 1100 | 100111 |
Color Harmonies of #706D58
Complementary color
Monochromatic Colors of #706D58
Black with #706D58
Text Example
Text Example
White with #706D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D58; }
p { color: rgb(112,109,88); }
H1.HeaderClassName
{
color: #706D58;
}
.AnyTagClassName
{
color: #706D58;
}
</style>
background-color css
<style>
a { background-color: #706D58; }
a { background-color: rgb(112,109,88); }
div.DivClassName
{
background-color: #706D58;
}
.BgClassName
{
background-color: #706D58;
}
</style>
border-color css
<style>
span { border-color: #706D58; }
span { border-color: rgb(112,109,88); }
td.TdClassName
{
border-color: #706D58;
}
.TagClassName
{
border-color: #706D58;
}
</style>