#896F4A

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

Shades of Shadow #896F4A

Tints of Shadow #896F4A

Color information

#896F4A (or 0x896F4A) is unknown color: approx Shadow. HEX triplet: 89, 6F and 4A. RGB value is (137,111,74). Sum of RGB (Red+Green+Blue) = 137+111+74=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #896F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F4A is #7690B5. Grayscale: #727272. Windows color (decimal): -7770294 or 4878217. OLE color: 4878217.

HSL color Cylindrical-coordinate representation of color #896F4A: hue angle of 35.24º 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 #896F4A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB13711174-
CMYK00.190.460.46
HSL35.24º29.86%41.37%-
HSV(B)35.24º45.99%53.73%-
XYZ17.2417.188.89-
YUV114.56105.11144.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=42.55%
G=34.47%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371117400.190.460.4635.2429.8641.37
Hex896F4A0132E2E231e29
Octal2111571120235656433651
Binary100010011101111100101001001110111010111010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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