Shades of Donkey Brown #7A6E65
Tints of Donkey Brown #7A6E65
RGB
CMYK
RGB Variations
Color information
#7A6E65 (or 0x7A6E65) is known color: Donkey Brown. HEX triplet: 7A, 6E and 65. RGB value is (122,110,101). Sum of RGB (Red+Green+Blue) = 122+110+101=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E65 is #85919A. Grayscale: #707070. Windows color (decimal): -8753563 or 6647418. OLE color: 6647418.
HSL color Cylindrical-coordinate representation of color #7A6E65: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6E65 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 101 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.52 |
| HSL | 25.71º | 0.09% | 0.44% | - |
| HSV(B) | 25.71º | 0.17% | 0.48% | - |
| XYZ | 15.95 | 16.23 | 14.6 | - |
| YUV | 112.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 101 | 0 | 0.10 | 0.17 | 0.52 | 25.71 | 0.09 | 0.44 |
| Hex | 7A | 6E | 65 | 0 | A | 11 | 34 | 1A | 9 | 2C |
| Octal | 172 | 156 | 145 | 0 | 12 | 21 | 64 | 32 | 11 | 54 |
| Binary | 1111010 | 1101110 | 1100101 | 0 | 1010 | 10001 | 110100 | 11010 | 1001 | 101100 |
Color Harmonies of #7A6E65
Complementary color
Monochromatic Colors of #7A6E65
Black with #7A6E65
Text Example
Text Example
White with #7A6E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E65; }
p { color: rgb(122,110,101); }
H1.HeaderClassName
{
color: #7A6E65;
}
.AnyTagClassName
{
color: #7A6E65;
}
</style>
background-color css
<style>
a { background-color: #7A6E65; }
a { background-color: rgb(122,110,101); }
div.DivClassName
{
background-color: #7A6E65;
}
.BgClassName
{
background-color: #7A6E65;
}
</style>
border-color css
<style>
span { border-color: #7A6E65; }
span { border-color: rgb(122,110,101); }
td.TdClassName
{
border-color: #7A6E65;
}
.TagClassName
{
border-color: #7A6E65;
}
</style>