#886544

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

Shades of Dark Wood #886544

Tints of Dark Wood #886544

Color information

#886544 (or 0x886544) is unknown color: approx Dark Wood. HEX triplet: 88, 65 and 44. RGB value is (136,101,68). Sum of RGB (Red+Green+Blue) = 136+101+68=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886544 is #779ABB. Grayscale: #6B6B6B. Windows color (decimal): -7838396 or 4482440. OLE color: 4482440.

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

Color convert

RGB13610168-
CMYK00.260.500.47
HSL29.12º33.33%40%-
HSV(B)29.12º50%53.33%-
XYZ15.8514.967.52-
YUV107.7105.6148.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=44.59%
G=33.11%
B=22.30%

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
Decimal1361016800.260.500.4729.1233.3340
Hex88654401A322F1d2128
Octal2101451040326257354150
Binary100010001100101100010001101011001010111111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886544; }

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

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

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

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

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

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

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

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