Shades of Donkey Brown #7C6B58
Tints of Donkey Brown #7C6B58
RGB
CMYK
RGB Variations
Color information
#7C6B58 (or 0x7C6B58) is known color: Donkey Brown. HEX triplet: 7C, 6B and 58. RGB value is (124,107,88). Sum of RGB (Red+Green+Blue) = 124+107+88=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B58 is #8394A7. Grayscale: #6E6E6E. Windows color (decimal): -8623272 or 5794684. OLE color: 5794684.
HSL color Cylindrical-coordinate representation of color #7C6B58: hue angle of 31.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C6B58 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 88 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.51 |
| HSL | 31.67º | 0.17% | 0.42% | - |
| HSV(B) | 31.67º | 0.29% | 0.49% | - |
| XYZ | 15.33 | 15.51 | 11.42 | - |
| YUV | 109.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 88 | 0 | 0.14 | 0.29 | 0.51 | 31.67 | 0.17 | 0.42 |
| Hex | 7C | 6B | 58 | 0 | E | 1D | 33 | 20 | 11 | 2A |
| Octal | 174 | 153 | 130 | 0 | 16 | 35 | 63 | 40 | 21 | 52 |
| Binary | 1111100 | 1101011 | 1011000 | 0 | 1110 | 11101 | 110011 | 100000 | 10001 | 101010 |
Color Harmonies of #7C6B58
Complementary color
Monochromatic Colors of #7C6B58
Black with #7C6B58
Text Example
Text Example
White with #7C6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B58; }
p { color: rgb(124,107,88); }
H1.HeaderClassName
{
color: #7C6B58;
}
.AnyTagClassName
{
color: #7C6B58;
}
</style>
background-color css
<style>
a { background-color: #7C6B58; }
a { background-color: rgb(124,107,88); }
div.DivClassName
{
background-color: #7C6B58;
}
.BgClassName
{
background-color: #7C6B58;
}
</style>
border-color css
<style>
span { border-color: #7C6B58; }
span { border-color: rgb(124,107,88); }
td.TdClassName
{
border-color: #7C6B58;
}
.TagClassName
{
border-color: #7C6B58;
}
</style>