#896648

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

Shades of Dark Wood #896648

Tints of Dark Wood #896648

Color information

#896648 (or 0x896648) is unknown color: approx Dark Wood. HEX triplet: 89, 66 and 48. RGB value is (137,102,72). Sum of RGB (Red+Green+Blue) = 137+102+72=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #896648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896648 is #7699B7. Grayscale: #6D6D6D. Windows color (decimal): -7772600 or 4744841. OLE color: 4744841.

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

Color convert

RGB13710272-
CMYK00.260.470.46
HSL27.69º31.1%40.98%-
HSV(B)27.69º47.45%53.73%-
XYZ16.2415.298.23-
YUV109.04107.1147.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=44.05%
G=32.80%
B=23.15%

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
Decimal1371027200.260.470.4627.6931.140.98
Hex89664801A2F2E1c1f29
Octal2111461100325756343751
Binary10001001110011010010000110101011111011101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896648; }

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

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

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

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

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

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

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

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