#886441

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

Shades of Dark Wood #886441

Tints of Dark Wood #886441

Color information

#886441 (or 0x886441) is unknown color: approx Dark Wood. HEX triplet: 88, 64 and 41. RGB value is (136,100,65). Sum of RGB (Red+Green+Blue) = 136+100+65=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #886441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886441 is #779BBE. Grayscale: #6A6A6A. Windows color (decimal): -7838655 or 4285576. OLE color: 4285576.

HSL color Cylindrical-coordinate representation of color #886441: hue angle of 29.58º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #886441 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB13610065-
CMYK00.260.520.47
HSL29.58º35.32%39.41%-
HSV(B)29.58º52.21%53.33%-
XYZ15.6614.737.02-
YUV106.77104.43148.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=45.18%
G=33.22%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361006500.260.520.4729.5835.3239.41
Hex88644101A342F1e2327
Octal2101441010326457364347
Binary100010001100100100000101101011010010111111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886441; }

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

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

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

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

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

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

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

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