Shades of Donkey Brown #7F6D62
Tints of Donkey Brown #7F6D62
RGB
CMYK
RGB Variations
Color information
#7F6D62 (or 0x7F6D62) is known color: Donkey Brown. HEX triplet: 7F, 6D and 62. RGB value is (127,109,98). Sum of RGB (Red+Green+Blue) = 127+109+98=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6D62 is #80929D. Grayscale: #717171. Windows color (decimal): -8426142 or 6450559. OLE color: 6450559.
HSL color Cylindrical-coordinate representation of color #7F6D62: hue angle of 22.76º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F6D62 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 109 | 98 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.50 |
| HSL | 22.76º | 0.13% | 0.44% | - |
| HSV(B) | 22.76º | 0.23% | 0.5% | - |
| XYZ | 16.43 | 16.33 | 13.84 | - |
| YUV | 113.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 109 | 98 | 0 | 0.14 | 0.23 | 0.50 | 22.76 | 0.13 | 0.44 |
| Hex | 7F | 6D | 62 | 0 | E | 17 | 32 | 17 | D | 2C |
| Octal | 177 | 155 | 142 | 0 | 16 | 27 | 62 | 27 | 15 | 54 |
| Binary | 1111111 | 1101101 | 1100010 | 0 | 1110 | 10111 | 110010 | 10111 | 1101 | 101100 |
Color Harmonies of #7F6D62
Complementary color
Monochromatic Colors of #7F6D62
Black with #7F6D62
Text Example
Text Example
White with #7F6D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6D62; }
p { color: rgb(127,109,98); }
H1.HeaderClassName
{
color: #7F6D62;
}
.AnyTagClassName
{
color: #7F6D62;
}
</style>
background-color css
<style>
a { background-color: #7F6D62; }
a { background-color: rgb(127,109,98); }
div.DivClassName
{
background-color: #7F6D62;
}
.BgClassName
{
background-color: #7F6D62;
}
</style>
border-color css
<style>
span { border-color: #7F6D62; }
span { border-color: rgb(127,109,98); }
td.TdClassName
{
border-color: #7F6D62;
}
.TagClassName
{
border-color: #7F6D62;
}
</style>