Shades of Donkey Brown #806B5C
Tints of Donkey Brown #806B5C
RGB
CMYK
RGB Variations
Color information
#806B5C (or 0x806B5C) is known color: Donkey Brown. HEX triplet: 80, 6B and 5C. RGB value is (128,107,92). Sum of RGB (Red+Green+Blue) = 128+107+92=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #806B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806B5C is #7F94A3. Grayscale: #6F6F6F. Windows color (decimal): -8361124 or 6056832. OLE color: 6056832.
HSL color Cylindrical-coordinate representation of color #806B5C: hue angle of 25º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806B5C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 107 | 92 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.50 |
| HSL | 25º | 0.16% | 0.43% | - |
| HSV(B) | 25º | 0.28% | 0.5% | - |
| XYZ | 16.09 | 15.88 | 12.34 | - |
| YUV | 111.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 92 | 0 | 0.16 | 0.28 | 0.50 | 25 | 0.16 | 0.43 |
| Hex | 80 | 6B | 5C | 0 | 10 | 1C | 32 | 19 | 10 | 2B |
| Octal | 200 | 153 | 134 | 0 | 20 | 34 | 62 | 31 | 20 | 53 |
| Binary | 10000000 | 1101011 | 1011100 | 0 | 10000 | 11100 | 110010 | 11001 | 10000 | 101011 |
Color Harmonies of #806B5C
Complementary color
Monochromatic Colors of #806B5C
Black with #806B5C
Text Example
Text Example
White with #806B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806B5C; }
p { color: rgb(128,107,92); }
H1.HeaderClassName
{
color: #806B5C;
}
.AnyTagClassName
{
color: #806B5C;
}
</style>
background-color css
<style>
a { background-color: #806B5C; }
a { background-color: rgb(128,107,92); }
div.DivClassName
{
background-color: #806B5C;
}
.BgClassName
{
background-color: #806B5C;
}
</style>
border-color css
<style>
span { border-color: #806B5C; }
span { border-color: rgb(128,107,92); }
td.TdClassName
{
border-color: #806B5C;
}
.TagClassName
{
border-color: #806B5C;
}
</style>