#896446

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

Shades of Dark Wood #896446

Tints of Dark Wood #896446

Color information

#896446 (or 0x896446) is unknown color: approx Dark Wood. HEX triplet: 89, 64 and 46. RGB value is (137,100,70). Sum of RGB (Red+Green+Blue) = 137+100+70=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #896446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896446 is #769BB9. Grayscale: #6B6B6B. Windows color (decimal): -7773114 or 4613257. OLE color: 4613257.

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

Color convert

RGB13710070-
CMYK00.270.490.46
HSL26.87º32.37%40.59%-
HSV(B)26.87º48.91%53.73%-
XYZ15.9814.877.82-
YUV107.64106.76148.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=44.63%
G=32.57%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371007000.270.490.4626.8732.3740.59
Hex89644601B312E1b2029
Octal2111441060336156334051
Binary100010011100100100011001101111000110111011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896446; }

 p { color: rgb(137,100,70); }

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

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

 a { background-color: rgb(137,100,70); }

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

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

 span { border-color: rgb(137,100,70); }

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