Shades of Ferra #886D65
Tints of Ferra #886D65
RGB
CMYK
RGB Variations
Color information
#886D65 (or 0x886D65) is known color: Ferra. HEX triplet: 88, 6D and 65. RGB value is (136,109,101). Sum of RGB (Red+Green+Blue) = 136+109+101=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D65 is #77929A. Grayscale: #747474. Windows color (decimal): -7836315 or 6647176. OLE color: 6647176.
HSL color Cylindrical-coordinate representation of color #886D65: hue angle of 13.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886D65 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 101 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.47 |
| HSL | 13.71º | 0.15% | 0.46% | - |
| HSV(B) | 13.71º | 0.26% | 0.53% | - |
| XYZ | 17.97 | 17.11 | 14.67 | - |
| YUV | 116.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 101 | 0 | 0.20 | 0.26 | 0.47 | 13.71 | 0.15 | 0.46 |
| Hex | 88 | 6D | 65 | 0 | 14 | 1A | 2F | E | F | 2E |
| Octal | 210 | 155 | 145 | 0 | 24 | 32 | 57 | 16 | 17 | 56 |
| Binary | 10001000 | 1101101 | 1100101 | 0 | 10100 | 11010 | 101111 | 1110 | 1111 | 101110 |
Color Harmonies of #886D65
Complementary color
Monochromatic Colors of #886D65
Black with #886D65
Text Example
Text Example
White with #886D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D65; }
p { color: rgb(136,109,101); }
H1.HeaderClassName
{
color: #886D65;
}
.AnyTagClassName
{
color: #886D65;
}
</style>
background-color css
<style>
a { background-color: #886D65; }
a { background-color: rgb(136,109,101); }
div.DivClassName
{
background-color: #886D65;
}
.BgClassName
{
background-color: #886D65;
}
</style>
border-color css
<style>
span { border-color: #886D65; }
span { border-color: rgb(136,109,101); }
td.TdClassName
{
border-color: #886D65;
}
.TagClassName
{
border-color: #886D65;
}
</style>