Shades of Donkey Brown #86705B
Tints of Donkey Brown #86705B
RGB
CMYK
RGB Variations
Color information
#86705B (or 0x86705B) is known color: Donkey Brown. HEX triplet: 86, 70 and 5B. RGB value is (134,112,91). Sum of RGB (Red+Green+Blue) = 134+112+91=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #86705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86705B is #798FA4. Grayscale: #747474. Windows color (decimal): -7966629 or 5992582. OLE color: 5992582.
HSL color Cylindrical-coordinate representation of color #86705B: hue angle of 29.3º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86705B is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 91 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.47 |
| HSL | 29.3º | 0.19% | 0.44% | - |
| HSV(B) | 29.3º | 0.32% | 0.53% | - |
| XYZ | 17.51 | 17.41 | 12.34 | - |
| YUV | 116.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 91 | 0 | 0.16 | 0.32 | 0.47 | 29.3 | 0.19 | 0.44 |
| Hex | 86 | 70 | 5B | 0 | 10 | 20 | 2F | 1D | 13 | 2C |
| Octal | 206 | 160 | 133 | 0 | 20 | 40 | 57 | 35 | 23 | 54 |
| Binary | 10000110 | 1110000 | 1011011 | 0 | 10000 | 100000 | 101111 | 11101 | 10011 | 101100 |
Color Harmonies of #86705B
Complementary color
Monochromatic Colors of #86705B
Black with #86705B
Text Example
Text Example
White with #86705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86705B; }
p { color: rgb(134,112,91); }
H1.HeaderClassName
{
color: #86705B;
}
.AnyTagClassName
{
color: #86705B;
}
</style>
background-color css
<style>
a { background-color: #86705B; }
a { background-color: rgb(134,112,91); }
div.DivClassName
{
background-color: #86705B;
}
.BgClassName
{
background-color: #86705B;
}
</style>
border-color css
<style>
span { border-color: #86705B; }
span { border-color: rgb(134,112,91); }
td.TdClassName
{
border-color: #86705B;
}
.TagClassName
{
border-color: #86705B;
}
</style>