#896746

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

Shades of Dark Wood #896746

Tints of Dark Wood #896746

Color information

#896746 (or 0x896746) is unknown color: approx Dark Wood. HEX triplet: 89, 67 and 46. RGB value is (137,103,70). Sum of RGB (Red+Green+Blue) = 137+103+70=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #896746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896746 is #7698B9. Grayscale: #6D6D6D. Windows color (decimal): -7772346 or 4614025. OLE color: 4614025.

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

Color convert

RGB13710370-
CMYK00.250.490.46
HSL29.55º32.37%40.59%-
HSV(B)29.55º48.91%53.73%-
XYZ16.2715.467.92-
YUV109.4105.76147.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=44.19%
G=33.23%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371037000.250.490.4629.5532.3740.59
Hex896746019312E1e2029
Octal2111471060316156364051
Binary100010011100111100011001100111000110111011110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896746; }

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

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

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

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

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

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

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

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