Shades of Ferra #85706A
Tints of Ferra #85706A
RGB
CMYK
RGB Variations
Color information
#85706A (or 0x85706A) is known color: Ferra. HEX triplet: 85, 70 and 6A. RGB value is (133,112,106). Sum of RGB (Red+Green+Blue) = 133+112+106=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #85706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85706A is #7A8F95. Grayscale: #757575. Windows color (decimal): -8032150 or 6975621. OLE color: 6975621.
HSL color Cylindrical-coordinate representation of color #85706A: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85706A is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 106 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.48 |
| HSL | 13.33º | 0.11% | 0.47% | - |
| HSV(B) | 13.33º | 0.2% | 0.52% | - |
| XYZ | 18.07 | 17.62 | 16.08 | - |
| YUV | 117.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 106 | 0 | 0.16 | 0.20 | 0.48 | 13.33 | 0.11 | 0.47 |
| Hex | 85 | 70 | 6A | 0 | 10 | 14 | 30 | D | B | 2F |
| Octal | 205 | 160 | 152 | 0 | 20 | 24 | 60 | 15 | 13 | 57 |
| Binary | 10000101 | 1110000 | 1101010 | 0 | 10000 | 10100 | 110000 | 1101 | 1011 | 101111 |
Color Harmonies of #85706A
Complementary color
Monochromatic Colors of #85706A
Black with #85706A
Text Example
Text Example
White with #85706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85706A; }
p { color: rgb(133,112,106); }
H1.HeaderClassName
{
color: #85706A;
}
.AnyTagClassName
{
color: #85706A;
}
</style>
background-color css
<style>
a { background-color: #85706A; }
a { background-color: rgb(133,112,106); }
div.DivClassName
{
background-color: #85706A;
}
.BgClassName
{
background-color: #85706A;
}
</style>
border-color css
<style>
span { border-color: #85706A; }
span { border-color: rgb(133,112,106); }
td.TdClassName
{
border-color: #85706A;
}
.TagClassName
{
border-color: #85706A;
}
</style>