#896344

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

Shades of Dark Wood #896344

Tints of Dark Wood #896344

Color information

#896344 (or 0x896344) is unknown color: approx Dark Wood. HEX triplet: 89, 63 and 44. RGB value is (137,99,68). Sum of RGB (Red+Green+Blue) = 137+99+68=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #896344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896344 is #769CBB. Grayscale: #6A6A6A. Windows color (decimal): -7773372 or 4481929. OLE color: 4481929.

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

Color convert

RGB1379968-
CMYK00.280.500.46
HSL26.96º33.66%40.2%-
HSV(B)26.96º50.36%53.73%-
XYZ15.8214.667.46-
YUV106.83106.09149.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=45.07%
G=32.57%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137996800.280.500.4626.9633.6640.2
Hex89634401C322E1b2228
Octal2111431040346256334250
Binary100010011100011100010001110011001010111011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896344; }

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

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

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

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

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

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

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

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