Shades of Donkey Brown #866B58
Tints of Donkey Brown #866B58
RGB
CMYK
RGB Variations
Color information
#866B58 (or 0x866B58) is known color: Donkey Brown. HEX triplet: 86, 6B and 58. RGB value is (134,107,88). Sum of RGB (Red+Green+Blue) = 134+107+88=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B58 is #7994A7. Grayscale: #717171. Windows color (decimal): -7967912 or 5794694. OLE color: 5794694.
HSL color Cylindrical-coordinate representation of color #866B58: hue angle of 24.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #866B58 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 88 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.47 |
| HSL | 24.78º | 0.21% | 0.44% | - |
| HSV(B) | 24.78º | 0.34% | 0.53% | - |
| XYZ | 16.85 | 16.29 | 11.49 | - |
| YUV | 112.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 88 | 0 | 0.20 | 0.34 | 0.47 | 24.78 | 0.21 | 0.44 |
| Hex | 86 | 6B | 58 | 0 | 14 | 22 | 2F | 19 | 15 | 2C |
| Octal | 206 | 153 | 130 | 0 | 24 | 42 | 57 | 31 | 25 | 54 |
| Binary | 10000110 | 1101011 | 1011000 | 0 | 10100 | 100010 | 101111 | 11001 | 10101 | 101100 |
Color Harmonies of #866B58
Complementary color
Monochromatic Colors of #866B58
Black with #866B58
Text Example
Text Example
White with #866B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B58; }
p { color: rgb(134,107,88); }
H1.HeaderClassName
{
color: #866B58;
}
.AnyTagClassName
{
color: #866B58;
}
</style>
background-color css
<style>
a { background-color: #866B58; }
a { background-color: rgb(134,107,88); }
div.DivClassName
{
background-color: #866B58;
}
.BgClassName
{
background-color: #866B58;
}
</style>
border-color css
<style>
span { border-color: #866B58; }
span { border-color: rgb(134,107,88); }
td.TdClassName
{
border-color: #866B58;
}
.TagClassName
{
border-color: #866B58;
}
</style>