#896B4C

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

Shades of Shadow #896B4C

Tints of Shadow #896B4C

Color information

#896B4C (or 0x896B4C) is unknown color: approx Shadow. HEX triplet: 89, 6B and 4C. RGB value is (137,107,76). Sum of RGB (Red+Green+Blue) = 137+107+76=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #896B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896B4C is #7694B3. Grayscale: #707070. Windows color (decimal): -7771316 or 5008265. OLE color: 5008265.

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

Color convert

RGB13710776-
CMYK00.220.450.46
HSL30.49º28.64%41.76%-
HSV(B)30.49º44.53%53.73%-
XYZ16.8816.369.1-
YUV112.44107.44145.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=42.81%
G=33.44%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371077600.220.450.4630.4928.6441.76
Hex896B4C0162D2E1e1d2a
Octal2111531140265556363552
Binary10001001110101110011000101101011011011101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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