#896A4A

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

Shades of Shadow #896A4A

Tints of Shadow #896A4A

Color information

#896A4A (or 0x896A4A) is unknown color: approx Shadow. HEX triplet: 89, 6A and 4A. RGB value is (137,106,74). Sum of RGB (Red+Green+Blue) = 137+106+74=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #896A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A4A is #7695B5. Grayscale: #6F6F6F. Windows color (decimal): -7771574 or 4876937. OLE color: 4876937.

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

Color convert

RGB13710674-
CMYK00.230.460.46
HSL30.48º29.86%41.37%-
HSV(B)30.48º45.99%53.73%-
XYZ16.7116.128.71-
YUV111.62106.77146.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=43.22%
G=33.44%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371067400.230.460.4630.4829.8641.37
Hex896A4A0172E2E1e1e29
Octal2111521120275656363651
Binary10001001110101010010100101111011101011101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,106,74); }

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

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

 a { background-color: rgb(137,106,74); }

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

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

 span { border-color: rgb(137,106,74); }

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