Shades of Donkey Brown #7C6D5E
Tints of Donkey Brown #7C6D5E
RGB
CMYK
RGB Variations
Color information
#7C6D5E (or 0x7C6D5E) is known color: Donkey Brown. HEX triplet: 7C, 6D and 5E. RGB value is (124,109,94). Sum of RGB (Red+Green+Blue) = 124+109+94=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6D5E is #8392A1. Grayscale: #6F6F6F. Windows color (decimal): -8622754 or 6188412. OLE color: 6188412.
HSL color Cylindrical-coordinate representation of color #7C6D5E: hue angle of 30º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C6D5E is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 109 | 94 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.51 |
| HSL | 30º | 0.14% | 0.43% | - |
| HSV(B) | 30º | 0.24% | 0.49% | - |
| XYZ | 15.8 | 16.03 | 12.85 | - |
| YUV | 111.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 94 | 0 | 0.12 | 0.24 | 0.51 | 30 | 0.14 | 0.43 |
| Hex | 7C | 6D | 5E | 0 | C | 18 | 33 | 1E | E | 2B |
| Octal | 174 | 155 | 136 | 0 | 14 | 30 | 63 | 36 | 16 | 53 |
| Binary | 1111100 | 1101101 | 1011110 | 0 | 1100 | 11000 | 110011 | 11110 | 1110 | 101011 |
Color Harmonies of #7C6D5E
Complementary color
Monochromatic Colors of #7C6D5E
Black with #7C6D5E
Text Example
Text Example
White with #7C6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D5E; }
p { color: rgb(124,109,94); }
H1.HeaderClassName
{
color: #7C6D5E;
}
.AnyTagClassName
{
color: #7C6D5E;
}
</style>
background-color css
<style>
a { background-color: #7C6D5E; }
a { background-color: rgb(124,109,94); }
div.DivClassName
{
background-color: #7C6D5E;
}
.BgClassName
{
background-color: #7C6D5E;
}
</style>
border-color css
<style>
span { border-color: #7C6D5E; }
span { border-color: rgb(124,109,94); }
td.TdClassName
{
border-color: #7C6D5E;
}
.TagClassName
{
border-color: #7C6D5E;
}
</style>