#896649

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

Shades of Dark Wood #896649

Tints of Dark Wood #896649

Color information

#896649 (or 0x896649) is unknown color: approx Dark Wood. HEX triplet: 89, 66 and 49. RGB value is (137,102,73). Sum of RGB (Red+Green+Blue) = 137+102+73=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #896649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896649 is #7699B6. Grayscale: #6D6D6D. Windows color (decimal): -7772599 or 4810377. OLE color: 4810377.

HSL color Cylindrical-coordinate representation of color #896649: hue angle of 27.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #896649 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13710273-
CMYK00.260.470.46
HSL27.19º30.48%41.18%-
HSV(B)27.19º46.72%53.73%-
XYZ16.2715.38.4-
YUV109.16107.6147.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.91%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=43.91%
G=32.69%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371027300.260.470.4627.1930.4841.18
Hex89664901A2F2E1b1e29
Octal2111461110325756333651
Binary10001001110011010010010110101011111011101101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896649; }

 p { color: rgb(137,102,73); }

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

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

 a { background-color: rgb(137,102,73); }

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

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

 span { border-color: rgb(137,102,73); }

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