Shades of Ferra #856D68
Tints of Ferra #856D68
RGB
CMYK
RGB Variations
Color information
#856D68 (or 0x856D68) is known color: Ferra. HEX triplet: 85, 6D and 68. RGB value is (133,109,104). Sum of RGB (Red+Green+Blue) = 133+109+104=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D68 is #7A9297. Grayscale: #737373. Windows color (decimal): -8032920 or 6843781. OLE color: 6843781.
HSL color Cylindrical-coordinate representation of color #856D68: hue angle of 10.34º 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 #856D68 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 104 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.48 |
| HSL | 10.34º | 0.12% | 0.46% | - |
| HSV(B) | 10.34º | 0.22% | 0.52% | - |
| XYZ | 17.64 | 16.92 | 15.43 | - |
| YUV | 115.61 | 121.45 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 104 | 0 | 0.18 | 0.22 | 0.48 | 10.34 | 0.12 | 0.46 |
| Hex | 85 | 6D | 68 | 0 | 12 | 16 | 30 | A | C | 2E |
| Octal | 205 | 155 | 150 | 0 | 22 | 26 | 60 | 12 | 14 | 56 |
| Binary | 10000101 | 1101101 | 1101000 | 0 | 10010 | 10110 | 110000 | 1010 | 1100 | 101110 |
Color Harmonies of #856D68
Complementary color
Monochromatic Colors of #856D68
Black with #856D68
Text Example
Text Example
White with #856D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D68; }
p { color: rgb(133,109,104); }
H1.HeaderClassName
{
color: #856D68;
}
.AnyTagClassName
{
color: #856D68;
}
</style>
background-color css
<style>
a { background-color: #856D68; }
a { background-color: rgb(133,109,104); }
div.DivClassName
{
background-color: #856D68;
}
.BgClassName
{
background-color: #856D68;
}
</style>
border-color css
<style>
span { border-color: #856D68; }
span { border-color: rgb(133,109,104); }
td.TdClassName
{
border-color: #856D68;
}
.TagClassName
{
border-color: #856D68;
}
</style>