Shades of Donkey Brown #886F5D
Tints of Donkey Brown #886F5D
RGB
CMYK
RGB Variations
Color information
#886F5D (or 0x886F5D) is known color: Donkey Brown. HEX triplet: 88, 6F and 5D. RGB value is (136,111,93). Sum of RGB (Red+Green+Blue) = 136+111+93=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F5D is #7790A2. Grayscale: #747474. Windows color (decimal): -7835811 or 6123400. OLE color: 6123400.
HSL color Cylindrical-coordinate representation of color #886F5D: hue angle of 25.12º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886F5D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 93 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.47 |
| HSL | 25.12º | 0.19% | 0.45% | - |
| HSV(B) | 25.12º | 0.32% | 0.53% | - |
| XYZ | 17.81 | 17.39 | 12.77 | - |
| YUV | 116.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 93 | 0 | 0.18 | 0.32 | 0.47 | 25.12 | 0.19 | 0.45 |
| Hex | 88 | 6F | 5D | 0 | 12 | 20 | 2F | 19 | 13 | 2D |
| Octal | 210 | 157 | 135 | 0 | 22 | 40 | 57 | 31 | 23 | 55 |
| Binary | 10001000 | 1101111 | 1011101 | 0 | 10010 | 100000 | 101111 | 11001 | 10011 | 101101 |
Color Harmonies of #886F5D
Complementary color
Monochromatic Colors of #886F5D
Black with #886F5D
Text Example
Text Example
White with #886F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F5D; }
p { color: rgb(136,111,93); }
H1.HeaderClassName
{
color: #886F5D;
}
.AnyTagClassName
{
color: #886F5D;
}
</style>
background-color css
<style>
a { background-color: #886F5D; }
a { background-color: rgb(136,111,93); }
div.DivClassName
{
background-color: #886F5D;
}
.BgClassName
{
background-color: #886F5D;
}
</style>
border-color css
<style>
span { border-color: #886F5D; }
span { border-color: rgb(136,111,93); }
td.TdClassName
{
border-color: #886F5D;
}
.TagClassName
{
border-color: #886F5D;
}
</style>