Shades of Ferra #886E69
Tints of Ferra #886E69
RGB
CMYK
RGB Variations
Color information
#886E69 (or 0x886E69) is known color: Ferra. HEX triplet: 88, 6E and 69. RGB value is (136,110,105). Sum of RGB (Red+Green+Blue) = 136+110+105=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #886E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E69 is #779196. Grayscale: #757575. Windows color (decimal): -7836055 or 6909576. OLE color: 6909576.
HSL color Cylindrical-coordinate representation of color #886E69: hue angle of 9.68º 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 #886E69 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 105 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.47 |
| HSL | 9.68º | 0.13% | 0.47% | - |
| HSV(B) | 9.68º | 0.23% | 0.53% | - |
| XYZ | 18.28 | 17.41 | 15.76 | - |
| YUV | 117.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 105 | 0 | 0.19 | 0.23 | 0.47 | 9.68 | 0.13 | 0.47 |
| Hex | 88 | 6E | 69 | 0 | 13 | 17 | 2F | A | D | 2F |
| Octal | 210 | 156 | 151 | 0 | 23 | 27 | 57 | 12 | 15 | 57 |
| Binary | 10001000 | 1101110 | 1101001 | 0 | 10011 | 10111 | 101111 | 1010 | 1101 | 101111 |
Color Harmonies of #886E69
Complementary color
Monochromatic Colors of #886E69
Black with #886E69
Text Example
Text Example
White with #886E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E69; }
p { color: rgb(136,110,105); }
H1.HeaderClassName
{
color: #886E69;
}
.AnyTagClassName
{
color: #886E69;
}
</style>
background-color css
<style>
a { background-color: #886E69; }
a { background-color: rgb(136,110,105); }
div.DivClassName
{
background-color: #886E69;
}
.BgClassName
{
background-color: #886E69;
}
</style>
border-color css
<style>
span { border-color: #886E69; }
span { border-color: rgb(136,110,105); }
td.TdClassName
{
border-color: #886E69;
}
.TagClassName
{
border-color: #886E69;
}
</style>