COLOR #886F61

HEX: #886F61
RGB: (136,111,97)

Color info

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

RGB color model

#886F61 color RGB value is (136,111,97).

  • red value is 136;
  • green value is 111;
  • blue value is 97.
RGB:
(136,111,97)
(53%,44%,38%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 97 of 255 = 38%

136
111
97

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 97 = 344 (100%)
R 136 of 344 ~ 39.53%
G 111 of 344 ~ 32.27%
B 97 of 344 ~ 28.2%

%39.53
%32.27
%28.2

CMYK color model

#886F61 color CMYK value is (0,18,29,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 28.68%
  • key color value is 46.67%
CMYK:
(0,18,29,47)
C0M18Y29K47 
(0%,18%,29%,47%)
(0.00/0.18/0.29/0.47)	

CMYK percentages

%0
%18.38
%28.68
%46.67

Codes

Color #886F61 in popluar color models

886F61
RGB13611197
HSL22°16.74%45.69%
HSB/HSV22°28.68%53.33%
CMYK0.00%18.38%28.68%
46.67%

Color #886F61 in popluar number systems.

HEX886F61
Decimal13611197
Binary1000100011011111100001
Octal210157141

Shades and tints

Shades of #886F61

#886F61
(136,111,97)
#7C6559
(124,101,89)
#705B51
(112,91,81)
#645149
(100,81,73)
#584741
(88,71,65)
#4C3D39
(76,61,57)
#403331
(64,51,49)
#342929
(52,41,41)
#281F21
(40,31,33)
#1C1519
(28,21,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #886F61

#886F61
(136,111,97)
#927C6F
(146,124,111)
#9C897D
(156,137,125)
#A6968B
(166,150,139)
#B0A399
(176,163,153)
#BAB0A7
(186,176,167)
#C4BDB5
(196,189,181)
#CECAC3
(206,202,195)
#D8D7D1
(216,215,209)
#E2E4DF
(226,228,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886F61 color. Also use rgb(136,111,97) instead hex code.

Text Font Color

.myTextColor { color: #886F61; }

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

This text font color is #886F61.


Background Color

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

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

This div background color is #886F61.


Border color

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

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

This div border color is #886F61.


Opacity

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

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

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

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

This text has shadow with #886F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F61 on black background.


Color preview on white background

This text has color #886F61 on white background.



Black color preview on #886F61 background

This text has black color on #886F61 background.


White color preview on #886F61 background

This text has white color on #886F61 background.