Shades of Donkey Brown #886F5E
Tints of Donkey Brown #886F5E
RGB
CMYK
RGB Variations
Color information
#886F5E (or 0x886F5E) is known color: Donkey Brown. HEX triplet: 88, 6F and 5E. RGB value is (136,111,94). Sum of RGB (Red+Green+Blue) = 136+111+94=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #886F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F5E is #7790A1. Grayscale: #747474. Windows color (decimal): -7835810 or 6188936. OLE color: 6188936.
HSL color Cylindrical-coordinate representation of color #886F5E: hue angle of 24.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #886F5E is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 94 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.47 |
| HSL | 24.29º | 0.18% | 0.45% | - |
| HSV(B) | 24.29º | 0.31% | 0.53% | - |
| XYZ | 17.86 | 17.41 | 13.01 | - |
| YUV | 116.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 94 | 0 | 0.18 | 0.31 | 0.47 | 24.29 | 0.18 | 0.45 |
| Hex | 88 | 6F | 5E | 0 | 12 | 1F | 2F | 18 | 12 | 2D |
| Octal | 210 | 157 | 136 | 0 | 22 | 37 | 57 | 30 | 22 | 55 |
| Binary | 10001000 | 1101111 | 1011110 | 0 | 10010 | 11111 | 101111 | 11000 | 10010 | 101101 |
Color Harmonies of #886F5E
Complementary color
Monochromatic Colors of #886F5E
Black with #886F5E
Text Example
Text Example
White with #886F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F5E; }
p { color: rgb(136,111,94); }
H1.HeaderClassName
{
color: #886F5E;
}
.AnyTagClassName
{
color: #886F5E;
}
</style>
background-color css
<style>
a { background-color: #886F5E; }
a { background-color: rgb(136,111,94); }
div.DivClassName
{
background-color: #886F5E;
}
.BgClassName
{
background-color: #886F5E;
}
</style>
border-color css
<style>
span { border-color: #886F5E; }
span { border-color: rgb(136,111,94); }
td.TdClassName
{
border-color: #886F5E;
}
.TagClassName
{
border-color: #886F5E;
}
</style>