#896E5A

Color #896E5A Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #896E5A

Tints of Donkey Brown #896E5A

Color information

#896E5A (or 0x896E5A) is unknown color: approx Donkey Brown. HEX triplet: 89, 6E and 5A. RGB value is (137,110,90). Sum of RGB (Red+Green+Blue) = 137+110+90=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E5A is #7691A5. Grayscale: #737373. Windows color (decimal): -7770534 or 5926537. OLE color: 5926537.

HSL color Cylindrical-coordinate representation of color #896E5A: hue angle of 25.53º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896E5A is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13711090-
CMYK00.200.340.46
HSL25.53º20.7%44.51%-
HSV(B)25.53º34.31%53.73%-
XYZ17.7417.2112.06-
YUV115.79113.45143.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=40.65%
G=32.64%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371109000.200.340.4625.5320.744.51
Hex896E5A014222E1a152d
Octal2111561320244256322555
Binary10001001110111010110100101001000101011101101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896E5A; }

 p { color: rgb(137,110,90); }

 H1.HeaderClassName
 {
   color: #896E5A;
 }
 .AnyTagClassName
 {
   color: #896E5A;
 }
</style>
background-color css

<style>
 a { background-color: #896E5A; }

 a { background-color: rgb(137,110,90); }

 div.DivClassName
 {
   background-color: #896E5A;
 }
 .BgClassName
 {
   background-color: #896E5A;
 }
</style>
border-color css

<style>
 span { border-color: #896E5A; }

 span { border-color: rgb(137,110,90); }

 td.TdClassName
 {
   border-color: #896E5A;
 }
 .TagClassName
 {
   border-color: #896E5A;
 }
</style>