Shades of Ferra #85706E
Tints of Ferra #85706E
RGB
CMYK
RGB Variations
Color information
#85706E (or 0x85706E) is known color: Ferra. HEX triplet: 85, 70 and 6E. RGB value is (133,112,110). Sum of RGB (Red+Green+Blue) = 133+112+110=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706E is #7A8F91. Grayscale: #767676. Windows color (decimal): -8032146 or 7237765. OLE color: 7237765.
HSL color Cylindrical-coordinate representation of color #85706E: hue angle of 5.22º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85706E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 110 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.48 |
| HSL | 5.22º | 0.09% | 0.48% | - |
| HSV(B) | 5.22º | 0.17% | 0.52% | - |
| XYZ | 18.28 | 17.7 | 17.2 | - |
| YUV | 118.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 110 | 0 | 0.16 | 0.17 | 0.48 | 5.22 | 0.09 | 0.48 |
| Hex | 85 | 70 | 6E | 0 | 10 | 11 | 30 | 5 | 9 | 30 |
| Octal | 205 | 160 | 156 | 0 | 20 | 21 | 60 | 5 | 11 | 60 |
| Binary | 10000101 | 1110000 | 1101110 | 0 | 10000 | 10001 | 110000 | 101 | 1001 | 110000 |
Color Harmonies of #85706E
Complementary color
Monochromatic Colors of #85706E
Black with #85706E
Text Example
Text Example
White with #85706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85706E; }
p { color: rgb(133,112,110); }
H1.HeaderClassName
{
color: #85706E;
}
.AnyTagClassName
{
color: #85706E;
}
</style>
background-color css
<style>
a { background-color: #85706E; }
a { background-color: rgb(133,112,110); }
div.DivClassName
{
background-color: #85706E;
}
.BgClassName
{
background-color: #85706E;
}
</style>
border-color css
<style>
span { border-color: #85706E; }
span { border-color: rgb(133,112,110); }
td.TdClassName
{
border-color: #85706E;
}
.TagClassName
{
border-color: #85706E;
}
</style>