Shades of Ferra #86706C
Tints of Ferra #86706C
RGB
CMYK
RGB Variations
Color information
#86706C (or 0x86706C) is known color: Ferra. HEX triplet: 86, 70 and 6C. RGB value is (134,112,108). Sum of RGB (Red+Green+Blue) = 134+112+108=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86706C is #798F93. Grayscale: #767676. Windows color (decimal): -7966612 or 7106694. OLE color: 7106694.
HSL color Cylindrical-coordinate representation of color #86706C: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86706C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 108 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.47 |
| HSL | 9.23º | 0.11% | 0.47% | - |
| HSV(B) | 9.23º | 0.19% | 0.53% | - |
| XYZ | 18.33 | 17.74 | 16.65 | - |
| YUV | 118.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 108 | 0 | 0.16 | 0.19 | 0.47 | 9.23 | 0.11 | 0.47 |
| Hex | 86 | 70 | 6C | 0 | 10 | 13 | 2F | 9 | B | 2F |
| Octal | 206 | 160 | 154 | 0 | 20 | 23 | 57 | 11 | 13 | 57 |
| Binary | 10000110 | 1110000 | 1101100 | 0 | 10000 | 10011 | 101111 | 1001 | 1011 | 101111 |
Color Harmonies of #86706C
Complementary color
Monochromatic Colors of #86706C
Black with #86706C
Text Example
Text Example
White with #86706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86706C; }
p { color: rgb(134,112,108); }
H1.HeaderClassName
{
color: #86706C;
}
.AnyTagClassName
{
color: #86706C;
}
</style>
background-color css
<style>
a { background-color: #86706C; }
a { background-color: rgb(134,112,108); }
div.DivClassName
{
background-color: #86706C;
}
.BgClassName
{
background-color: #86706C;
}
</style>
border-color css
<style>
span { border-color: #86706C; }
span { border-color: rgb(134,112,108); }
td.TdClassName
{
border-color: #86706C;
}
.TagClassName
{
border-color: #86706C;
}
</style>