Shades of Donkey Brown #866C5A
Tints of Donkey Brown #866C5A
RGB
CMYK
RGB Variations
Color information
#866C5A (or 0x866C5A) is known color: Donkey Brown. HEX triplet: 86, 6C and 5A. RGB value is (134,108,90). Sum of RGB (Red+Green+Blue) = 134+108+90=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C5A is #7993A5. Grayscale: #717171. Windows color (decimal): -7967654 or 5926022. OLE color: 5926022.
HSL color Cylindrical-coordinate representation of color #866C5A: hue angle of 24.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #866C5A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 90 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.47 |
| HSL | 24.55º | 0.2% | 0.44% | - |
| HSV(B) | 24.55º | 0.33% | 0.53% | - |
| XYZ | 17.04 | 16.53 | 11.97 | - |
| YUV | 113.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 90 | 0 | 0.19 | 0.33 | 0.47 | 24.55 | 0.2 | 0.44 |
| Hex | 86 | 6C | 5A | 0 | 13 | 21 | 2F | 19 | 14 | 2C |
| Octal | 206 | 154 | 132 | 0 | 23 | 41 | 57 | 31 | 24 | 54 |
| Binary | 10000110 | 1101100 | 1011010 | 0 | 10011 | 100001 | 101111 | 11001 | 10100 | 101100 |
Color Harmonies of #866C5A
Complementary color
Monochromatic Colors of #866C5A
Black with #866C5A
Text Example
Text Example
White with #866C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C5A; }
p { color: rgb(134,108,90); }
H1.HeaderClassName
{
color: #866C5A;
}
.AnyTagClassName
{
color: #866C5A;
}
</style>
background-color css
<style>
a { background-color: #866C5A; }
a { background-color: rgb(134,108,90); }
div.DivClassName
{
background-color: #866C5A;
}
.BgClassName
{
background-color: #866C5A;
}
</style>
border-color css
<style>
span { border-color: #866C5A; }
span { border-color: rgb(134,108,90); }
td.TdClassName
{
border-color: #866C5A;
}
.TagClassName
{
border-color: #866C5A;
}
</style>