#896043

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

Shades of Dark Wood #896043

Tints of Dark Wood #896043

Color information

#896043 (or 0x896043) is unknown color: approx Dark Wood. HEX triplet: 89, 60 and 43. RGB value is (137,96,67). Sum of RGB (Red+Green+Blue) = 137+96+67=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #896043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896043 is #769FBC. Grayscale: #696969. Windows color (decimal): -7774141 or 4415625. OLE color: 4415625.

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

Color convert

RGB1379667-
CMYK00.300.510.46
HSL24.86º34.31%40%-
HSV(B)24.86º51.09%53.73%-
XYZ15.5114.097.21-
YUV104.95106.58150.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 67 (26.56% from 255) = 22.33%
R=45.67%
G=32%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137966700.300.510.4624.8634.3140
Hex89604301E332E192228
Octal2111401030366356314250
Binary100010011100000100001101111011001110111011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896043; }

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

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

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

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

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

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

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

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