COLOR #886B6A

HEX: #886B6A
RGB: (136,107,106)

Color info

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

RGB color model

#886B6A color RGB value is (136,107,106).

  • red value is 136;
  • green value is 107;
  • blue value is 106.
RGB:
(136,107,106)
(53%,42%,42%)

RGB channels and saturation

R 136 of 255 = 53%
G 107 of 255 = 42%
B 106 of 255 = 42%

136
107
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 107 + 106 = 349 (100%)
R 136 of 349 ~ 38.97%
G 107 of 349 ~ 30.66%
B 106 of 349 ~ 30.37%

%38.97
%30.66
%30.37

CMYK color model

#886B6A color CMYK value is (0,21,22,47).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,21,22,47)
C0M21Y22K47 
(0%,21%,22%,47%)
(0.00/0.21/0.22/0.47)	

CMYK percentages

%0
%21.32
%22.06
%46.67

Codes

Color #886B6A in popluar color models

886B6A
RGB136107106
HSL12.40%47.45%
HSB/HSV22.06%53.33%
CMYK0.00%21.32%22.06%
46.67%

Color #886B6A in popluar number systems.

HEX886B6A
Decimal136107106
Binary1000100011010111101010
Octal210153152

Shades and tints

Shades of #886B6A

#886B6A
(136,107,106)
#7C6261
(124,98,97)
#705958
(112,89,88)
#64504F
(100,80,79)
#584746
(88,71,70)
#4C3E3D
(76,62,61)
#403534
(64,53,52)
#342C2B
(52,44,43)
#282322
(40,35,34)
#1C1A19
(28,26,25)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #886B6A

#886B6A
(136,107,106)
#927877
(146,120,119)
#9C8584
(156,133,132)
#A69291
(166,146,145)
#B09F9E
(176,159,158)
#BAACAB
(186,172,171)
#C4B9B8
(196,185,184)
#CEC6C5
(206,198,197)
#D8D3D2
(216,211,210)
#E2E0DF
(226,224,223)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886B6A color. Also use rgb(136,107,106) instead hex code.

Text Font Color

.myTextColor { color: #886B6A; }

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

This text font color is #886B6A.


Background Color

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

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

This div background color is #886B6A.


Border color

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

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

This div border color is #886B6A.


Opacity

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

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

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

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

This text has shadow with #886B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886B6A on black background.


Color preview on white background

This text has color #886B6A on white background.



Black color preview on #886B6A background

This text has black color on #886B6A background.


White color preview on #886B6A background

This text has white color on #886B6A background.