#896E4F

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

Shades of Shadow #896E4F

Tints of Shadow #896E4F

Color information

#896E4F (or 0x896E4F) is unknown color: approx Shadow. HEX triplet: 89, 6E and 4F. RGB value is (137,110,79). Sum of RGB (Red+Green+Blue) = 137+110+79=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E4F is #7691B0. Grayscale: #727272. Windows color (decimal): -7770545 or 5205641. OLE color: 5205641.

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

Color convert

RGB13711079-
CMYK00.200.420.46
HSL32.07º26.85%42.35%-
HSV(B)32.07º42.34%53.73%-
XYZ17.317.039.77-
YUV114.54107.95144.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=42.02%
G=33.74%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371107900.200.420.4632.0726.8542.35
Hex896E4F0142A2E201b2a
Octal2111561170245256403352
Binary100010011101110100111101010010101010111010000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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