Shades of Ferra #86736F
Tints of Ferra #86736F
RGB
CMYK
RGB Variations
Color information
#86736F (or 0x86736F) is known color: Ferra. HEX triplet: 86, 73 and 6F. RGB value is (134,115,111). Sum of RGB (Red+Green+Blue) = 134+115+111=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736F is #798C90. Grayscale: #787878. Windows color (decimal): -7965841 or 7304070. OLE color: 7304070.
HSL color Cylindrical-coordinate representation of color #86736F: hue angle of 10.43º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86736F is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 111 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.47 |
| HSL | 10.43º | 0.09% | 0.48% | - |
| HSV(B) | 10.43º | 0.17% | 0.53% | - |
| XYZ | 18.83 | 18.48 | 17.61 | - |
| YUV | 120.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 111 | 0 | 0.14 | 0.17 | 0.47 | 10.43 | 0.09 | 0.48 |
| Hex | 86 | 73 | 6F | 0 | E | 11 | 2F | A | 9 | 30 |
| Octal | 206 | 163 | 157 | 0 | 16 | 21 | 57 | 12 | 11 | 60 |
| Binary | 10000110 | 1110011 | 1101111 | 0 | 1110 | 10001 | 101111 | 1010 | 1001 | 110000 |
Color Harmonies of #86736F
Complementary color
Monochromatic Colors of #86736F
Black with #86736F
Text Example
Text Example
White with #86736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86736F; }
p { color: rgb(134,115,111); }
H1.HeaderClassName
{
color: #86736F;
}
.AnyTagClassName
{
color: #86736F;
}
</style>
background-color css
<style>
a { background-color: #86736F; }
a { background-color: rgb(134,115,111); }
div.DivClassName
{
background-color: #86736F;
}
.BgClassName
{
background-color: #86736F;
}
</style>
border-color css
<style>
span { border-color: #86736F; }
span { border-color: rgb(134,115,111); }
td.TdClassName
{
border-color: #86736F;
}
.TagClassName
{
border-color: #86736F;
}
</style>