Shades of Ferra #8C706D
Tints of Ferra #8C706D
RGB
CMYK
RGB Variations
Color information
#8C706D (or 0x8C706D) is known color: Ferra. HEX triplet: 8C, 70 and 6D. RGB value is (140,112,109). Sum of RGB (Red+Green+Blue) = 140+112+109=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C706D is #738F92. Grayscale: #787878. Windows color (decimal): -7573395 or 7172236. OLE color: 7172236.
HSL color Cylindrical-coordinate representation of color #8C706D: hue angle of 5.81º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C706D is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 109 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.45 |
| HSL | 5.81º | 0.12% | 0.49% | - |
| HSV(B) | 5.81º | 0.22% | 0.55% | - |
| XYZ | 19.37 | 18.27 | 16.97 | - |
| YUV | 120.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 109 | 0 | 0.20 | 0.22 | 0.45 | 5.81 | 0.12 | 0.49 |
| Hex | 8C | 70 | 6D | 0 | 14 | 16 | 2D | 6 | C | 31 |
| Octal | 214 | 160 | 155 | 0 | 24 | 26 | 55 | 6 | 14 | 61 |
| Binary | 10001100 | 1110000 | 1101101 | 0 | 10100 | 10110 | 101101 | 110 | 1100 | 110001 |
Color Harmonies of #8C706D
Complementary color
Monochromatic Colors of #8C706D
Black with #8C706D
Text Example
Text Example
White with #8C706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C706D; }
p { color: rgb(140,112,109); }
H1.HeaderClassName
{
color: #8C706D;
}
.AnyTagClassName
{
color: #8C706D;
}
</style>
background-color css
<style>
a { background-color: #8C706D; }
a { background-color: rgb(140,112,109); }
div.DivClassName
{
background-color: #8C706D;
}
.BgClassName
{
background-color: #8C706D;
}
</style>
border-color css
<style>
span { border-color: #8C706D; }
span { border-color: rgb(140,112,109); }
td.TdClassName
{
border-color: #8C706D;
}
.TagClassName
{
border-color: #8C706D;
}
</style>