#896F44

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

Shades of Shadow #896F44

Tints of Shadow #896F44

Color information

#896F44 (or 0x896F44) is unknown color: approx Shadow. HEX triplet: 89, 6F and 44. RGB value is (137,111,68). Sum of RGB (Red+Green+Blue) = 137+111+68=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #896F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F44 is #7690BB. Grayscale: #727272. Windows color (decimal): -7770300 or 4485001. OLE color: 4485001.

HSL color Cylindrical-coordinate representation of color #896F44: hue angle of 37.39º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896F44 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13711168-
CMYK00.190.500.46
HSL37.39º33.66%40.2%-
HSV(B)37.39º50.36%53.73%-
XYZ17.0417.17.87-
YUV113.87102.11144.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 68 (26.95% from 255) = 21.52%
R=43.35%
G=35.13%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371116800.190.500.4637.3933.6640.2
Hex896F44013322E252228
Octal2111571040236256454250
Binary1000100111011111000100010011110010101110100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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