Shades of Donkey Brown #7E6B59
Tints of Donkey Brown #7E6B59
RGB
CMYK
RGB Variations
Color information
#7E6B59 (or 0x7E6B59) is known color: Donkey Brown. HEX triplet: 7E, 6B and 59. RGB value is (126,107,89). Sum of RGB (Red+Green+Blue) = 126+107+89=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B59 is #8194A6. Grayscale: #6E6E6E. Windows color (decimal): -8492199 or 5860222. OLE color: 5860222.
HSL color Cylindrical-coordinate representation of color #7E6B59: hue angle of 29.19º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E6B59 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 89 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.51 |
| HSL | 29.19º | 0.17% | 0.42% | - |
| HSV(B) | 29.19º | 0.29% | 0.49% | - |
| XYZ | 15.67 | 15.67 | 11.65 | - |
| YUV | 110.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 89 | 0 | 0.15 | 0.29 | 0.51 | 29.19 | 0.17 | 0.42 |
| Hex | 7E | 6B | 59 | 0 | F | 1D | 33 | 1D | 11 | 2A |
| Octal | 176 | 153 | 131 | 0 | 17 | 35 | 63 | 35 | 21 | 52 |
| Binary | 1111110 | 1101011 | 1011001 | 0 | 1111 | 11101 | 110011 | 11101 | 10001 | 101010 |
Color Harmonies of #7E6B59
Complementary color
Monochromatic Colors of #7E6B59
Black with #7E6B59
Text Example
Text Example
White with #7E6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B59; }
p { color: rgb(126,107,89); }
H1.HeaderClassName
{
color: #7E6B59;
}
.AnyTagClassName
{
color: #7E6B59;
}
</style>
background-color css
<style>
a { background-color: #7E6B59; }
a { background-color: rgb(126,107,89); }
div.DivClassName
{
background-color: #7E6B59;
}
.BgClassName
{
background-color: #7E6B59;
}
</style>
border-color css
<style>
span { border-color: #7E6B59; }
span { border-color: rgb(126,107,89); }
td.TdClassName
{
border-color: #7E6B59;
}
.TagClassName
{
border-color: #7E6B59;
}
</style>