#886D42

Color #886D42 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #886D42

Tints of Shadow #886D42

Color information

#886D42 (or 0x886D42) is unknown color: approx Shadow. HEX triplet: 88, 6D and 42. RGB value is (136,109,66). Sum of RGB (Red+Green+Blue) = 136+109+66=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #886D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D42 is #7792BD. Grayscale: #707070. Windows color (decimal): -7836350 or 4353416. OLE color: 4353416.

HSL color Cylindrical-coordinate representation of color #886D42: hue angle of 36.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886D42 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13610966-
CMYK00.200.510.47
HSL36.86º34.65%39.61%-
HSV(B)36.86º51.47%53.33%-
XYZ16.6116.567.48-
YUV112.17101.95145-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 109 (42.97% from 255) = 35.05%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=43.73%
G=35.05%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361096600.200.510.4736.8634.6539.61
Hex886D42014332F252328
Octal2101551020246357454350
Binary1000100011011011000010010100110011101111100101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D42; }

 p { color: rgb(136,109,66); }

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

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

 a { background-color: rgb(136,109,66); }

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

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

 span { border-color: rgb(136,109,66); }

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