#896C4C

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

Shades of Shadow #896C4C

Tints of Shadow #896C4C

Color information

#896C4C (or 0x896C4C) is unknown color: approx Shadow. HEX triplet: 89, 6C and 4C. RGB value is (137,108,76). Sum of RGB (Red+Green+Blue) = 137+108+76=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C4C is #7693B3. Grayscale: #717171. Windows color (decimal): -7771060 or 5008521. OLE color: 5008521.

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

Color convert

RGB13710876-
CMYK00.210.450.46
HSL31.48º28.64%41.76%-
HSV(B)31.48º44.53%53.73%-
XYZ16.9816.579.14-
YUV113.02107.11145.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.68%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=42.68%
G=33.64%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371087600.210.450.4631.4828.6441.76
Hex896C4C0152D2E1f1d2a
Octal2111541140255556373552
Binary10001001110110010011000101011011011011101111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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