#896341

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

Shades of Dark Wood #896341

Tints of Dark Wood #896341

Color information

#896341 (or 0x896341) is unknown color: approx Dark Wood. HEX triplet: 89, 63 and 41. RGB value is (137,99,65). Sum of RGB (Red+Green+Blue) = 137+99+65=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #896341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896341 is #769CBE. Grayscale: #6A6A6A. Windows color (decimal): -7773375 or 4285321. OLE color: 4285321.

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

Color convert

RGB1379965-
CMYK00.280.530.46
HSL28.33º35.64%39.61%-
HSV(B)28.33º52.55%53.73%-
XYZ15.7314.626.99-
YUV106.49104.59149.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=45.51%
G=32.89%
B=21.59%

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
Decimal137996500.280.530.4628.3335.6439.61
Hex89634101C352E1c2428
Octal2111431010346556344450
Binary100010011100011100000101110011010110111011100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896341; }

 p { color: rgb(137,99,65); }

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

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

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

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

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

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

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