#896544

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

Shades of Dark Wood #896544

Tints of Dark Wood #896544

Color information

#896544 (or 0x896544) is unknown color: approx Dark Wood. HEX triplet: 89, 65 and 44. RGB value is (137,101,68). Sum of RGB (Red+Green+Blue) = 137+101+68=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #896544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896544 is #769ABB. Grayscale: #6C6C6C. Windows color (decimal): -7772860 or 4482441. OLE color: 4482441.

HSL color Cylindrical-coordinate representation of color #896544: hue angle of 28.7º 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 #896544 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13710168-
CMYK00.260.500.46
HSL28.7º33.66%40.2%-
HSV(B)28.7º50.36%53.73%-
XYZ16.0115.047.53-
YUV108105.43148.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=44.77%
G=33.01%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371016800.260.500.4628.733.6640.2
Hex89654401A322E1d2228
Octal2111451040326256354250
Binary100010011100101100010001101011001010111011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896544; }

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

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

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

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

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

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

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

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