COLOR #886E63

HEX: #886E63 RGB: (136,110,99)

Color info

#886E63 contains red, green and blue colors in about the same proportion. Web safe color of #886E63 is #996666 (or #966).

RGB color model

#886E63 color RGB value is (136,110,99).

RGB: (136,110,99) (53%, 43%, 39%)

RGB channels and saturation

R 136 of 255 = 53%
G 110 of 255 = 43%
B 99 of 255 = 39%

136
110
99

R + G + B ~ 45%. #886E63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 110 + 99 = 345 (100%)
R 136 of 345 ~ 39.42%
G 110 of 345 ~ 31.88%
B 99 of 345 ~ 28.7'%

%39.42
%31.88
%28.7

CMYK color model

#886E63 color CMYK value is (0,19,27,47).

  • cyan value is 0.00%
  • magenta value is 19.12%
  • yellow value is 27.21%
  • key color value is 46.67%

CMYK: (0,19,27,47)
C0M19Y27K47 (0%, 19%, 27%, 47%)
(0.00 / 0.19 / 0.27 / 0.47)

CMYK percentages

%0
%19.12
%27.21
%46.67

Codes

Color #886E63 in popluar color models

88 6E 63
RGB 136 110 99
HSL 18° 15.74% 46.08%
HSB/HSV 18° 27.21% 53.33%
CMYK 0.00% 19.12% 27.21%
46.67%

Color #886E63 in popluar number systems.

HEX 88 6E 63
Decimal 136 110 99
Binary 10001000 1101110 1100011
Octal 210 156 143

Shades and tints

Shades of #886E63

#886E63
(136,110,99)
#7C645A
(124,100,90)
#705A51
(112,90,81)
#645048
(100,80,72)
#58463F
(88,70,63)
#4C3C36
(76,60,54)
#40322D
(64,50,45)
#342824
(52,40,36)
#281E1B
(40,30,27)
#1C1412
(28,20,18)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #886E63

#886E63
(136,110,99)
#927B71
(146,123,113)
#9C887F
(156,136,127)
#A6958D
(166,149,141)
#B0A29B
(176,162,155)
#BAAFA9
(186,175,169)
#C4BCB7
(196,188,183)
#CEC9C5
(206,201,197)
#D8D6D3
(216,214,211)
#E2E3E1
(226,227,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886E63 color. Also use rgb(136,110,99) instead hex code.

Text Font Color

.myTextColor { color: #886E63; }

<p style="color:#886E63">This sample text font color is #886E63.</p>

This text font color is #886E63.

Background Color

.myBgColor { background-color: #886E63; }

<div style="background-color:#886E63">Inner text</div>

This div background color is #886E63.

Border color

.myBorderColor { border: 1px solid #886E63; }

<div style="border:3px solid #886E63">Div</div>

This div border color is #886E63.

Opacity

.myOpacity80 { color: #886E63; opacity: 0.8; }

<p style="color:#886E63;opacity:0.8;">80%</p>

Text with #886E63 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #886E63;}

<p style="text-shadow: 3px 3px 1px #886E63">Text here.</p>

This text has shadow with #886E63 color.


.textShadow {text-shadow: 3px 3px 1px #886E63', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #886E63, 5px 5px 20px red">Text here.</p>

This text has shadow with #886E63 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#886E63, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#886E63, Direction=45, Strength=4)">Text</p>

This text has shadow with #886E63 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #886E63;
-webkit-box-shadow: 1px 1px 3px 2px #886E63;
box-shadow: 1px 1px 3px 2px #886E63;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #886E63; -webkit-box-shadow: 1px 1px 3px 2px #886E63; box-shadow:1px 1px 3px 2px #886E63;">
Div content here
</div>

This div box has shadow with color #886E63.

Preview

Color preview on black background

This text has color #886E63 on black background.


Color preview on white background

This text has color #886E63 on white background.


Black color preview on #886E63 background

This text has black color on #886E63 background.


White color preview on #886E63 background

This text has white color on #886E63 background.


Related colors

Complementary color

Complementary color for #hex is #77919C.


I love getcolorcode.com

Triadic colors

1 #63886E and #6E6388 with #886E63 are triadic colors.

2 #636E88 and #6E8863 with #886E63 are triadic colors.