Shades of Donkey Brown #806C58
Tints of Donkey Brown #806C58
RGB
CMYK
RGB Variations
Color information
#806C58 (or 0x806C58) is known color: Donkey Brown. HEX triplet: 80, 6C and 58. RGB value is (128,108,88). Sum of RGB (Red+Green+Blue) = 128+108+88=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #806C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C58 is #7F93A7. Grayscale: #6F6F6F. Windows color (decimal): -8360872 or 5794944. OLE color: 5794944.
HSL color Cylindrical-coordinate representation of color #806C58: hue angle of 30º 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 #806C58 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 88 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.50 |
| HSL | 30º | 0.19% | 0.42% | - |
| HSV(B) | 30º | 0.31% | 0.5% | - |
| XYZ | 16.03 | 16.02 | 11.48 | - |
| YUV | 111.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 88 | 0 | 0.16 | 0.31 | 0.50 | 30 | 0.19 | 0.42 |
| Hex | 80 | 6C | 58 | 0 | 10 | 1F | 32 | 1E | 13 | 2A |
| Octal | 200 | 154 | 130 | 0 | 20 | 37 | 62 | 36 | 23 | 52 |
| Binary | 10000000 | 1101100 | 1011000 | 0 | 10000 | 11111 | 110010 | 11110 | 10011 | 101010 |
Color Harmonies of #806C58
Complementary color
Monochromatic Colors of #806C58
Black with #806C58
Text Example
Text Example
White with #806C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C58; }
p { color: rgb(128,108,88); }
H1.HeaderClassName
{
color: #806C58;
}
.AnyTagClassName
{
color: #806C58;
}
</style>
background-color css
<style>
a { background-color: #806C58; }
a { background-color: rgb(128,108,88); }
div.DivClassName
{
background-color: #806C58;
}
.BgClassName
{
background-color: #806C58;
}
</style>
border-color css
<style>
span { border-color: #806C58; }
span { border-color: rgb(128,108,88); }
td.TdClassName
{
border-color: #806C58;
}
.TagClassName
{
border-color: #806C58;
}
</style>