Shades of Ferra #886F6F
Tints of Ferra #886F6F
RGB
CMYK
RGB Variations
Color information
#886F6F (or 0x886F6F) is known color: Ferra. HEX triplet: 88, 6F and 6F. RGB value is (136,111,111). Sum of RGB (Red+Green+Blue) = 136+111+111=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F6F is #779090. Grayscale: #767676. Windows color (decimal): -7835793 or 7303048. OLE color: 7303048.
HSL color Cylindrical-coordinate representation of color #886F6F: hue angle of 0º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #886F6F is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 111 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.47 |
| HSL | 0º | 0.1% | 0.48% | - |
| HSV(B) | 0º | 0.18% | 0.53% | - |
| XYZ | 18.71 | 17.75 | 17.48 | - |
| YUV | 118.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 111 | 0 | 0.18 | 0.18 | 0.47 | 0 | 0.1 | 0.48 |
| Hex | 88 | 6F | 6F | 0 | 12 | 12 | 2F | 0 | A | 30 |
| Octal | 210 | 157 | 157 | 0 | 22 | 22 | 57 | 0 | 12 | 60 |
| Binary | 10001000 | 1101111 | 1101111 | 0 | 10010 | 10010 | 101111 | 0 | 1010 | 110000 |
Color Harmonies of #886F6F
Complementary color
Monochromatic Colors of #886F6F
Black with #886F6F
Text Example
Text Example
White with #886F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F6F; }
p { color: rgb(136,111,111); }
H1.HeaderClassName
{
color: #886F6F;
}
.AnyTagClassName
{
color: #886F6F;
}
</style>
background-color css
<style>
a { background-color: #886F6F; }
a { background-color: rgb(136,111,111); }
div.DivClassName
{
background-color: #886F6F;
}
.BgClassName
{
background-color: #886F6F;
}
</style>
border-color css
<style>
span { border-color: #886F6F; }
span { border-color: rgb(136,111,111); }
td.TdClassName
{
border-color: #886F6F;
}
.TagClassName
{
border-color: #886F6F;
}
</style>