Shades of Donkey Brown #86705E
Tints of Donkey Brown #86705E
RGB
CMYK
RGB Variations
Color information
#86705E (or 0x86705E) is known color: Donkey Brown. HEX triplet: 86, 70 and 5E. RGB value is (134,112,94). Sum of RGB (Red+Green+Blue) = 134+112+94=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86705E is #798FA1. Grayscale: #747474. Windows color (decimal): -7966626 or 6189190. OLE color: 6189190.
HSL color Cylindrical-coordinate representation of color #86705E: hue angle of 27º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86705E is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 94 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.47 |
| HSL | 27º | 0.18% | 0.45% | - |
| HSV(B) | 27º | 0.3% | 0.53% | - |
| XYZ | 17.65 | 17.46 | 13.03 | - |
| YUV | 116.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 94 | 0 | 0.16 | 0.30 | 0.47 | 27 | 0.18 | 0.45 |
| Hex | 86 | 70 | 5E | 0 | 10 | 1E | 2F | 1B | 12 | 2D |
| Octal | 206 | 160 | 136 | 0 | 20 | 36 | 57 | 33 | 22 | 55 |
| Binary | 10000110 | 1110000 | 1011110 | 0 | 10000 | 11110 | 101111 | 11011 | 10010 | 101101 |
Color Harmonies of #86705E
Complementary color
Monochromatic Colors of #86705E
Black with #86705E
Text Example
Text Example
White with #86705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86705E; }
p { color: rgb(134,112,94); }
H1.HeaderClassName
{
color: #86705E;
}
.AnyTagClassName
{
color: #86705E;
}
</style>
background-color css
<style>
a { background-color: #86705E; }
a { background-color: rgb(134,112,94); }
div.DivClassName
{
background-color: #86705E;
}
.BgClassName
{
background-color: #86705E;
}
</style>
border-color css
<style>
span { border-color: #86705E; }
span { border-color: rgb(134,112,94); }
td.TdClassName
{
border-color: #86705E;
}
.TagClassName
{
border-color: #86705E;
}
</style>