Shades of Donkey Brown #7C6E65
Tints of Donkey Brown #7C6E65
RGB
CMYK
RGB Variations
Color information
#7C6E65 (or 0x7C6E65) is known color: Donkey Brown. HEX triplet: 7C, 6E and 65. RGB value is (124,110,101). Sum of RGB (Red+Green+Blue) = 124+110+101=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6E65 is #83919A. Grayscale: #717171. Windows color (decimal): -8622491 or 6647420. OLE color: 6647420.
HSL color Cylindrical-coordinate representation of color #7C6E65: hue angle of 23.48º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C6E65 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 110 | 101 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.51 |
| HSL | 23.48º | 0.1% | 0.44% | - |
| HSV(B) | 23.48º | 0.19% | 0.49% | - |
| XYZ | 16.24 | 16.38 | 14.62 | - |
| YUV | 113.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 110 | 101 | 0 | 0.11 | 0.19 | 0.51 | 23.48 | 0.1 | 0.44 |
| Hex | 7C | 6E | 65 | 0 | B | 13 | 33 | 17 | A | 2C |
| Octal | 174 | 156 | 145 | 0 | 13 | 23 | 63 | 27 | 12 | 54 |
| Binary | 1111100 | 1101110 | 1100101 | 0 | 1011 | 10011 | 110011 | 10111 | 1010 | 101100 |
Color Harmonies of #7C6E65
Complementary color
Monochromatic Colors of #7C6E65
Black with #7C6E65
Text Example
Text Example
White with #7C6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6E65; }
p { color: rgb(124,110,101); }
H1.HeaderClassName
{
color: #7C6E65;
}
.AnyTagClassName
{
color: #7C6E65;
}
</style>
background-color css
<style>
a { background-color: #7C6E65; }
a { background-color: rgb(124,110,101); }
div.DivClassName
{
background-color: #7C6E65;
}
.BgClassName
{
background-color: #7C6E65;
}
</style>
border-color css
<style>
span { border-color: #7C6E65; }
span { border-color: rgb(124,110,101); }
td.TdClassName
{
border-color: #7C6E65;
}
.TagClassName
{
border-color: #7C6E65;
}
</style>