#896D42

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

Shades of Shadow #896D42

Tints of Shadow #896D42

Color information

#896D42 (or 0x896D42) is unknown color: approx Shadow. HEX triplet: 89, 6D and 42. RGB value is (137,109,66). Sum of RGB (Red+Green+Blue) = 137+109+66=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #896D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D42 is #7692BD. Grayscale: #707070. Windows color (decimal): -7770814 or 4353417. OLE color: 4353417.

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

Color convert

RGB13710966-
CMYK00.200.520.46
HSL36.34º34.98%39.8%-
HSV(B)36.34º51.82%53.73%-
XYZ16.7716.657.48-
YUV112.47101.78145.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=43.91%
G=34.94%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371096600.200.520.4636.3434.9839.8
Hex896D42014342E242328
Octal2111551020246456444350
Binary1000100111011011000010010100110100101110100100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,109,66); }

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

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

 a { background-color: rgb(137,109,66); }

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

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

 span { border-color: rgb(137,109,66); }

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