Shades of Donkey Brown #866E5D
Tints of Donkey Brown #866E5D
RGB
CMYK
RGB Variations
Color information
#866E5D (or 0x866E5D) is known color: Donkey Brown. HEX triplet: 86, 6E and 5D. RGB value is (134,110,93). Sum of RGB (Red+Green+Blue) = 134+110+93=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #866E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E5D is #7991A2. Grayscale: #737373. Windows color (decimal): -7967139 or 6123142. OLE color: 6123142.
HSL color Cylindrical-coordinate representation of color #866E5D: hue angle of 24.88º 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 #866E5D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 93 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.47 |
| HSL | 24.88º | 0.18% | 0.45% | - |
| HSV(B) | 24.88º | 0.31% | 0.53% | - |
| XYZ | 17.38 | 17.01 | 12.72 | - |
| YUV | 115.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 93 | 0 | 0.18 | 0.31 | 0.47 | 24.88 | 0.18 | 0.45 |
| Hex | 86 | 6E | 5D | 0 | 12 | 1F | 2F | 19 | 12 | 2D |
| Octal | 206 | 156 | 135 | 0 | 22 | 37 | 57 | 31 | 22 | 55 |
| Binary | 10000110 | 1101110 | 1011101 | 0 | 10010 | 11111 | 101111 | 11001 | 10010 | 101101 |
Color Harmonies of #866E5D
Complementary color
Monochromatic Colors of #866E5D
Black with #866E5D
Text Example
Text Example
White with #866E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E5D; }
p { color: rgb(134,110,93); }
H1.HeaderClassName
{
color: #866E5D;
}
.AnyTagClassName
{
color: #866E5D;
}
</style>
background-color css
<style>
a { background-color: #866E5D; }
a { background-color: rgb(134,110,93); }
div.DivClassName
{
background-color: #866E5D;
}
.BgClassName
{
background-color: #866E5D;
}
</style>
border-color css
<style>
span { border-color: #866E5D; }
span { border-color: rgb(134,110,93); }
td.TdClassName
{
border-color: #866E5D;
}
.TagClassName
{
border-color: #866E5D;
}
</style>