#896140

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

Shades of Dark Wood #896140

Tints of Dark Wood #896140

Color information

#896140 (or 0x896140) is unknown color: approx Dark Wood. HEX triplet: 89, 61 and 40. RGB value is (137,97,64). Sum of RGB (Red+Green+Blue) = 137+97+64=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #896140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896140 is #769EBF. Grayscale: #696969. Windows color (decimal): -7773888 or 4219273. OLE color: 4219273.

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

Color convert

RGB1379764-
CMYK00.290.530.46
HSL27.12º36.32%39.41%-
HSV(B)27.12º53.28%53.73%-
XYZ15.5214.246.78-
YUV105.2104.75150.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=45.97%
G=32.55%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137976400.290.530.4627.1236.3239.41
Hex89614001D352E1b2427
Octal2111411000356556334447
Binary100010011100001100000001110111010110111011011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896140; }

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

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

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

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

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

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

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

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