#896040

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

Shades of Dark Wood #896040

Tints of Dark Wood #896040

Color information

#896040 (or 0x896040) is unknown color: approx Dark Wood. HEX triplet: 89, 60 and 40. RGB value is (137,96,64). Sum of RGB (Red+Green+Blue) = 137+96+64=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #896040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896040 is #769FBF. Grayscale: #686868. Windows color (decimal): -7774144 or 4219017. OLE color: 4219017.

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

Color convert

RGB1379664-
CMYK00.300.530.46
HSL26.3º36.32%39.41%-
HSV(B)26.3º53.28%53.73%-
XYZ15.4214.056.75-
YUV104.61105.08151.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=46.13%
G=32.32%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137966400.300.530.4626.336.3239.41
Hex89604001E352E1a2427
Octal2111401000366556324447
Binary100010011100000100000001111011010110111011010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896040; }

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

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

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

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

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

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

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

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