Shades of Donkey Brown #806D58
Tints of Donkey Brown #806D58
RGB
CMYK
RGB Variations
Color information
#806D58 (or 0x806D58) is known color: Donkey Brown. HEX triplet: 80, 6D and 58. RGB value is (128,109,88). Sum of RGB (Red+Green+Blue) = 128+109+88=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #806D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D58 is #7F92A7. Grayscale: #707070. Windows color (decimal): -8360616 or 5795200. OLE color: 5795200.
HSL color Cylindrical-coordinate representation of color #806D58: hue angle of 31.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #806D58 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 88 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.50 |
| HSL | 31.5º | 0.19% | 0.42% | - |
| HSV(B) | 31.5º | 0.31% | 0.5% | - |
| XYZ | 16.13 | 16.23 | 11.52 | - |
| YUV | 112.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 88 | 0 | 0.15 | 0.31 | 0.50 | 31.5 | 0.19 | 0.42 |
| Hex | 80 | 6D | 58 | 0 | F | 1F | 32 | 1F | 13 | 2A |
| Octal | 200 | 155 | 130 | 0 | 17 | 37 | 62 | 37 | 23 | 52 |
| Binary | 10000000 | 1101101 | 1011000 | 0 | 1111 | 11111 | 110010 | 11111 | 10011 | 101010 |
Color Harmonies of #806D58
Complementary color
Monochromatic Colors of #806D58
Black with #806D58
Text Example
Text Example
White with #806D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D58; }
p { color: rgb(128,109,88); }
H1.HeaderClassName
{
color: #806D58;
}
.AnyTagClassName
{
color: #806D58;
}
</style>
background-color css
<style>
a { background-color: #806D58; }
a { background-color: rgb(128,109,88); }
div.DivClassName
{
background-color: #806D58;
}
.BgClassName
{
background-color: #806D58;
}
</style>
border-color css
<style>
span { border-color: #806D58; }
span { border-color: rgb(128,109,88); }
td.TdClassName
{
border-color: #806D58;
}
.TagClassName
{
border-color: #806D58;
}
</style>