Shades of Donkey Brown #866E5C
Tints of Donkey Brown #866E5C
RGB
CMYK
RGB Variations
Color information
#866E5C (or 0x866E5C) is known color: Donkey Brown. HEX triplet: 86, 6E and 5C. RGB value is (134,110,92). Sum of RGB (Red+Green+Blue) = 134+110+92=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #866E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E5C is #7991A3. Grayscale: #737373. Windows color (decimal): -7967140 or 6057606. OLE color: 6057606.
HSL color Cylindrical-coordinate representation of color #866E5C: hue angle of 25.71º 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 #866E5C is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 92 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.47 |
| HSL | 25.71º | 0.19% | 0.44% | - |
| HSV(B) | 25.71º | 0.31% | 0.53% | - |
| XYZ | 17.34 | 16.99 | 12.49 | - |
| YUV | 115.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 92 | 0 | 0.18 | 0.31 | 0.47 | 25.71 | 0.19 | 0.44 |
| Hex | 86 | 6E | 5C | 0 | 12 | 1F | 2F | 1A | 13 | 2C |
| Octal | 206 | 156 | 134 | 0 | 22 | 37 | 57 | 32 | 23 | 54 |
| Binary | 10000110 | 1101110 | 1011100 | 0 | 10010 | 11111 | 101111 | 11010 | 10011 | 101100 |
Color Harmonies of #866E5C
Complementary color
Monochromatic Colors of #866E5C
Black with #866E5C
Text Example
Text Example
White with #866E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E5C; }
p { color: rgb(134,110,92); }
H1.HeaderClassName
{
color: #866E5C;
}
.AnyTagClassName
{
color: #866E5C;
}
</style>
background-color css
<style>
a { background-color: #866E5C; }
a { background-color: rgb(134,110,92); }
div.DivClassName
{
background-color: #866E5C;
}
.BgClassName
{
background-color: #866E5C;
}
</style>
border-color css
<style>
span { border-color: #866E5C; }
span { border-color: rgb(134,110,92); }
td.TdClassName
{
border-color: #866E5C;
}
.TagClassName
{
border-color: #866E5C;
}
</style>