#896C49

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

Shades of Shadow #896C49

Tints of Shadow #896C49

Color information

#896C49 (or 0x896C49) is unknown color: approx Shadow. HEX triplet: 89, 6C and 49. RGB value is (137,108,73). Sum of RGB (Red+Green+Blue) = 137+108+73=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #896C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C49 is #7693B6. Grayscale: #707070. Windows color (decimal): -7771063 or 4811913. OLE color: 4811913.

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

Color convert

RGB13710873-
CMYK00.210.470.46
HSL32.81º30.48%41.18%-
HSV(B)32.81º46.72%53.73%-
XYZ16.8816.528.6-
YUV112.68105.61145.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=43.08%
G=33.96%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371087300.210.470.4632.8130.4841.18
Hex896C490152F2E211e29
Octal2111541110255756413651
Binary100010011101100100100101010110111110111010000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,108,73); }

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

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

 a { background-color: rgb(137,108,73); }

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

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

 span { border-color: rgb(137,108,73); }

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