#886140

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

Shades of Dark Wood #886140

Tints of Dark Wood #886140

Color information

#886140 (or 0x886140) is unknown color: approx Dark Wood. HEX triplet: 88, 61 and 40. RGB value is (136,97,64). Sum of RGB (Red+Green+Blue) = 136+97+64=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #886140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886140 is #779EBF. Grayscale: #696969. Windows color (decimal): -7839424 or 4219272. OLE color: 4219272.

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

Color convert

RGB1369764-
CMYK00.290.530.47
HSL27.5º36%39.22%-
HSV(B)27.5º52.94%53.33%-
XYZ15.3514.156.77-
YUV104.9104.92150.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=45.79%
G=32.66%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136976400.290.530.4727.53639.22
Hex88614001D352F1b2427
Octal2101411000356557334447
Binary100010001100001100000001110111010110111111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886140; }

 p { color: rgb(136,97,64); }

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

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

 a { background-color: rgb(136,97,64); }

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

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

 span { border-color: rgb(136,97,64); }

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