Shades of Donkey Brown #86705C
Tints of Donkey Brown #86705C
RGB
CMYK
RGB Variations
Color information
#86705C (or 0x86705C) is known color: Donkey Brown. HEX triplet: 86, 70 and 5C. RGB value is (134,112,92). Sum of RGB (Red+Green+Blue) = 134+112+92=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #86705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86705C is #798FA3. Grayscale: #747474. Windows color (decimal): -7966628 or 6058118. OLE color: 6058118.
HSL color Cylindrical-coordinate representation of color #86705C: hue angle of 28.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86705C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 92 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.47 |
| HSL | 28.57º | 0.19% | 0.44% | - |
| HSV(B) | 28.57º | 0.31% | 0.53% | - |
| XYZ | 17.56 | 17.43 | 12.56 | - |
| YUV | 116.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 92 | 0 | 0.16 | 0.31 | 0.47 | 28.57 | 0.19 | 0.44 |
| Hex | 86 | 70 | 5C | 0 | 10 | 1F | 2F | 1D | 13 | 2C |
| Octal | 206 | 160 | 134 | 0 | 20 | 37 | 57 | 35 | 23 | 54 |
| Binary | 10000110 | 1110000 | 1011100 | 0 | 10000 | 11111 | 101111 | 11101 | 10011 | 101100 |
Color Harmonies of #86705C
Complementary color
Monochromatic Colors of #86705C
Black with #86705C
Text Example
Text Example
White with #86705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86705C; }
p { color: rgb(134,112,92); }
H1.HeaderClassName
{
color: #86705C;
}
.AnyTagClassName
{
color: #86705C;
}
</style>
background-color css
<style>
a { background-color: #86705C; }
a { background-color: rgb(134,112,92); }
div.DivClassName
{
background-color: #86705C;
}
.BgClassName
{
background-color: #86705C;
}
</style>
border-color css
<style>
span { border-color: #86705C; }
span { border-color: rgb(134,112,92); }
td.TdClassName
{
border-color: #86705C;
}
.TagClassName
{
border-color: #86705C;
}
</style>