Shades of Ferra #856D6A
Tints of Ferra #856D6A
RGB
CMYK
RGB Variations
Color information
#856D6A (or 0x856D6A) is known color: Ferra. HEX triplet: 85, 6D and 6A. RGB value is (133,109,106). Sum of RGB (Red+Green+Blue) = 133+109+106=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D6A is #7A9295. Grayscale: #737373. Windows color (decimal): -8032918 or 6974853. OLE color: 6974853.
HSL color Cylindrical-coordinate representation of color #856D6A: hue angle of 6.67º 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 #856D6A is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 106 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.48 |
| HSL | 6.67º | 0.11% | 0.47% | - |
| HSV(B) | 6.67º | 0.2% | 0.52% | - |
| XYZ | 17.74 | 16.96 | 15.97 | - |
| YUV | 115.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 106 | 0 | 0.18 | 0.20 | 0.48 | 6.67 | 0.11 | 0.47 |
| Hex | 85 | 6D | 6A | 0 | 12 | 14 | 30 | 7 | B | 2F |
| Octal | 205 | 155 | 152 | 0 | 22 | 24 | 60 | 7 | 13 | 57 |
| Binary | 10000101 | 1101101 | 1101010 | 0 | 10010 | 10100 | 110000 | 111 | 1011 | 101111 |
Color Harmonies of #856D6A
Complementary color
Monochromatic Colors of #856D6A
Black with #856D6A
Text Example
Text Example
White with #856D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D6A; }
p { color: rgb(133,109,106); }
H1.HeaderClassName
{
color: #856D6A;
}
.AnyTagClassName
{
color: #856D6A;
}
</style>
background-color css
<style>
a { background-color: #856D6A; }
a { background-color: rgb(133,109,106); }
div.DivClassName
{
background-color: #856D6A;
}
.BgClassName
{
background-color: #856D6A;
}
</style>
border-color css
<style>
span { border-color: #856D6A; }
span { border-color: rgb(133,109,106); }
td.TdClassName
{
border-color: #856D6A;
}
.TagClassName
{
border-color: #856D6A;
}
</style>