#896949

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

Shades of Dark Wood #896949

Tints of Dark Wood #896949

Color information

#896949 (or 0x896949) is unknown color: approx Dark Wood. HEX triplet: 89, 69 and 49. RGB value is (137,105,73). Sum of RGB (Red+Green+Blue) = 137+105+73=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #896949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896949 is #7696B6. Grayscale: #6F6F6F. Windows color (decimal): -7771831 or 4811145. OLE color: 4811145.

HSL color Cylindrical-coordinate representation of color #896949: hue angle of 30º 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 #896949 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB13710573-
CMYK00.230.470.46
HSL30º30.48%41.18%-
HSV(B)30º46.72%53.73%-
XYZ16.5715.98.5-
YUV110.92106.6146.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=43.49%
G=33.33%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371057300.230.470.463030.4841.18
Hex8969490172F2E1e1e29
Octal2111511110275756363651
Binary10001001110100110010010101111011111011101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896949; }

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

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

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

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

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

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

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

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