Shades of Donkey Brown #7D6B56
Tints of Donkey Brown #7D6B56
RGB
CMYK
RGB Variations
Color information
#7D6B56 (or 0x7D6B56) is known color: Donkey Brown. HEX triplet: 7D, 6B and 56. RGB value is (125,107,86). Sum of RGB (Red+Green+Blue) = 125+107+86=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B56 is #8294A9. Grayscale: #6E6E6E. Windows color (decimal): -8557738 or 5663613. OLE color: 5663613.
HSL color Cylindrical-coordinate representation of color #7D6B56: hue angle of 32.31º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D6B56 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 107 | 86 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.51 |
| HSL | 32.31º | 0.18% | 0.41% | - |
| HSV(B) | 32.31º | 0.31% | 0.49% | - |
| XYZ | 15.39 | 15.55 | 10.99 | - |
| YUV | 109.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 86 | 0 | 0.14 | 0.31 | 0.51 | 32.31 | 0.18 | 0.41 |
| Hex | 7D | 6B | 56 | 0 | E | 1F | 33 | 20 | 12 | 29 |
| Octal | 175 | 153 | 126 | 0 | 16 | 37 | 63 | 40 | 22 | 51 |
| Binary | 1111101 | 1101011 | 1010110 | 0 | 1110 | 11111 | 110011 | 100000 | 10010 | 101001 |
Color Harmonies of #7D6B56
Complementary color
Monochromatic Colors of #7D6B56
Black with #7D6B56
Text Example
Text Example
White with #7D6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6B56; }
p { color: rgb(125,107,86); }
H1.HeaderClassName
{
color: #7D6B56;
}
.AnyTagClassName
{
color: #7D6B56;
}
</style>
background-color css
<style>
a { background-color: #7D6B56; }
a { background-color: rgb(125,107,86); }
div.DivClassName
{
background-color: #7D6B56;
}
.BgClassName
{
background-color: #7D6B56;
}
</style>
border-color css
<style>
span { border-color: #7D6B56; }
span { border-color: rgb(125,107,86); }
td.TdClassName
{
border-color: #7D6B56;
}
.TagClassName
{
border-color: #7D6B56;
}
</style>