Shades of Donkey Brown #7F6C5D
Tints of Donkey Brown #7F6C5D
RGB
CMYK
RGB Variations
Color information
#7F6C5D (or 0x7F6C5D) is known color: Donkey Brown. HEX triplet: 7F, 6C and 5D. RGB value is (127,108,93). Sum of RGB (Red+Green+Blue) = 127+108+93=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C5D is #8093A2. Grayscale: #707070. Windows color (decimal): -8426403 or 6122623. OLE color: 6122623.
HSL color Cylindrical-coordinate representation of color #7F6C5D: hue angle of 26.47º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F6C5D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 93 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.50 |
| HSL | 26.47º | 0.15% | 0.43% | - |
| HSV(B) | 26.47º | 0.27% | 0.5% | - |
| XYZ | 16.09 | 16.03 | 12.6 | - |
| YUV | 111.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 93 | 0 | 0.15 | 0.27 | 0.50 | 26.47 | 0.15 | 0.43 |
| Hex | 7F | 6C | 5D | 0 | F | 1B | 32 | 1A | F | 2B |
| Octal | 177 | 154 | 135 | 0 | 17 | 33 | 62 | 32 | 17 | 53 |
| Binary | 1111111 | 1101100 | 1011101 | 0 | 1111 | 11011 | 110010 | 11010 | 1111 | 101011 |
Color Harmonies of #7F6C5D
Complementary color
Monochromatic Colors of #7F6C5D
Black with #7F6C5D
Text Example
Text Example
White with #7F6C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C5D; }
p { color: rgb(127,108,93); }
H1.HeaderClassName
{
color: #7F6C5D;
}
.AnyTagClassName
{
color: #7F6C5D;
}
</style>
background-color css
<style>
a { background-color: #7F6C5D; }
a { background-color: rgb(127,108,93); }
div.DivClassName
{
background-color: #7F6C5D;
}
.BgClassName
{
background-color: #7F6C5D;
}
</style>
border-color css
<style>
span { border-color: #7F6C5D; }
span { border-color: rgb(127,108,93); }
td.TdClassName
{
border-color: #7F6C5D;
}
.TagClassName
{
border-color: #7F6C5D;
}
</style>