Shades of Donkey Brown #837064
Tints of Donkey Brown #837064
RGB
CMYK
RGB Variations
Color information
#837064 (or 0x837064) is known color: Donkey Brown. HEX triplet: 83, 70 and 64. RGB value is (131,112,100). Sum of RGB (Red+Green+Blue) = 131+112+100=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #837064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837064 is #7C8F9B. Grayscale: #747474. Windows color (decimal): -8163228 or 6582403. OLE color: 6582403.
HSL color Cylindrical-coordinate representation of color #837064: hue angle of 23.23º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837064 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 100 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.49 |
| HSL | 23.23º | 0.13% | 0.45% | - |
| HSV(B) | 23.23º | 0.24% | 0.51% | - |
| XYZ | 17.45 | 17.33 | 14.48 | - |
| YUV | 116.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 100 | 0 | 0.15 | 0.24 | 0.49 | 23.23 | 0.13 | 0.45 |
| Hex | 83 | 70 | 64 | 0 | F | 18 | 31 | 17 | D | 2D |
| Octal | 203 | 160 | 144 | 0 | 17 | 30 | 61 | 27 | 15 | 55 |
| Binary | 10000011 | 1110000 | 1100100 | 0 | 1111 | 11000 | 110001 | 10111 | 1101 | 101101 |
Color Harmonies of #837064
Complementary color
Monochromatic Colors of #837064
Black with #837064
Text Example
Text Example
White with #837064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837064; }
p { color: rgb(131,112,100); }
H1.HeaderClassName
{
color: #837064;
}
.AnyTagClassName
{
color: #837064;
}
</style>
background-color css
<style>
a { background-color: #837064; }
a { background-color: rgb(131,112,100); }
div.DivClassName
{
background-color: #837064;
}
.BgClassName
{
background-color: #837064;
}
</style>
border-color css
<style>
span { border-color: #837064; }
span { border-color: rgb(131,112,100); }
td.TdClassName
{
border-color: #837064;
}
.TagClassName
{
border-color: #837064;
}
</style>