COLOR #885C6F

HEX: #885C6F RGB: (136,92,111)

Color info

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

RGB color model

#885C6F color RGB value is (136,92,111).

RGB: (136,92,111) (53%, 36%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 111 of 255 = 44%

136
92
111

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

Portions of RGB colors in percentages

R + G + B = 136 + 92 + 111 = 339 (100%)
R 136 of 339 ~ 40.12%
G 92 of 339 ~ 27.14%
B 111 of 339 ~ 32.74'%

%40.12
%27.14
%32.74

CMYK color model

#885C6F color CMYK value is (0,32,18,47).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK: (0,32,18,47) C0M32Y18K47 (0%,32%,18%,47%) (0.00/0.32/0.18/0.47) 

CMYK percentages

%0
%32.35
%18.38
%46.67

Codes

Color #885C6F in popluar color models

88 5C 6F
RGB 136 92 111
HSL 334° 19.30% 44.71%
HSB/HSV 334° 32.35% 53.33%
CMYK 0.00% 32.35% 18.38%
46.67%

Color #885C6F in popluar number systems.

HEX 88 5C 6F
Decimal 136 92 111
Binary 10001000 1011100 1101111
Octal 210 134 157

Shades and tints

Shades of #885C6F

#885C6F
(136,92,111)
#7C5465
(124,84,101)
#704C5B
(112,76,91)
#644451
(100,68,81)
#583C47
(88,60,71)
#4C343D
(76,52,61)
#402C33
(64,44,51)
#342429
(52,36,41)
#281C1F
(40,28,31)
#1C1415
(28,20,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #885C6F

#885C6F
(136,92,111)
#926A7C
(146,106,124)
#9C7889
(156,120,137)
#A68696
(166,134,150)
#B094A3
(176,148,163)
#BAA2B0
(186,162,176)
#C4B0BD
(196,176,189)
#CEBECA
(206,190,202)
#D8CCD7
(216,204,215)
#E2DAE4
(226,218,228)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885C6F color. Also use rgb(136,92,111) instead hex code.

Text Font Color

.myTextColor { color: #885C6F; }

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

This text font color is #885C6F.

Background Color

.myBgColor { background-color: #885C6F; }

<div style="background-color:#885C6F">Inner text</div>

This div background color is #885C6F.

Border color

.myBorderColor { border: 1px solid #885C6F; }

<div style="border:3px solid #885C6F">Div</div>

This div border color is #885C6F.

Opacity

.myOpacity80 { color: #885C6F; opacity: 0.8; }

<p style="color:#885C6F;opacity:0.8;">80%</p>

Text with #885C6F 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 #885C6F;}

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

This text has shadow with #885C6F color.


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

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

This text has shadow with #885C6F primary color and red secondary color.


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

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

This text has shadow with #885C6F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #885C6F.

Preview

Color preview on black background

This text has color #885C6F on black background.


Color preview on white background

This text has color #885C6F on white background.


Black color preview on #885C6F background

This text has black color on #885C6F background.


White color preview on #885C6F background

This text has white color on #885C6F background.


Related colors

Complementary color

Complementary color for #hex is #77A390.


I love getcolorcode.com

Triadic colors

1 #6F885C and #5C6F88 with #885C6F are triadic colors.

2 #6F5C88 and #5C886F with #885C6F are triadic colors.