Shades of Ferra #886B65
Tints of Ferra #886B65
RGB
CMYK
RGB Variations
Color information
#886B65 (or 0x886B65) is known color: Ferra. HEX triplet: 88, 6B and 65. RGB value is (136,107,101). Sum of RGB (Red+Green+Blue) = 136+107+101=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B65 is #77949A. Grayscale: #737373. Windows color (decimal): -7836827 or 6646664. OLE color: 6646664.
HSL color Cylindrical-coordinate representation of color #886B65: hue angle of 10.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886B65 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 101 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.47 |
| HSL | 10.29º | 0.15% | 0.46% | - |
| HSV(B) | 10.29º | 0.26% | 0.53% | - |
| XYZ | 17.76 | 16.69 | 14.6 | - |
| YUV | 114.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 101 | 0 | 0.21 | 0.26 | 0.47 | 10.29 | 0.15 | 0.46 |
| Hex | 88 | 6B | 65 | 0 | 15 | 1A | 2F | A | F | 2E |
| Octal | 210 | 153 | 145 | 0 | 25 | 32 | 57 | 12 | 17 | 56 |
| Binary | 10001000 | 1101011 | 1100101 | 0 | 10101 | 11010 | 101111 | 1010 | 1111 | 101110 |
Color Harmonies of #886B65
Complementary color
Monochromatic Colors of #886B65
Black with #886B65
Text Example
Text Example
White with #886B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B65; }
p { color: rgb(136,107,101); }
H1.HeaderClassName
{
color: #886B65;
}
.AnyTagClassName
{
color: #886B65;
}
</style>
background-color css
<style>
a { background-color: #886B65; }
a { background-color: rgb(136,107,101); }
div.DivClassName
{
background-color: #886B65;
}
.BgClassName
{
background-color: #886B65;
}
</style>
border-color css
<style>
span { border-color: #886B65; }
span { border-color: rgb(136,107,101); }
td.TdClassName
{
border-color: #886B65;
}
.TagClassName
{
border-color: #886B65;
}
</style>