Shades of Ferra #886E68
Tints of Ferra #886E68
RGB
CMYK
RGB Variations
Color information
#886E68 (or 0x886E68) is known color: Ferra. HEX triplet: 88, 6E and 68. RGB value is (136,110,104). Sum of RGB (Red+Green+Blue) = 136+110+104=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #886E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E68 is #779197. Grayscale: #757575. Windows color (decimal): -7836056 or 6844040. OLE color: 6844040.
HSL color Cylindrical-coordinate representation of color #886E68: hue angle of 11.25º 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 #886E68 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 104 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.47 |
| HSL | 11.25º | 0.13% | 0.47% | - |
| HSV(B) | 11.25º | 0.24% | 0.53% | - |
| XYZ | 18.23 | 17.39 | 15.49 | - |
| YUV | 117.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 104 | 0 | 0.19 | 0.24 | 0.47 | 11.25 | 0.13 | 0.47 |
| Hex | 88 | 6E | 68 | 0 | 13 | 18 | 2F | B | D | 2F |
| Octal | 210 | 156 | 150 | 0 | 23 | 30 | 57 | 13 | 15 | 57 |
| Binary | 10001000 | 1101110 | 1101000 | 0 | 10011 | 11000 | 101111 | 1011 | 1101 | 101111 |
Color Harmonies of #886E68
Complementary color
Monochromatic Colors of #886E68
Black with #886E68
Text Example
Text Example
White with #886E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E68; }
p { color: rgb(136,110,104); }
H1.HeaderClassName
{
color: #886E68;
}
.AnyTagClassName
{
color: #886E68;
}
</style>
background-color css
<style>
a { background-color: #886E68; }
a { background-color: rgb(136,110,104); }
div.DivClassName
{
background-color: #886E68;
}
.BgClassName
{
background-color: #886E68;
}
</style>
border-color css
<style>
span { border-color: #886E68; }
span { border-color: rgb(136,110,104); }
td.TdClassName
{
border-color: #886E68;
}
.TagClassName
{
border-color: #886E68;
}
</style>