Shades of Ferra #86706D
Tints of Ferra #86706D
RGB
CMYK
RGB Variations
Color information
#86706D (or 0x86706D) is known color: Ferra. HEX triplet: 86, 70 and 6D. RGB value is (134,112,109). Sum of RGB (Red+Green+Blue) = 134+112+109=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706D is #798F92. Grayscale: #767676. Windows color (decimal): -7966611 or 7172230. OLE color: 7172230.
HSL color Cylindrical-coordinate representation of color #86706D: hue angle of 7.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86706D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 109 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.47 |
| HSL | 7.2º | 0.1% | 0.48% | - |
| HSV(B) | 7.2º | 0.19% | 0.53% | - |
| XYZ | 18.39 | 17.76 | 16.93 | - |
| YUV | 118.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 109 | 0 | 0.16 | 0.19 | 0.47 | 7.2 | 0.1 | 0.48 |
| Hex | 86 | 70 | 6D | 0 | 10 | 13 | 2F | 7 | A | 30 |
| Octal | 206 | 160 | 155 | 0 | 20 | 23 | 57 | 7 | 12 | 60 |
| Binary | 10000110 | 1110000 | 1101101 | 0 | 10000 | 10011 | 101111 | 111 | 1010 | 110000 |
Color Harmonies of #86706D
Complementary color
Monochromatic Colors of #86706D
Black with #86706D
Text Example
Text Example
White with #86706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86706D; }
p { color: rgb(134,112,109); }
H1.HeaderClassName
{
color: #86706D;
}
.AnyTagClassName
{
color: #86706D;
}
</style>
background-color css
<style>
a { background-color: #86706D; }
a { background-color: rgb(134,112,109); }
div.DivClassName
{
background-color: #86706D;
}
.BgClassName
{
background-color: #86706D;
}
</style>
border-color css
<style>
span { border-color: #86706D; }
span { border-color: rgb(134,112,109); }
td.TdClassName
{
border-color: #86706D;
}
.TagClassName
{
border-color: #86706D;
}
</style>