Shades of Ferra #856C6C
Tints of Ferra #856C6C
RGB
CMYK
RGB Variations
Color information
#856C6C (or 0x856C6C) is known color: Ferra. HEX triplet: 85, 6C and 6C. RGB value is (133,108,108). Sum of RGB (Red+Green+Blue) = 133+108+108=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C6C is #7A9393. Grayscale: #737373. Windows color (decimal): -8033172 or 7105669. OLE color: 7105669.
HSL color Cylindrical-coordinate representation of color #856C6C: hue angle of 0º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #856C6C is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 108 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.48 |
| HSL | 0º | 0.1% | 0.47% | - |
| HSV(B) | 0º | 0.19% | 0.52% | - |
| XYZ | 17.74 | 16.79 | 16.49 | - |
| YUV | 115.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 108 | 0 | 0.19 | 0.19 | 0.48 | 0 | 0.1 | 0.47 |
| Hex | 85 | 6C | 6C | 0 | 13 | 13 | 30 | 0 | A | 2F |
| Octal | 205 | 154 | 154 | 0 | 23 | 23 | 60 | 0 | 12 | 57 |
| Binary | 10000101 | 1101100 | 1101100 | 0 | 10011 | 10011 | 110000 | 0 | 1010 | 101111 |
Color Harmonies of #856C6C
Complementary color
Monochromatic Colors of #856C6C
Black with #856C6C
Text Example
Text Example
White with #856C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C6C; }
p { color: rgb(133,108,108); }
H1.HeaderClassName
{
color: #856C6C;
}
.AnyTagClassName
{
color: #856C6C;
}
</style>
background-color css
<style>
a { background-color: #856C6C; }
a { background-color: rgb(133,108,108); }
div.DivClassName
{
background-color: #856C6C;
}
.BgClassName
{
background-color: #856C6C;
}
</style>
border-color css
<style>
span { border-color: #856C6C; }
span { border-color: rgb(133,108,108); }
td.TdClassName
{
border-color: #856C6C;
}
.TagClassName
{
border-color: #856C6C;
}
</style>