Shades of Donkey Brown #7D6E60
Tints of Donkey Brown #7D6E60
RGB
CMYK
RGB Variations
Color information
#7D6E60 (or 0x7D6E60) is known color: Donkey Brown. HEX triplet: 7D, 6E and 60. RGB value is (125,110,96). Sum of RGB (Red+Green+Blue) = 125+110+96=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E60 is #82919F. Grayscale: #707070. Windows color (decimal): -8556960 or 6319741. OLE color: 6319741.
HSL color Cylindrical-coordinate representation of color #7D6E60: hue angle of 28.97º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D6E60 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 96 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.51 |
| HSL | 28.97º | 0.13% | 0.43% | - |
| HSV(B) | 28.97º | 0.23% | 0.49% | - |
| XYZ | 16.14 | 16.36 | 13.37 | - |
| YUV | 112.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 96 | 0 | 0.12 | 0.23 | 0.51 | 28.97 | 0.13 | 0.43 |
| Hex | 7D | 6E | 60 | 0 | C | 17 | 33 | 1D | D | 2B |
| Octal | 175 | 156 | 140 | 0 | 14 | 27 | 63 | 35 | 15 | 53 |
| Binary | 1111101 | 1101110 | 1100000 | 0 | 1100 | 10111 | 110011 | 11101 | 1101 | 101011 |
Color Harmonies of #7D6E60
Complementary color
Monochromatic Colors of #7D6E60
Black with #7D6E60
Text Example
Text Example
White with #7D6E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E60; }
p { color: rgb(125,110,96); }
H1.HeaderClassName
{
color: #7D6E60;
}
.AnyTagClassName
{
color: #7D6E60;
}
</style>
background-color css
<style>
a { background-color: #7D6E60; }
a { background-color: rgb(125,110,96); }
div.DivClassName
{
background-color: #7D6E60;
}
.BgClassName
{
background-color: #7D6E60;
}
</style>
border-color css
<style>
span { border-color: #7D6E60; }
span { border-color: rgb(125,110,96); }
td.TdClassName
{
border-color: #7D6E60;
}
.TagClassName
{
border-color: #7D6E60;
}
</style>