Shades of Ferra #856F69
Tints of Ferra #856F69
RGB
CMYK
RGB Variations
Color information
#856F69 (or 0x856F69) is known color: Ferra. HEX triplet: 85, 6F and 69. RGB value is (133,111,105). Sum of RGB (Red+Green+Blue) = 133+111+105=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F69 is #7A9096. Grayscale: #747474. Windows color (decimal): -8032407 or 6909829. OLE color: 6909829.
HSL color Cylindrical-coordinate representation of color #856F69: hue angle of 12.86º 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 #856F69 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 105 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.48 |
| HSL | 12.86º | 0.12% | 0.47% | - |
| HSV(B) | 12.86º | 0.21% | 0.52% | - |
| XYZ | 17.91 | 17.38 | 15.77 | - |
| YUV | 116.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 105 | 0 | 0.17 | 0.21 | 0.48 | 12.86 | 0.12 | 0.47 |
| Hex | 85 | 6F | 69 | 0 | 11 | 15 | 30 | D | C | 2F |
| Octal | 205 | 157 | 151 | 0 | 21 | 25 | 60 | 15 | 14 | 57 |
| Binary | 10000101 | 1101111 | 1101001 | 0 | 10001 | 10101 | 110000 | 1101 | 1100 | 101111 |
Color Harmonies of #856F69
Complementary color
Monochromatic Colors of #856F69
Black with #856F69
Text Example
Text Example
White with #856F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F69; }
p { color: rgb(133,111,105); }
H1.HeaderClassName
{
color: #856F69;
}
.AnyTagClassName
{
color: #856F69;
}
</style>
background-color css
<style>
a { background-color: #856F69; }
a { background-color: rgb(133,111,105); }
div.DivClassName
{
background-color: #856F69;
}
.BgClassName
{
background-color: #856F69;
}
</style>
border-color css
<style>
span { border-color: #856F69; }
span { border-color: rgb(133,111,105); }
td.TdClassName
{
border-color: #856F69;
}
.TagClassName
{
border-color: #856F69;
}
</style>