Shades of Donkey Brown #786C64
Tints of Donkey Brown #786C64
RGB
CMYK
RGB Variations
Color information
#786C64 (or 0x786C64) is known color: Donkey Brown. HEX triplet: 78, 6C and 64. RGB value is (120,108,100). Sum of RGB (Red+Green+Blue) = 120+108+100=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 120 - color contains mainly: red. Hex color #786C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C64 is #87939B. Grayscale: #6E6E6E. Windows color (decimal): -8885148 or 6581368. OLE color: 6581368.
HSL color Cylindrical-coordinate representation of color #786C64: hue angle of 24º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #786C64 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 100 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.53 |
| HSL | 24º | 0.09% | 0.43% | - |
| HSV(B) | 24º | 0.17% | 0.47% | - |
| XYZ | 15.41 | 15.64 | 14.26 | - |
| YUV | 110.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 100 | 0 | 0.10 | 0.17 | 0.53 | 24 | 0.09 | 0.43 |
| Hex | 78 | 6C | 64 | 0 | A | 11 | 35 | 18 | 9 | 2B |
| Octal | 170 | 154 | 144 | 0 | 12 | 21 | 65 | 30 | 11 | 53 |
| Binary | 1111000 | 1101100 | 1100100 | 0 | 1010 | 10001 | 110101 | 11000 | 1001 | 101011 |
Color Harmonies of #786C64
Complementary color
Monochromatic Colors of #786C64
Black with #786C64
Text Example
Text Example
White with #786C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C64; }
p { color: rgb(120,108,100); }
H1.HeaderClassName
{
color: #786C64;
}
.AnyTagClassName
{
color: #786C64;
}
</style>
background-color css
<style>
a { background-color: #786C64; }
a { background-color: rgb(120,108,100); }
div.DivClassName
{
background-color: #786C64;
}
.BgClassName
{
background-color: #786C64;
}
</style>
border-color css
<style>
span { border-color: #786C64; }
span { border-color: rgb(120,108,100); }
td.TdClassName
{
border-color: #786C64;
}
.TagClassName
{
border-color: #786C64;
}
</style>