Shades of Ferra #886A66
Tints of Ferra #886A66
RGB
CMYK
RGB Variations
Color information
#886A66 (or 0x886A66) is known color: Ferra. HEX triplet: 88, 6A and 66. RGB value is (136,106,102). Sum of RGB (Red+Green+Blue) = 136+106+102=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A66 is #779599. Grayscale: #727272. Windows color (decimal): -7837082 or 6711944. OLE color: 6711944.
HSL color Cylindrical-coordinate representation of color #886A66: hue angle of 7.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886A66 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 102 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.47 |
| HSL | 7.06º | 0.14% | 0.47% | - |
| HSV(B) | 7.06º | 0.25% | 0.53% | - |
| XYZ | 17.71 | 16.5 | 14.82 | - |
| YUV | 114.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 102 | 0 | 0.22 | 0.25 | 0.47 | 7.06 | 0.14 | 0.47 |
| Hex | 88 | 6A | 66 | 0 | 16 | 19 | 2F | 7 | E | 2F |
| Octal | 210 | 152 | 146 | 0 | 26 | 31 | 57 | 7 | 16 | 57 |
| Binary | 10001000 | 1101010 | 1100110 | 0 | 10110 | 11001 | 101111 | 111 | 1110 | 101111 |
Color Harmonies of #886A66
Complementary color
Monochromatic Colors of #886A66
Black with #886A66
Text Example
Text Example
White with #886A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A66; }
p { color: rgb(136,106,102); }
H1.HeaderClassName
{
color: #886A66;
}
.AnyTagClassName
{
color: #886A66;
}
</style>
background-color css
<style>
a { background-color: #886A66; }
a { background-color: rgb(136,106,102); }
div.DivClassName
{
background-color: #886A66;
}
.BgClassName
{
background-color: #886A66;
}
</style>
border-color css
<style>
span { border-color: #886A66; }
span { border-color: rgb(136,106,102); }
td.TdClassName
{
border-color: #886A66;
}
.TagClassName
{
border-color: #886A66;
}
</style>