Shades of Donkey Brown #7E6B55
Tints of Donkey Brown #7E6B55
RGB
CMYK
RGB Variations
Color information
#7E6B55 (or 0x7E6B55) is known color: Donkey Brown. HEX triplet: 7E, 6B and 55. RGB value is (126,107,85). Sum of RGB (Red+Green+Blue) = 126+107+85=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B55 is #8194AA. Grayscale: #6E6E6E. Windows color (decimal): -8492203 or 5598078. OLE color: 5598078.
HSL color Cylindrical-coordinate representation of color #7E6B55: hue angle of 32.2º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6B55 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 107 | 85 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.51 |
| HSL | 32.2º | 0.19% | 0.41% | - |
| HSV(B) | 32.2º | 0.33% | 0.49% | - |
| XYZ | 15.5 | 15.61 | 10.79 | - |
| YUV | 110.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 107 | 85 | 0 | 0.15 | 0.33 | 0.51 | 32.2 | 0.19 | 0.41 |
| Hex | 7E | 6B | 55 | 0 | F | 21 | 33 | 20 | 13 | 29 |
| Octal | 176 | 153 | 125 | 0 | 17 | 41 | 63 | 40 | 23 | 51 |
| Binary | 1111110 | 1101011 | 1010101 | 0 | 1111 | 100001 | 110011 | 100000 | 10011 | 101001 |
Color Harmonies of #7E6B55
Complementary color
Monochromatic Colors of #7E6B55
Black with #7E6B55
Text Example
Text Example
White with #7E6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B55; }
p { color: rgb(126,107,85); }
H1.HeaderClassName
{
color: #7E6B55;
}
.AnyTagClassName
{
color: #7E6B55;
}
</style>
background-color css
<style>
a { background-color: #7E6B55; }
a { background-color: rgb(126,107,85); }
div.DivClassName
{
background-color: #7E6B55;
}
.BgClassName
{
background-color: #7E6B55;
}
</style>
border-color css
<style>
span { border-color: #7E6B55; }
span { border-color: rgb(126,107,85); }
td.TdClassName
{
border-color: #7E6B55;
}
.TagClassName
{
border-color: #7E6B55;
}
</style>