Shades of Ferra #856C69
Tints of Ferra #856C69
RGB
CMYK
RGB Variations
Color information
#856C69 (or 0x856C69) is known color: Ferra. HEX triplet: 85, 6C and 69. RGB value is (133,108,105). Sum of RGB (Red+Green+Blue) = 133+108+105=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C69 is #7A9396. Grayscale: #737373. Windows color (decimal): -8033175 or 6909061. OLE color: 6909061.
HSL color Cylindrical-coordinate representation of color #856C69: hue angle of 6.43º 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 #856C69 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 105 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.48 |
| HSL | 6.43º | 0.12% | 0.47% | - |
| HSV(B) | 6.43º | 0.21% | 0.52% | - |
| XYZ | 17.59 | 16.73 | 15.67 | - |
| YUV | 115.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 105 | 0 | 0.19 | 0.21 | 0.48 | 6.43 | 0.12 | 0.47 |
| Hex | 85 | 6C | 69 | 0 | 13 | 15 | 30 | 6 | C | 2F |
| Octal | 205 | 154 | 151 | 0 | 23 | 25 | 60 | 6 | 14 | 57 |
| Binary | 10000101 | 1101100 | 1101001 | 0 | 10011 | 10101 | 110000 | 110 | 1100 | 101111 |
Color Harmonies of #856C69
Complementary color
Monochromatic Colors of #856C69
Black with #856C69
Text Example
Text Example
White with #856C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C69; }
p { color: rgb(133,108,105); }
H1.HeaderClassName
{
color: #856C69;
}
.AnyTagClassName
{
color: #856C69;
}
</style>
background-color css
<style>
a { background-color: #856C69; }
a { background-color: rgb(133,108,105); }
div.DivClassName
{
background-color: #856C69;
}
.BgClassName
{
background-color: #856C69;
}
</style>
border-color css
<style>
span { border-color: #856C69; }
span { border-color: rgb(133,108,105); }
td.TdClassName
{
border-color: #856C69;
}
.TagClassName
{
border-color: #856C69;
}
</style>