Shades of Ferra #856E6E
Tints of Ferra #856E6E
RGB
CMYK
RGB Variations
Color information
#856E6E (or 0x856E6E) is known color: Ferra. HEX triplet: 85, 6E and 6E. RGB value is (133,110,110). Sum of RGB (Red+Green+Blue) = 133+110+110=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E6E is #7A9191. Grayscale: #747474. Windows color (decimal): -8032658 or 7237253. OLE color: 7237253.
HSL color Cylindrical-coordinate representation of color #856E6E: hue angle of 0º 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 #856E6E is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 110 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.48 |
| HSL | 0º | 0.09% | 0.48% | - |
| HSV(B) | 0º | 0.17% | 0.52% | - |
| XYZ | 18.06 | 17.26 | 17.13 | - |
| YUV | 116.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 110 | 0 | 0.17 | 0.17 | 0.48 | 0 | 0.09 | 0.48 |
| Hex | 85 | 6E | 6E | 0 | 11 | 11 | 30 | 0 | 9 | 30 |
| Octal | 205 | 156 | 156 | 0 | 21 | 21 | 60 | 0 | 11 | 60 |
| Binary | 10000101 | 1101110 | 1101110 | 0 | 10001 | 10001 | 110000 | 0 | 1001 | 110000 |
Color Harmonies of #856E6E
Complementary color
Monochromatic Colors of #856E6E
Black with #856E6E
Text Example
Text Example
White with #856E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E6E; }
p { color: rgb(133,110,110); }
H1.HeaderClassName
{
color: #856E6E;
}
.AnyTagClassName
{
color: #856E6E;
}
</style>
background-color css
<style>
a { background-color: #856E6E; }
a { background-color: rgb(133,110,110); }
div.DivClassName
{
background-color: #856E6E;
}
.BgClassName
{
background-color: #856E6E;
}
</style>
border-color css
<style>
span { border-color: #856E6E; }
span { border-color: rgb(133,110,110); }
td.TdClassName
{
border-color: #856E6E;
}
.TagClassName
{
border-color: #856E6E;
}
</style>