Shades of Donkey Brown #7D6F63
Tints of Donkey Brown #7D6F63
RGB
CMYK
RGB Variations
Color information
#7D6F63 (or 0x7D6F63) is known color: Donkey Brown. HEX triplet: 7D, 6F and 63. RGB value is (125,111,99). Sum of RGB (Red+Green+Blue) = 125+111+99=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F63 is #82909C. Grayscale: #717171. Windows color (decimal): -8556701 or 6516605. OLE color: 6516605.
HSL color Cylindrical-coordinate representation of color #7D6F63: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6F63 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 99 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.51 |
| HSL | 27.69º | 0.12% | 0.44% | - |
| HSV(B) | 27.69º | 0.21% | 0.49% | - |
| XYZ | 16.39 | 16.63 | 14.15 | - |
| YUV | 113.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 99 | 0 | 0.11 | 0.21 | 0.51 | 27.69 | 0.12 | 0.44 |
| Hex | 7D | 6F | 63 | 0 | B | 15 | 33 | 1C | C | 2C |
| Octal | 175 | 157 | 143 | 0 | 13 | 25 | 63 | 34 | 14 | 54 |
| Binary | 1111101 | 1101111 | 1100011 | 0 | 1011 | 10101 | 110011 | 11100 | 1100 | 101100 |
Color Harmonies of #7D6F63
Complementary color
Monochromatic Colors of #7D6F63
Black with #7D6F63
Text Example
Text Example
White with #7D6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F63; }
p { color: rgb(125,111,99); }
H1.HeaderClassName
{
color: #7D6F63;
}
.AnyTagClassName
{
color: #7D6F63;
}
</style>
background-color css
<style>
a { background-color: #7D6F63; }
a { background-color: rgb(125,111,99); }
div.DivClassName
{
background-color: #7D6F63;
}
.BgClassName
{
background-color: #7D6F63;
}
</style>
border-color css
<style>
span { border-color: #7D6F63; }
span { border-color: rgb(125,111,99); }
td.TdClassName
{
border-color: #7D6F63;
}
.TagClassName
{
border-color: #7D6F63;
}
</style>