Shades of Donkey Brown #7E6B5B
Tints of Donkey Brown #7E6B5B
RGB
CMYK
RGB Variations
Color information
#7E6B5B (or 0x7E6B5B) is known color: Donkey Brown. HEX triplet: 7E, 6B and 5B. RGB value is (126,107,91). Sum of RGB (Red+Green+Blue) = 126+107+91=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6B5B is #8194A4. Grayscale: #6E6E6E. Windows color (decimal): -8492197 or 5991294. OLE color: 5991294.
HSL color Cylindrical-coordinate representation of color #7E6B5B: hue angle of 27.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6B5B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
RGB | 126 | 107 | 91 | - |
CMYK | 0 | 0.15 | 0.28 | 0.51 |
HSL | 27.43º | 0.16% | 0.43% | - |
HSV(B) | 27.43º | 0.28% | 0.49% | - |
XYZ | 15.75 | 15.71 | 12.1 | - |
YUV | 110.86 | 116.79 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 107 | 91 | 0 | 0.15 | 0.28 | 0.51 | 27.43 | 0.16 | 0.43 |
Hex | 7E | 6B | 5B | 0 | F | 1C | 33 | 1B | 10 | 2B |
Octal | 176 | 153 | 133 | 0 | 17 | 34 | 63 | 33 | 20 | 53 |
Binary | 1111110 | 1101011 | 1011011 | 0 | 1111 | 11100 | 110011 | 11011 | 10000 | 101011 |
Color Harmonies of #7E6B5B
Complementary color
Monochromatic Colors of #7E6B5B
Black with #7E6B5B
Text Example
Text Example
White with #7E6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6B5B; }
p { color: rgb(126,107,91); }
H1.HeaderClassName
{
color: #7E6B5B;
}
.AnyTagClassName
{
color: #7E6B5B;
}
</style>
background-color css
<style>
a { background-color: #7E6B5B; }
a { background-color: rgb(126,107,91); }
div.DivClassName
{
background-color: #7E6B5B;
}
.BgClassName
{
background-color: #7E6B5B;
}
</style>
border-color css
<style>
span { border-color: #7E6B5B; }
span { border-color: rgb(126,107,91); }
td.TdClassName
{
border-color: #7E6B5B;
}
.TagClassName
{
border-color: #7E6B5B;
}
</style>