Shades of Donkey Brown #806B54
Tints of Donkey Brown #806B54
RGB
CMYK
RGB Variations
Color information
#806B54 (or 0x806B54) is known color: Donkey Brown. HEX triplet: 80, 6B and 54. RGB value is (128,107,84). Sum of RGB (Red+Green+Blue) = 128+107+84=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #806B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B54 is #7F94AB. Grayscale: #6E6E6E. Windows color (decimal): -8361132 or 5532544. OLE color: 5532544.
HSL color Cylindrical-coordinate representation of color #806B54: hue angle of 31.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #806B54 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 107 | 84 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.50 |
| HSL | 31.36º | 0.21% | 0.42% | - |
| HSV(B) | 31.36º | 0.34% | 0.5% | - |
| XYZ | 15.76 | 15.74 | 10.6 | - |
| YUV | 110.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 84 | 0 | 0.16 | 0.34 | 0.50 | 31.36 | 0.21 | 0.42 |
| Hex | 80 | 6B | 54 | 0 | 10 | 22 | 32 | 1F | 15 | 2A |
| Octal | 200 | 153 | 124 | 0 | 20 | 42 | 62 | 37 | 25 | 52 |
| Binary | 10000000 | 1101011 | 1010100 | 0 | 10000 | 100010 | 110010 | 11111 | 10101 | 101010 |
Color Harmonies of #806B54
Complementary color
Monochromatic Colors of #806B54
Black with #806B54
Text Example
Text Example
White with #806B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806B54; }
p { color: rgb(128,107,84); }
H1.HeaderClassName
{
color: #806B54;
}
.AnyTagClassName
{
color: #806B54;
}
</style>
background-color css
<style>
a { background-color: #806B54; }
a { background-color: rgb(128,107,84); }
div.DivClassName
{
background-color: #806B54;
}
.BgClassName
{
background-color: #806B54;
}
</style>
border-color css
<style>
span { border-color: #806B54; }
span { border-color: rgb(128,107,84); }
td.TdClassName
{
border-color: #806B54;
}
.TagClassName
{
border-color: #806B54;
}
</style>