Shades of Donkey Brown #866B5B
Tints of Donkey Brown #866B5B
RGB
CMYK
RGB Variations
Color information
#866B5B (or 0x866B5B) is known color: Donkey Brown. HEX triplet: 86, 6B and 5B. RGB value is (134,107,91). Sum of RGB (Red+Green+Blue) = 134+107+91=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #866B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B5B is #7994A4. Grayscale: #717171. Windows color (decimal): -7967909 or 5991302. OLE color: 5991302.
HSL color Cylindrical-coordinate representation of color #866B5B: hue angle of 22.33º 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 #866B5B is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 91 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.47 |
| HSL | 22.33º | 0.19% | 0.44% | - |
| HSV(B) | 22.33º | 0.32% | 0.53% | - |
| XYZ | 16.98 | 16.34 | 12.16 | - |
| YUV | 113.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 91 | 0 | 0.20 | 0.32 | 0.47 | 22.33 | 0.19 | 0.44 |
| Hex | 86 | 6B | 5B | 0 | 14 | 20 | 2F | 16 | 13 | 2C |
| Octal | 206 | 153 | 133 | 0 | 24 | 40 | 57 | 26 | 23 | 54 |
| Binary | 10000110 | 1101011 | 1011011 | 0 | 10100 | 100000 | 101111 | 10110 | 10011 | 101100 |
Color Harmonies of #866B5B
Complementary color
Monochromatic Colors of #866B5B
Black with #866B5B
Text Example
Text Example
White with #866B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B5B; }
p { color: rgb(134,107,91); }
H1.HeaderClassName
{
color: #866B5B;
}
.AnyTagClassName
{
color: #866B5B;
}
</style>
background-color css
<style>
a { background-color: #866B5B; }
a { background-color: rgb(134,107,91); }
div.DivClassName
{
background-color: #866B5B;
}
.BgClassName
{
background-color: #866B5B;
}
</style>
border-color css
<style>
span { border-color: #866B5B; }
span { border-color: rgb(134,107,91); }
td.TdClassName
{
border-color: #866B5B;
}
.TagClassName
{
border-color: #866B5B;
}
</style>