Shades of Ferra #856D69
Tints of Ferra #856D69
RGB
CMYK
RGB Variations
Color information
#856D69 (or 0x856D69) is known color: Ferra. HEX triplet: 85, 6D and 69. RGB value is (133,109,105). Sum of RGB (Red+Green+Blue) = 133+109+105=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D69 is #7A9296. Grayscale: #737373. Windows color (decimal): -8032919 or 6909317. OLE color: 6909317.
HSL color Cylindrical-coordinate representation of color #856D69: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856D69 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 105 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.48 |
| HSL | 8.57º | 0.12% | 0.47% | - |
| HSV(B) | 8.57º | 0.21% | 0.52% | - |
| XYZ | 17.69 | 16.94 | 15.7 | - |
| YUV | 115.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 105 | 0 | 0.18 | 0.21 | 0.48 | 8.57 | 0.12 | 0.47 |
| Hex | 85 | 6D | 69 | 0 | 12 | 15 | 30 | 9 | C | 2F |
| Octal | 205 | 155 | 151 | 0 | 22 | 25 | 60 | 11 | 14 | 57 |
| Binary | 10000101 | 1101101 | 1101001 | 0 | 10010 | 10101 | 110000 | 1001 | 1100 | 101111 |
Color Harmonies of #856D69
Complementary color
Monochromatic Colors of #856D69
Black with #856D69
Text Example
Text Example
White with #856D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D69; }
p { color: rgb(133,109,105); }
H1.HeaderClassName
{
color: #856D69;
}
.AnyTagClassName
{
color: #856D69;
}
</style>
background-color css
<style>
a { background-color: #856D69; }
a { background-color: rgb(133,109,105); }
div.DivClassName
{
background-color: #856D69;
}
.BgClassName
{
background-color: #856D69;
}
</style>
border-color css
<style>
span { border-color: #856D69; }
span { border-color: rgb(133,109,105); }
td.TdClassName
{
border-color: #856D69;
}
.TagClassName
{
border-color: #856D69;
}
</style>