Shades of Donkey Brown #7F6E59
Tints of Donkey Brown #7F6E59
RGB
CMYK
RGB Variations
Color information
#7F6E59 (or 0x7F6E59) is known color: Donkey Brown. HEX triplet: 7F, 6E and 59. RGB value is (127,110,89). Sum of RGB (Red+Green+Blue) = 127+110+89=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6E59 is #8091A6. Grayscale: #707070. Windows color (decimal): -8425895 or 5860991. OLE color: 5860991.
HSL color Cylindrical-coordinate representation of color #7F6E59: hue angle of 33.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F6E59 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 110 | 89 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.50 |
| HSL | 33.16º | 0.18% | 0.42% | - |
| HSV(B) | 33.16º | 0.3% | 0.5% | - |
| XYZ | 16.13 | 16.39 | 11.76 | - |
| YUV | 112.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 110 | 89 | 0 | 0.13 | 0.30 | 0.50 | 33.16 | 0.18 | 0.42 |
| Hex | 7F | 6E | 59 | 0 | D | 1E | 32 | 21 | 12 | 2A |
| Octal | 177 | 156 | 131 | 0 | 15 | 36 | 62 | 41 | 22 | 52 |
| Binary | 1111111 | 1101110 | 1011001 | 0 | 1101 | 11110 | 110010 | 100001 | 10010 | 101010 |
Color Harmonies of #7F6E59
Complementary color
Monochromatic Colors of #7F6E59
Black with #7F6E59
Text Example
Text Example
White with #7F6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6E59; }
p { color: rgb(127,110,89); }
H1.HeaderClassName
{
color: #7F6E59;
}
.AnyTagClassName
{
color: #7F6E59;
}
</style>
background-color css
<style>
a { background-color: #7F6E59; }
a { background-color: rgb(127,110,89); }
div.DivClassName
{
background-color: #7F6E59;
}
.BgClassName
{
background-color: #7F6E59;
}
</style>
border-color css
<style>
span { border-color: #7F6E59; }
span { border-color: rgb(127,110,89); }
td.TdClassName
{
border-color: #7F6E59;
}
.TagClassName
{
border-color: #7F6E59;
}
</style>