#896240

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

Shades of Dark Wood #896240

Tints of Dark Wood #896240

Color information

#896240 (or 0x896240) is unknown color: approx Dark Wood. HEX triplet: 89, 62 and 40. RGB value is (137,98,64). Sum of RGB (Red+Green+Blue) = 137+98+64=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #896240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896240 is #769DBF. Grayscale: #696969. Windows color (decimal): -7773632 or 4219529. OLE color: 4219529.

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

Color convert

RGB1379864-
CMYK00.280.530.46
HSL27.95º36.32%39.41%-
HSV(B)27.95º53.28%53.73%-
XYZ15.6114.426.81-
YUV105.79104.42150.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=45.82%
G=32.78%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137986400.280.530.4627.9536.3239.41
Hex89624001C352E1c2427
Octal2111421000346556344447
Binary100010011100010100000001110011010110111011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896240; }

 p { color: rgb(137,98,64); }

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

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

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

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

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

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

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