COLOR #886C60

HEX: #886C60 RGB: (136,108,96)

Color info

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

RGB color model

#886C60 color RGB value is (136,108,96).

RGB: (136,108,96) (53%, 42%, 38%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 96 of 255 = 38%

136
108
96

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

Portions of RGB colors in percentages

R + G + B = 136 + 108 + 96 = 340 (100%)
R 136 of 340 ~ 40%
G 108 of 340 ~ 31.76%
B 96 of 340 ~ 28.24'%

%40
%31.76
%28.24

CMYK color model

#886C60 color CMYK value is (0,21,29,47).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 29.41%
  • key color value is 46.67%

CMYK: (0,21,29,47)
C0M21Y29K47 (0%, 21%, 29%, 47%)
(0.00 / 0.21 / 0.29 / 0.47)

CMYK percentages

%0
%20.59
%29.41
%46.67

Codes

Color #886C60 in popluar color models

88 6C 60
RGB 136 108 96
HSL 18° 17.24% 45.49%
HSB/HSV 18° 29.41% 53.33%
CMYK 0.00% 20.59% 29.41%
46.67%

Color #886C60 in popluar number systems.

HEX 88 6C 60
Decimal 136 108 96
Binary 10001000 1101100 1100000
Octal 210 154 140

Shades and tints

Shades of #886C60

#886C60
(136,108,96)
#7C6358
(124,99,88)
#705A50
(112,90,80)
#645148
(100,81,72)
#584840
(88,72,64)
#4C3F38
(76,63,56)
#403630
(64,54,48)
#342D28
(52,45,40)
#282420
(40,36,32)
#1C1B18
(28,27,24)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #886C60

#886C60
(136,108,96)
#92796E
(146,121,110)
#9C867C
(156,134,124)
#A6938A
(166,147,138)
#B0A098
(176,160,152)
#BAADA6
(186,173,166)
#C4BAB4
(196,186,180)
#CEC7C2
(206,199,194)
#D8D4D0
(216,212,208)
#E2E1DE
(226,225,222)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886C60 color. Also use rgb(136,108,96) instead hex code.

Text Font Color

.myTextColor { color: #886C60; }

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

This text font color is #886C60.

Background Color

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

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

This div background color is #886C60.

Border color

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

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

This div border color is #886C60.

Opacity

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

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

Text with #886C60 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 #886C60;}

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

This text has shadow with #886C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886C60.

Preview

Color preview on black background

This text has color #886C60 on black background.


Color preview on white background

This text has color #886C60 on white background.


Black color preview on #886C60 background

This text has black color on #886C60 background.


White color preview on #886C60 background

This text has white color on #886C60 background.


Related colors

Complementary color

Complementary color for #hex is #77939F.


I love getcolorcode.com

Triadic colors

1 #60886C and #6C6088 with #886C60 are triadic colors.

2 #606C88 and #6C8860 with #886C60 are triadic colors.