#896647

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

Shades of Dark Wood #896647

Tints of Dark Wood #896647

Color information

#896647 (or 0x896647) is unknown color: approx Dark Wood. HEX triplet: 89, 66 and 47. RGB value is (137,102,71). Sum of RGB (Red+Green+Blue) = 137+102+71=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #896647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896647 is #7699B8. Grayscale: #6D6D6D. Windows color (decimal): -7772601 or 4679305. OLE color: 4679305.

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

Color convert

RGB13710271-
CMYK00.260.480.46
HSL28.18º31.73%40.78%-
HSV(B)28.18º48.18%53.73%-
XYZ16.2115.288.06-
YUV108.93106.6148.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=44.19%
G=32.90%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371027100.260.480.4628.1831.7340.78
Hex89664701A302E1c2029
Octal2111461070326056344051
Binary100010011100110100011101101011000010111011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896647; }

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

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

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

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

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

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

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

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