Shades of Ferra #886D69
Tints of Ferra #886D69
RGB
CMYK
RGB Variations
Color information
#886D69 (or 0x886D69) is known color: Ferra. HEX triplet: 88, 6D and 69. RGB value is (136,109,105). Sum of RGB (Red+Green+Blue) = 136+109+105=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D69 is #779296. Grayscale: #747474. Windows color (decimal): -7836311 or 6909320. OLE color: 6909320.
HSL color Cylindrical-coordinate representation of color #886D69: hue angle of 7.74º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886D69 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 105 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.47 |
| HSL | 7.74º | 0.13% | 0.47% | - |
| HSV(B) | 7.74º | 0.23% | 0.53% | - |
| XYZ | 18.17 | 17.19 | 15.73 | - |
| YUV | 116.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 105 | 0 | 0.20 | 0.23 | 0.47 | 7.74 | 0.13 | 0.47 |
| Hex | 88 | 6D | 69 | 0 | 14 | 17 | 2F | 8 | D | 2F |
| Octal | 210 | 155 | 151 | 0 | 24 | 27 | 57 | 10 | 15 | 57 |
| Binary | 10001000 | 1101101 | 1101001 | 0 | 10100 | 10111 | 101111 | 1000 | 1101 | 101111 |
Color Harmonies of #886D69
Complementary color
Monochromatic Colors of #886D69
Black with #886D69
Text Example
Text Example
White with #886D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D69; }
p { color: rgb(136,109,105); }
H1.HeaderClassName
{
color: #886D69;
}
.AnyTagClassName
{
color: #886D69;
}
</style>
background-color css
<style>
a { background-color: #886D69; }
a { background-color: rgb(136,109,105); }
div.DivClassName
{
background-color: #886D69;
}
.BgClassName
{
background-color: #886D69;
}
</style>
border-color css
<style>
span { border-color: #886D69; }
span { border-color: rgb(136,109,105); }
td.TdClassName
{
border-color: #886D69;
}
.TagClassName
{
border-color: #886D69;
}
</style>