Shades of Donkey Brown #806F66
Tints of Donkey Brown #806F66
RGB
CMYK
RGB Variations
Color information
#806F66 (or 0x806F66) is known color: Donkey Brown. HEX triplet: 80, 6F and 66. RGB value is (128,111,102). Sum of RGB (Red+Green+Blue) = 128+111+102=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F66 is #7F9099. Grayscale: #737373. Windows color (decimal): -8360090 or 6713216. OLE color: 6713216.
HSL color Cylindrical-coordinate representation of color #806F66: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #806F66 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 102 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.50 |
| HSL | 20.77º | 0.11% | 0.45% | - |
| HSV(B) | 20.77º | 0.2% | 0.5% | - |
| XYZ | 16.98 | 16.92 | 14.94 | - |
| YUV | 115.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 102 | 0 | 0.13 | 0.20 | 0.50 | 20.77 | 0.11 | 0.45 |
| Hex | 80 | 6F | 66 | 0 | D | 14 | 32 | 15 | B | 2D |
| Octal | 200 | 157 | 146 | 0 | 15 | 24 | 62 | 25 | 13 | 55 |
| Binary | 10000000 | 1101111 | 1100110 | 0 | 1101 | 10100 | 110010 | 10101 | 1011 | 101101 |
Color Harmonies of #806F66
Complementary color
Monochromatic Colors of #806F66
Black with #806F66
Text Example
Text Example
White with #806F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F66; }
p { color: rgb(128,111,102); }
H1.HeaderClassName
{
color: #806F66;
}
.AnyTagClassName
{
color: #806F66;
}
</style>
background-color css
<style>
a { background-color: #806F66; }
a { background-color: rgb(128,111,102); }
div.DivClassName
{
background-color: #806F66;
}
.BgClassName
{
background-color: #806F66;
}
</style>
border-color css
<style>
span { border-color: #806F66; }
span { border-color: rgb(128,111,102); }
td.TdClassName
{
border-color: #806F66;
}
.TagClassName
{
border-color: #806F66;
}
</style>