Shades of Donkey Brown #806F5C
Tints of Donkey Brown #806F5C
RGB
CMYK
RGB Variations
Color information
#806F5C (or 0x806F5C) is known color: Donkey Brown. HEX triplet: 80, 6F and 5C. RGB value is (128,111,92). Sum of RGB (Red+Green+Blue) = 128+111+92=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F5C is #7F90A3. Grayscale: #727272. Windows color (decimal): -8360100 or 6057856. OLE color: 6057856.
HSL color Cylindrical-coordinate representation of color #806F5C: hue angle of 31.67º 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 #806F5C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 92 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.50 |
| HSL | 31.67º | 0.16% | 0.43% | - |
| HSV(B) | 31.67º | 0.28% | 0.5% | - |
| XYZ | 16.52 | 16.73 | 12.48 | - |
| YUV | 113.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 92 | 0 | 0.13 | 0.28 | 0.50 | 31.67 | 0.16 | 0.43 |
| Hex | 80 | 6F | 5C | 0 | D | 1C | 32 | 20 | 10 | 2B |
| Octal | 200 | 157 | 134 | 0 | 15 | 34 | 62 | 40 | 20 | 53 |
| Binary | 10000000 | 1101111 | 1011100 | 0 | 1101 | 11100 | 110010 | 100000 | 10000 | 101011 |
Color Harmonies of #806F5C
Complementary color
Monochromatic Colors of #806F5C
Black with #806F5C
Text Example
Text Example
White with #806F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F5C; }
p { color: rgb(128,111,92); }
H1.HeaderClassName
{
color: #806F5C;
}
.AnyTagClassName
{
color: #806F5C;
}
</style>
background-color css
<style>
a { background-color: #806F5C; }
a { background-color: rgb(128,111,92); }
div.DivClassName
{
background-color: #806F5C;
}
.BgClassName
{
background-color: #806F5C;
}
</style>
border-color css
<style>
span { border-color: #806F5C; }
span { border-color: rgb(128,111,92); }
td.TdClassName
{
border-color: #806F5C;
}
.TagClassName
{
border-color: #806F5C;
}
</style>