COLOR #886A65

HEX: #886A65
RGB: (136,106,101)

Color info

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

RGB color model

#886A65 color RGB value is (136,106,101).

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

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 101 of 255 = 40%

136
106
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 101 = 343 (100%)
R 136 of 343 ~ 39.65%
G 106 of 343 ~ 30.9%
B 101 of 343 ~ 29.45%

%39.65
%30.9
%29.45

CMYK color model

#886A65 color CMYK value is (0,22,26,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,22,26,47)
C0M22Y26K47 
(0%,22%,26%,47%)
(0.00/0.22/0.26/0.47)	

CMYK percentages

%0
%22.06
%25.74
%46.67

Codes

Color #886A65 in popluar color models

886A65
RGB136106101
HSL14.77%46.47%
HSB/HSV25.74%53.33%
CMYK0.00%22.06%25.74%
46.67%

Color #886A65 in popluar number systems.

HEX886A65
Decimal136106101
Binary1000100011010101100101
Octal210152145

Shades and tints

Shades of #886A65

#886A65
(136,106,101)
#7C615C
(124,97,92)
#705853
(112,88,83)
#644F4A
(100,79,74)
#584641
(88,70,65)
#4C3D38
(76,61,56)
#40342F
(64,52,47)
#342B26
(52,43,38)
#28221D
(40,34,29)
#1C1914
(28,25,20)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #886A65

#886A65
(136,106,101)
#927773
(146,119,115)
#9C8481
(156,132,129)
#A6918F
(166,145,143)
#B09E9D
(176,158,157)
#BAABAB
(186,171,171)
#C4B8B9
(196,184,185)
#CEC5C7
(206,197,199)
#D8D2D5
(216,210,213)
#E2DFE3
(226,223,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A65; }

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

This text font color is #886A65.


Background Color

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

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

This div background color is #886A65.


Border color

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

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

This div border color is #886A65.


Opacity

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

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

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

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

This text has shadow with #886A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A65 on black background.


Color preview on white background

This text has color #886A65 on white background.



Black color preview on #886A65 background

This text has black color on #886A65 background.


White color preview on #886A65 background

This text has white color on #886A65 background.