#896464

Color #896464 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #896464

Tints of Light Wood #896464

Color information

#896464 (or 0x896464) is unknown color: approx Light Wood. HEX triplet: 89, 64 and 64. RGB value is (137,100,100). Sum of RGB (Red+Green+Blue) = 137+100+100=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896464 is #769B9B. Grayscale: #6F6F6F. Windows color (decimal): -7773084 or 6579337. OLE color: 6579337.

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

Color convert

RGB137100100-
CMYK00.270.270.46
HSL15.61%46.47%-
HSV(B)27.01%53.73%-
XYZ17.1715.3514.11-
YUV111.06121.76146.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=40.65%
G=29.67%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710010000.270.270.46015.6146.47
Hex89646401B1B2E0102e
Octal211144144033335602056
Binary100010011100100110010001101111011101110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896464; }

 p { color: rgb(137,100,100); }

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

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

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

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

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

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

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