#896545

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

Shades of Dark Wood #896545

Tints of Dark Wood #896545

Color information

#896545 (or 0x896545) is unknown color: approx Dark Wood. HEX triplet: 89, 65 and 45. RGB value is (137,101,69). Sum of RGB (Red+Green+Blue) = 137+101+69=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #896545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896545 is #769ABA. Grayscale: #6C6C6C. Windows color (decimal): -7772859 or 4547977. OLE color: 4547977.

HSL color Cylindrical-coordinate representation of color #896545: hue angle of 28.24º degrees, saturation: 0.33, 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 #896545 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13710169-
CMYK00.260.500.46
HSL28.24º33.01%40.39%-
HSV(B)28.24º49.64%53.73%-
XYZ16.0415.067.69-
YUV108.12105.93148.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=44.63%
G=32.90%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371016900.260.500.4628.2433.0140.39
Hex89654501A322E1c2128
Octal2111451050326256344150
Binary100010011100101100010101101011001010111011100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896545; }

 p { color: rgb(137,101,69); }

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

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

 a { background-color: rgb(137,101,69); }

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

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

 span { border-color: rgb(137,101,69); }

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