Shades of Ferra #856C67
Tints of Ferra #856C67
RGB
CMYK
RGB Variations
Color information
#856C67 (or 0x856C67) is known color: Ferra. HEX triplet: 85, 6C and 67. RGB value is (133,108,103). Sum of RGB (Red+Green+Blue) = 133+108+103=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C67 is #7A9398. Grayscale: #727272. Windows color (decimal): -8033177 or 6777989. OLE color: 6777989.
HSL color Cylindrical-coordinate representation of color #856C67: hue angle of 10º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856C67 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 103 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.48 |
| HSL | 10º | 0.13% | 0.46% | - |
| HSV(B) | 10º | 0.23% | 0.52% | - |
| XYZ | 17.48 | 16.69 | 15.13 | - |
| YUV | 114.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 103 | 0 | 0.19 | 0.23 | 0.48 | 10 | 0.13 | 0.46 |
| Hex | 85 | 6C | 67 | 0 | 13 | 17 | 30 | A | D | 2E |
| Octal | 205 | 154 | 147 | 0 | 23 | 27 | 60 | 12 | 15 | 56 |
| Binary | 10000101 | 1101100 | 1100111 | 0 | 10011 | 10111 | 110000 | 1010 | 1101 | 101110 |
Color Harmonies of #856C67
Complementary color
Monochromatic Colors of #856C67
Black with #856C67
Text Example
Text Example
White with #856C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C67; }
p { color: rgb(133,108,103); }
H1.HeaderClassName
{
color: #856C67;
}
.AnyTagClassName
{
color: #856C67;
}
</style>
background-color css
<style>
a { background-color: #856C67; }
a { background-color: rgb(133,108,103); }
div.DivClassName
{
background-color: #856C67;
}
.BgClassName
{
background-color: #856C67;
}
</style>
border-color css
<style>
span { border-color: #856C67; }
span { border-color: rgb(133,108,103); }
td.TdClassName
{
border-color: #856C67;
}
.TagClassName
{
border-color: #856C67;
}
</style>