Shades of Donkey Brown #856B56
Tints of Donkey Brown #856B56
RGB
CMYK
RGB Variations
Color information
#856B56 (or 0x856B56) is known color: Donkey Brown. HEX triplet: 85, 6B and 56. RGB value is (133,107,86). Sum of RGB (Red+Green+Blue) = 133+107+86=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #856B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B56 is #7A94A9. Grayscale: #707070. Windows color (decimal): -8033450 or 5663621. OLE color: 5663621.
HSL color Cylindrical-coordinate representation of color #856B56: hue angle of 26.81º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856B56 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 86 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.48 |
| HSL | 26.81º | 0.21% | 0.43% | - |
| HSV(B) | 26.81º | 0.35% | 0.52% | - |
| XYZ | 16.61 | 16.17 | 11.05 | - |
| YUV | 112.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 86 | 0 | 0.20 | 0.35 | 0.48 | 26.81 | 0.21 | 0.43 |
| Hex | 85 | 6B | 56 | 0 | 14 | 23 | 30 | 1B | 15 | 2B |
| Octal | 205 | 153 | 126 | 0 | 24 | 43 | 60 | 33 | 25 | 53 |
| Binary | 10000101 | 1101011 | 1010110 | 0 | 10100 | 100011 | 110000 | 11011 | 10101 | 101011 |
Color Harmonies of #856B56
Complementary color
Monochromatic Colors of #856B56
Black with #856B56
Text Example
Text Example
White with #856B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B56; }
p { color: rgb(133,107,86); }
H1.HeaderClassName
{
color: #856B56;
}
.AnyTagClassName
{
color: #856B56;
}
</style>
background-color css
<style>
a { background-color: #856B56; }
a { background-color: rgb(133,107,86); }
div.DivClassName
{
background-color: #856B56;
}
.BgClassName
{
background-color: #856B56;
}
</style>
border-color css
<style>
span { border-color: #856B56; }
span { border-color: rgb(133,107,86); }
td.TdClassName
{
border-color: #856B56;
}
.TagClassName
{
border-color: #856B56;
}
</style>