Shades of Donkey Brown #896F5C
Tints of Donkey Brown #896F5C
RGB
CMYK
RGB Variations
Color information
#896F5C (or 0x896F5C) is known color: Donkey Brown. HEX triplet: 89, 6F and 5C. RGB value is (137,111,92). Sum of RGB (Red+Green+Blue) = 137+111+92=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F5C is #7690A3. Grayscale: #747474. Windows color (decimal): -7770276 or 6057865. OLE color: 6057865.
HSL color Cylindrical-coordinate representation of color #896F5C: hue angle of 25.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896F5C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 92 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.46 |
| HSL | 25.33º | 0.2% | 0.45% | - |
| HSV(B) | 25.33º | 0.33% | 0.54% | - |
| XYZ | 17.93 | 17.46 | 12.55 | - |
| YUV | 116.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 92 | 0 | 0.19 | 0.33 | 0.46 | 25.33 | 0.2 | 0.45 |
| Hex | 89 | 6F | 5C | 0 | 13 | 21 | 2E | 19 | 14 | 2D |
| Octal | 211 | 157 | 134 | 0 | 23 | 41 | 56 | 31 | 24 | 55 |
| Binary | 10001001 | 1101111 | 1011100 | 0 | 10011 | 100001 | 101110 | 11001 | 10100 | 101101 |
Color Harmonies of #896F5C
Complementary color
Monochromatic Colors of #896F5C
Black with #896F5C
Text Example
Text Example
White with #896F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F5C; }
p { color: rgb(137,111,92); }
H1.HeaderClassName
{
color: #896F5C;
}
.AnyTagClassName
{
color: #896F5C;
}
</style>
background-color css
<style>
a { background-color: #896F5C; }
a { background-color: rgb(137,111,92); }
div.DivClassName
{
background-color: #896F5C;
}
.BgClassName
{
background-color: #896F5C;
}
</style>
border-color css
<style>
span { border-color: #896F5C; }
span { border-color: rgb(137,111,92); }
td.TdClassName
{
border-color: #896F5C;
}
.TagClassName
{
border-color: #896F5C;
}
</style>