Shades of Donkey Brown #886E5B
Tints of Donkey Brown #886E5B
RGB
CMYK
RGB Variations
Color information
#886E5B (or 0x886E5B) is known color: Donkey Brown. HEX triplet: 88, 6E and 5B. RGB value is (136,110,91). Sum of RGB (Red+Green+Blue) = 136+110+91=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E5B is #7791A4. Grayscale: #737373. Windows color (decimal): -7836069 or 5992072. OLE color: 5992072.
HSL color Cylindrical-coordinate representation of color #886E5B: hue angle of 25.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #886E5B is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 91 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.47 |
| HSL | 25.33º | 0.2% | 0.45% | - |
| HSV(B) | 25.33º | 0.33% | 0.53% | - |
| XYZ | 17.62 | 17.14 | 12.28 | - |
| YUV | 115.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 91 | 0 | 0.19 | 0.33 | 0.47 | 25.33 | 0.2 | 0.45 |
| Hex | 88 | 6E | 5B | 0 | 13 | 21 | 2F | 19 | 14 | 2D |
| Octal | 210 | 156 | 133 | 0 | 23 | 41 | 57 | 31 | 24 | 55 |
| Binary | 10001000 | 1101110 | 1011011 | 0 | 10011 | 100001 | 101111 | 11001 | 10100 | 101101 |
Color Harmonies of #886E5B
Complementary color
Monochromatic Colors of #886E5B
Black with #886E5B
Text Example
Text Example
White with #886E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E5B; }
p { color: rgb(136,110,91); }
H1.HeaderClassName
{
color: #886E5B;
}
.AnyTagClassName
{
color: #886E5B;
}
</style>
background-color css
<style>
a { background-color: #886E5B; }
a { background-color: rgb(136,110,91); }
div.DivClassName
{
background-color: #886E5B;
}
.BgClassName
{
background-color: #886E5B;
}
</style>
border-color css
<style>
span { border-color: #886E5B; }
span { border-color: rgb(136,110,91); }
td.TdClassName
{
border-color: #886E5B;
}
.TagClassName
{
border-color: #886E5B;
}
</style>