Shades of Donkey Brown #7D6F60
Tints of Donkey Brown #7D6F60
RGB
CMYK
RGB Variations
Color information
#7D6F60 (or 0x7D6F60) is known color: Donkey Brown. HEX triplet: 7D, 6F and 60. RGB value is (125,111,96). Sum of RGB (Red+Green+Blue) = 125+111+96=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F60 is #82909F. Grayscale: #717171. Windows color (decimal): -8556704 or 6319997. OLE color: 6319997.
HSL color Cylindrical-coordinate representation of color #7D6F60: hue angle of 31.03º 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 #7D6F60 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 96 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.51 |
| HSL | 31.03º | 0.13% | 0.43% | - |
| HSV(B) | 31.03º | 0.23% | 0.49% | - |
| XYZ | 16.25 | 16.57 | 13.41 | - |
| YUV | 113.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 96 | 0 | 0.11 | 0.23 | 0.51 | 31.03 | 0.13 | 0.43 |
| Hex | 7D | 6F | 60 | 0 | B | 17 | 33 | 1F | D | 2B |
| Octal | 175 | 157 | 140 | 0 | 13 | 27 | 63 | 37 | 15 | 53 |
| Binary | 1111101 | 1101111 | 1100000 | 0 | 1011 | 10111 | 110011 | 11111 | 1101 | 101011 |
Color Harmonies of #7D6F60
Complementary color
Monochromatic Colors of #7D6F60
Black with #7D6F60
Text Example
Text Example
White with #7D6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F60; }
p { color: rgb(125,111,96); }
H1.HeaderClassName
{
color: #7D6F60;
}
.AnyTagClassName
{
color: #7D6F60;
}
</style>
background-color css
<style>
a { background-color: #7D6F60; }
a { background-color: rgb(125,111,96); }
div.DivClassName
{
background-color: #7D6F60;
}
.BgClassName
{
background-color: #7D6F60;
}
</style>
border-color css
<style>
span { border-color: #7D6F60; }
span { border-color: rgb(125,111,96); }
td.TdClassName
{
border-color: #7D6F60;
}
.TagClassName
{
border-color: #7D6F60;
}
</style>