Shades of Ferra #886D68
Tints of Ferra #886D68
RGB
CMYK
RGB Variations
Color information
#886D68 (or 0x886D68) is known color: Ferra. HEX triplet: 88, 6D and 68. RGB value is (136,109,104). Sum of RGB (Red+Green+Blue) = 136+109+104=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #886D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D68 is #779297. Grayscale: #747474. Windows color (decimal): -7836312 or 6843784. OLE color: 6843784.
HSL color Cylindrical-coordinate representation of color #886D68: hue angle of 9.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886D68 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 104 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.47 |
| HSL | 9.38º | 0.13% | 0.47% | - |
| HSV(B) | 9.38º | 0.24% | 0.53% | - |
| XYZ | 18.12 | 17.17 | 15.46 | - |
| YUV | 116.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 104 | 0 | 0.20 | 0.24 | 0.47 | 9.38 | 0.13 | 0.47 |
| Hex | 88 | 6D | 68 | 0 | 14 | 18 | 2F | 9 | D | 2F |
| Octal | 210 | 155 | 150 | 0 | 24 | 30 | 57 | 11 | 15 | 57 |
| Binary | 10001000 | 1101101 | 1101000 | 0 | 10100 | 11000 | 101111 | 1001 | 1101 | 101111 |
Color Harmonies of #886D68
Complementary color
Monochromatic Colors of #886D68
Black with #886D68
Text Example
Text Example
White with #886D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D68; }
p { color: rgb(136,109,104); }
H1.HeaderClassName
{
color: #886D68;
}
.AnyTagClassName
{
color: #886D68;
}
</style>
background-color css
<style>
a { background-color: #886D68; }
a { background-color: rgb(136,109,104); }
div.DivClassName
{
background-color: #886D68;
}
.BgClassName
{
background-color: #886D68;
}
</style>
border-color css
<style>
span { border-color: #886D68; }
span { border-color: rgb(136,109,104); }
td.TdClassName
{
border-color: #886D68;
}
.TagClassName
{
border-color: #886D68;
}
</style>