#886444

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

Shades of Dark Wood #886444

Tints of Dark Wood #886444

Color information

#886444 (or 0x886444) is unknown color: approx Dark Wood. HEX triplet: 88, 64 and 44. RGB value is (136,100,68). Sum of RGB (Red+Green+Blue) = 136+100+68=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #886444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886444 is #779BBB. Grayscale: #6B6B6B. Windows color (decimal): -7838652 or 4482184. OLE color: 4482184.

HSL color Cylindrical-coordinate representation of color #886444: hue angle of 28.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #886444 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13610068-
CMYK00.260.500.47
HSL28.24º33.33%40%-
HSV(B)28.24º50%53.33%-
XYZ15.7514.777.49-
YUV107.12105.93148.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 68 (26.95% from 255) = 22.37%
R=44.74%
G=32.89%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361006800.260.500.4728.2433.3340
Hex88644401A322F1c2128
Octal2101441040326257344150
Binary100010001100100100010001101011001010111111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886444; }

 p { color: rgb(136,100,68); }

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

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

 a { background-color: rgb(136,100,68); }

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

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

 span { border-color: rgb(136,100,68); }

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