#896244

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

Shades of Dark Wood #896244

Tints of Dark Wood #896244

Color information

#896244 (or 0x896244) is unknown color: approx Dark Wood. HEX triplet: 89, 62 and 44. RGB value is (137,98,68). Sum of RGB (Red+Green+Blue) = 137+98+68=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #896244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896244 is #769DBB. Grayscale: #6A6A6A. Windows color (decimal): -7773628 or 4481673. OLE color: 4481673.

HSL color Cylindrical-coordinate representation of color #896244: hue angle of 26.09º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #896244 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1379868-
CMYK00.280.500.46
HSL26.09º33.66%40.2%-
HSV(B)26.09º50.36%53.73%-
XYZ15.7314.477.43-
YUV106.24106.42149.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=45.21%
G=32.34%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137986800.280.500.4626.0933.6640.2
Hex89624401C322E1a2228
Octal2111421040346256324250
Binary100010011100010100010001110011001010111011010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896244; }

 p { color: rgb(137,98,68); }

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

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

 a { background-color: rgb(137,98,68); }

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

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

 span { border-color: rgb(137,98,68); }

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