Shades of Ferra #856D6B
Tints of Ferra #856D6B
RGB
CMYK
RGB Variations
Color information
#856D6B (or 0x856D6B) is known color: Ferra. HEX triplet: 85, 6D and 6B. RGB value is (133,109,107). Sum of RGB (Red+Green+Blue) = 133+109+107=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D6B is #7A9294. Grayscale: #737373. Windows color (decimal): -8032917 or 7040389. OLE color: 7040389.
HSL color Cylindrical-coordinate representation of color #856D6B: hue angle of 4.62º 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 #856D6B is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 107 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.48 |
| HSL | 4.62º | 0.11% | 0.47% | - |
| HSV(B) | 4.62º | 0.2% | 0.52% | - |
| XYZ | 17.8 | 16.99 | 16.25 | - |
| YUV | 115.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 107 | 0 | 0.18 | 0.20 | 0.48 | 4.62 | 0.11 | 0.47 |
| Hex | 85 | 6D | 6B | 0 | 12 | 14 | 30 | 5 | B | 2F |
| Octal | 205 | 155 | 153 | 0 | 22 | 24 | 60 | 5 | 13 | 57 |
| Binary | 10000101 | 1101101 | 1101011 | 0 | 10010 | 10100 | 110000 | 101 | 1011 | 101111 |
Color Harmonies of #856D6B
Complementary color
Monochromatic Colors of #856D6B
Black with #856D6B
Text Example
Text Example
White with #856D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D6B; }
p { color: rgb(133,109,107); }
H1.HeaderClassName
{
color: #856D6B;
}
.AnyTagClassName
{
color: #856D6B;
}
</style>
background-color css
<style>
a { background-color: #856D6B; }
a { background-color: rgb(133,109,107); }
div.DivClassName
{
background-color: #856D6B;
}
.BgClassName
{
background-color: #856D6B;
}
</style>
border-color css
<style>
span { border-color: #856D6B; }
span { border-color: rgb(133,109,107); }
td.TdClassName
{
border-color: #856D6B;
}
.TagClassName
{
border-color: #856D6B;
}
</style>