#896A4B

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

Shades of Shadow #896A4B

Tints of Shadow #896A4B

Color information

#896A4B (or 0x896A4B) is unknown color: approx Shadow. HEX triplet: 89, 6A and 4B. RGB value is (137,106,75). Sum of RGB (Red+Green+Blue) = 137+106+75=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #896A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896A4B is #7695B4. Grayscale: #6F6F6F. Windows color (decimal): -7771573 or 4942473. OLE color: 4942473.

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

Color convert

RGB13710675-
CMYK00.230.450.46
HSL30º29.25%41.57%-
HSV(B)30º45.26%53.73%-
XYZ16.7416.138.89-
YUV111.74107.27146.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=43.08%
G=33.33%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371067500.230.450.463029.2541.57
Hex896A4B0172D2E1e1d2a
Octal2111521130275556363552
Binary10001001110101010010110101111011011011101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,106,75); }

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

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

 a { background-color: rgb(137,106,75); }

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

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

 span { border-color: rgb(137,106,75); }

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