Shades of Donkey Brown #86715D
Tints of Donkey Brown #86715D
RGB
CMYK
RGB Variations
Color information
#86715D (or 0x86715D) is known color: Donkey Brown. HEX triplet: 86, 71 and 5D. RGB value is (134,113,93). Sum of RGB (Red+Green+Blue) = 134+113+93=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #86715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86715D is #798EA2. Grayscale: #757575. Windows color (decimal): -7966371 or 6123910. OLE color: 6123910.
HSL color Cylindrical-coordinate representation of color #86715D: hue angle of 29.27º 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 #86715D is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 93 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.47 |
| HSL | 29.27º | 0.18% | 0.45% | - |
| HSV(B) | 29.27º | 0.31% | 0.53% | - |
| XYZ | 17.71 | 17.67 | 12.83 | - |
| YUV | 117 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 93 | 0 | 0.16 | 0.31 | 0.47 | 29.27 | 0.18 | 0.45 |
| Hex | 86 | 71 | 5D | 0 | 10 | 1F | 2F | 1D | 12 | 2D |
| Octal | 206 | 161 | 135 | 0 | 20 | 37 | 57 | 35 | 22 | 55 |
| Binary | 10000110 | 1110001 | 1011101 | 0 | 10000 | 11111 | 101111 | 11101 | 10010 | 101101 |
Color Harmonies of #86715D
Complementary color
Monochromatic Colors of #86715D
Black with #86715D
Text Example
Text Example
White with #86715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86715D; }
p { color: rgb(134,113,93); }
H1.HeaderClassName
{
color: #86715D;
}
.AnyTagClassName
{
color: #86715D;
}
</style>
background-color css
<style>
a { background-color: #86715D; }
a { background-color: rgb(134,113,93); }
div.DivClassName
{
background-color: #86715D;
}
.BgClassName
{
background-color: #86715D;
}
</style>
border-color css
<style>
span { border-color: #86715D; }
span { border-color: rgb(134,113,93); }
td.TdClassName
{
border-color: #86715D;
}
.TagClassName
{
border-color: #86715D;
}
</style>