Shades of Ferra #856C6A
Tints of Ferra #856C6A
RGB
CMYK
RGB Variations
Color information
#856C6A (or 0x856C6A) is known color: Ferra. HEX triplet: 85, 6C and 6A. RGB value is (133,108,106). Sum of RGB (Red+Green+Blue) = 133+108+106=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C6A is #7A9395. Grayscale: #737373. Windows color (decimal): -8033174 or 6974597. OLE color: 6974597.
HSL color Cylindrical-coordinate representation of color #856C6A: hue angle of 4.44º 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 #856C6A is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 106 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.48 |
| HSL | 4.44º | 0.11% | 0.47% | - |
| HSV(B) | 4.44º | 0.2% | 0.52% | - |
| XYZ | 17.64 | 16.75 | 15.94 | - |
| YUV | 115.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 106 | 0 | 0.19 | 0.20 | 0.48 | 4.44 | 0.11 | 0.47 |
| Hex | 85 | 6C | 6A | 0 | 13 | 14 | 30 | 4 | B | 2F |
| Octal | 205 | 154 | 152 | 0 | 23 | 24 | 60 | 4 | 13 | 57 |
| Binary | 10000101 | 1101100 | 1101010 | 0 | 10011 | 10100 | 110000 | 100 | 1011 | 101111 |
Color Harmonies of #856C6A
Complementary color
Monochromatic Colors of #856C6A
Black with #856C6A
Text Example
Text Example
White with #856C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C6A; }
p { color: rgb(133,108,106); }
H1.HeaderClassName
{
color: #856C6A;
}
.AnyTagClassName
{
color: #856C6A;
}
</style>
background-color css
<style>
a { background-color: #856C6A; }
a { background-color: rgb(133,108,106); }
div.DivClassName
{
background-color: #856C6A;
}
.BgClassName
{
background-color: #856C6A;
}
</style>
border-color css
<style>
span { border-color: #856C6A; }
span { border-color: rgb(133,108,106); }
td.TdClassName
{
border-color: #856C6A;
}
.TagClassName
{
border-color: #856C6A;
}
</style>