Shades of Donkey Brown #7C6B5D
Tints of Donkey Brown #7C6B5D
RGB
CMYK
RGB Variations
Color information
#7C6B5D (or 0x7C6B5D) is known color: Donkey Brown. HEX triplet: 7C, 6B and 5D. RGB value is (124,107,93). Sum of RGB (Red+Green+Blue) = 124+107+93=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B5D is #8394A2. Grayscale: #6E6E6E. Windows color (decimal): -8623267 or 6122364. OLE color: 6122364.
HSL color Cylindrical-coordinate representation of color #7C6B5D: hue angle of 27.1º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C6B5D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 93 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.51 |
| HSL | 27.1º | 0.14% | 0.43% | - |
| HSV(B) | 27.1º | 0.25% | 0.49% | - |
| XYZ | 15.55 | 15.59 | 12.55 | - |
| YUV | 110.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 93 | 0 | 0.14 | 0.25 | 0.51 | 27.1 | 0.14 | 0.43 |
| Hex | 7C | 6B | 5D | 0 | E | 19 | 33 | 1B | E | 2B |
| Octal | 174 | 153 | 135 | 0 | 16 | 31 | 63 | 33 | 16 | 53 |
| Binary | 1111100 | 1101011 | 1011101 | 0 | 1110 | 11001 | 110011 | 11011 | 1110 | 101011 |
Color Harmonies of #7C6B5D
Complementary color
Monochromatic Colors of #7C6B5D
Black with #7C6B5D
Text Example
Text Example
White with #7C6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B5D; }
p { color: rgb(124,107,93); }
H1.HeaderClassName
{
color: #7C6B5D;
}
.AnyTagClassName
{
color: #7C6B5D;
}
</style>
background-color css
<style>
a { background-color: #7C6B5D; }
a { background-color: rgb(124,107,93); }
div.DivClassName
{
background-color: #7C6B5D;
}
.BgClassName
{
background-color: #7C6B5D;
}
</style>
border-color css
<style>
span { border-color: #7C6B5D; }
span { border-color: rgb(124,107,93); }
td.TdClassName
{
border-color: #7C6B5D;
}
.TagClassName
{
border-color: #7C6B5D;
}
</style>