#896F4B

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

Shades of Shadow #896F4B

Tints of Shadow #896F4B

Color information

#896F4B (or 0x896F4B) is unknown color: approx Shadow. HEX triplet: 89, 6F and 4B. RGB value is (137,111,75). Sum of RGB (Red+Green+Blue) = 137+111+75=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #896F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F4B is #7690B4. Grayscale: #727272. Windows color (decimal): -7770293 or 4943753. OLE color: 4943753.

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

Color convert

RGB13711175-
CMYK00.190.450.46
HSL34.84º29.25%41.57%-
HSV(B)34.84º45.26%53.73%-
XYZ17.2717.29.07-
YUV114.67105.61143.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=42.41%
G=34.37%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371117500.190.450.4634.8429.2541.57
Hex896F4B0132D2E231d2a
Octal2111571130235556433552
Binary100010011101111100101101001110110110111010001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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