#896F4E

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

Shades of Shadow #896F4E

Tints of Shadow #896F4E

Color information

#896F4E (or 0x896F4E) is unknown color: approx Shadow. HEX triplet: 89, 6F and 4E. RGB value is (137,111,78). Sum of RGB (Red+Green+Blue) = 137+111+78=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #896F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F4E is #7690B1. Grayscale: #737373. Windows color (decimal): -7770290 or 5140361. OLE color: 5140361.

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

Color convert

RGB13711178-
CMYK00.190.430.46
HSL33.56º27.44%42.16%-
HSV(B)33.56º43.07%53.73%-
XYZ17.3817.249.62-
YUV115.01107.11143.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=42.02%
G=34.05%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371117800.190.430.4633.5627.4442.16
Hex896F4E0132B2E221b2a
Octal2111571160235356423352
Binary100010011101111100111001001110101110111010001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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