Shades of Donkey Brown #7D6F64
Tints of Donkey Brown #7D6F64
RGB
CMYK
RGB Variations
Color information
#7D6F64 (or 0x7D6F64) is known color: Donkey Brown. HEX triplet: 7D, 6F and 64. RGB value is (125,111,100). Sum of RGB (Red+Green+Blue) = 125+111+100=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F64 is #82909B. Grayscale: #717171. Windows color (decimal): -8556700 or 6582141. OLE color: 6582141.
HSL color Cylindrical-coordinate representation of color #7D6F64: hue angle of 26.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D6F64 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 100 | - |
| CMYK | 0 | 0.11 | 0.2 | 0.51 |
| HSL | 26.4º | 0.11% | 0.44% | - |
| HSV(B) | 26.4º | 0.2% | 0.49% | - |
| XYZ | 16.44 | 16.65 | 14.4 | - |
| YUV | 113.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 100 | 0 | 0.11 | 0.2 | 0.51 | 26.4 | 0.11 | 0.44 |
| Hex | 7D | 6F | 64 | 0 | B | 14 | 33 | 1A | B | 2C |
| Octal | 175 | 157 | 144 | 0 | 13 | 24 | 63 | 32 | 13 | 54 |
| Binary | 1111101 | 1101111 | 1100100 | 0 | 1011 | 10100 | 110011 | 11010 | 1011 | 101100 |
Color Harmonies of #7D6F64
Complementary color
Monochromatic Colors of #7D6F64
Black with #7D6F64
Text Example
Text Example
White with #7D6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F64; }
p { color: rgb(125,111,100); }
H1.HeaderClassName
{
color: #7D6F64;
}
.AnyTagClassName
{
color: #7D6F64;
}
</style>
background-color css
<style>
a { background-color: #7D6F64; }
a { background-color: rgb(125,111,100); }
div.DivClassName
{
background-color: #7D6F64;
}
.BgClassName
{
background-color: #7D6F64;
}
</style>
border-color css
<style>
span { border-color: #7D6F64; }
span { border-color: rgb(125,111,100); }
td.TdClassName
{
border-color: #7D6F64;
}
.TagClassName
{
border-color: #7D6F64;
}
</style>