Shades of Donkey Brown #86705D
Tints of Donkey Brown #86705D
RGB
CMYK
RGB Variations
Color information
#86705D (or 0x86705D) is known color: Donkey Brown. HEX triplet: 86, 70 and 5D. RGB value is (134,112,93). Sum of RGB (Red+Green+Blue) = 134+112+93=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86705D is #798FA2. Grayscale: #747474. Windows color (decimal): -7966627 or 6123654. OLE color: 6123654.
HSL color Cylindrical-coordinate representation of color #86705D: hue angle of 27.8º 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 #86705D is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 93 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.47 |
| HSL | 27.8º | 0.18% | 0.45% | - |
| HSV(B) | 27.8º | 0.31% | 0.53% | - |
| XYZ | 17.6 | 17.45 | 12.8 | - |
| YUV | 116.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 93 | 0 | 0.16 | 0.31 | 0.47 | 27.8 | 0.18 | 0.45 |
| Hex | 86 | 70 | 5D | 0 | 10 | 1F | 2F | 1C | 12 | 2D |
| Octal | 206 | 160 | 135 | 0 | 20 | 37 | 57 | 34 | 22 | 55 |
| Binary | 10000110 | 1110000 | 1011101 | 0 | 10000 | 11111 | 101111 | 11100 | 10010 | 101101 |
Color Harmonies of #86705D
Complementary color
Monochromatic Colors of #86705D
Black with #86705D
Text Example
Text Example
White with #86705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86705D; }
p { color: rgb(134,112,93); }
H1.HeaderClassName
{
color: #86705D;
}
.AnyTagClassName
{
color: #86705D;
}
</style>
background-color css
<style>
a { background-color: #86705D; }
a { background-color: rgb(134,112,93); }
div.DivClassName
{
background-color: #86705D;
}
.BgClassName
{
background-color: #86705D;
}
</style>
border-color css
<style>
span { border-color: #86705D; }
span { border-color: rgb(134,112,93); }
td.TdClassName
{
border-color: #86705D;
}
.TagClassName
{
border-color: #86705D;
}
</style>