Shades of Ferra #856C68
Tints of Ferra #856C68
RGB
CMYK
RGB Variations
Color information
#856C68 (or 0x856C68) is known color: Ferra. HEX triplet: 85, 6C and 68. RGB value is (133,108,104). Sum of RGB (Red+Green+Blue) = 133+108+104=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C68 is #7A9397. Grayscale: #737373. Windows color (decimal): -8033176 or 6843525. OLE color: 6843525.
HSL color Cylindrical-coordinate representation of color #856C68: hue angle of 8.28º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856C68 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 104 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.48 |
| HSL | 8.28º | 0.12% | 0.46% | - |
| HSV(B) | 8.28º | 0.22% | 0.52% | - |
| XYZ | 17.53 | 16.71 | 15.4 | - |
| YUV | 115.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 104 | 0 | 0.19 | 0.22 | 0.48 | 8.28 | 0.12 | 0.46 |
| Hex | 85 | 6C | 68 | 0 | 13 | 16 | 30 | 8 | C | 2E |
| Octal | 205 | 154 | 150 | 0 | 23 | 26 | 60 | 10 | 14 | 56 |
| Binary | 10000101 | 1101100 | 1101000 | 0 | 10011 | 10110 | 110000 | 1000 | 1100 | 101110 |
Color Harmonies of #856C68
Complementary color
Monochromatic Colors of #856C68
Black with #856C68
Text Example
Text Example
White with #856C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C68; }
p { color: rgb(133,108,104); }
H1.HeaderClassName
{
color: #856C68;
}
.AnyTagClassName
{
color: #856C68;
}
</style>
background-color css
<style>
a { background-color: #856C68; }
a { background-color: rgb(133,108,104); }
div.DivClassName
{
background-color: #856C68;
}
.BgClassName
{
background-color: #856C68;
}
</style>
border-color css
<style>
span { border-color: #856C68; }
span { border-color: rgb(133,108,104); }
td.TdClassName
{
border-color: #856C68;
}
.TagClassName
{
border-color: #856C68;
}
</style>