COLOR #8B6661

HEX: #8B6661
RGB: (139,102,97)

Color info

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

RGB color model

#8B6661 color RGB value is (139,102,97).

  • red value is 139;
  • green value is 102;
  • blue value is 97.
RGB:
(139,102,97)
(55%,40%,38%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 97 of 255 = 38%

139
102
97

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 97 = 338 (100%)
R 139 of 338 ~ 41.12%
G 102 of 338 ~ 30.18%
B 97 of 338 ~ 28.7%

%41.12
%30.18
%28.7

CMYK color model

#8B6661 color CMYK value is (0,27,30,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 30.22%
  • key color value is 45.49%
CMYK:
(0,27,30,45)
C0M27Y30K45 
(0%,27%,30%,45%)
(0.00/0.27/0.30/0.45)	

CMYK percentages

%0
%26.62
%30.22
%45.49

Codes

Color #8B6661 in popluar color models

8B6661
RGB13910297
HSL17.80%46.27%
HSB/HSV30.22%54.51%
CMYK0.00%26.62%30.22%
45.49%

Color #8B6661 in popluar number systems.

HEX8B6661
Decimal13910297
Binary1000101111001101100001
Octal213146141

Shades and tints

Shades of #8B6661

#8B6661
(139,102,97)
#7F5D59
(127,93,89)
#735451
(115,84,81)
#674B49
(103,75,73)
#5B4241
(91,66,65)
#4F3939
(79,57,57)
#433031
(67,48,49)
#372729
(55,39,41)
#2B1E21
(43,30,33)
#1F1519
(31,21,25)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #8B6661

#8B6661
(139,102,97)
#95736F
(149,115,111)
#9F807D
(159,128,125)
#A98D8B
(169,141,139)
#B39A99
(179,154,153)
#BDA7A7
(189,167,167)
#C7B4B5
(199,180,181)
#D1C1C3
(209,193,195)
#DBCED1
(219,206,209)
#E5DBDF
(229,219,223)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6661 color. Also use rgb(139,102,97) instead hex code.

Text Font Color

.myTextColor { color: #8B6661; }

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

This text font color is #8B6661.


Background Color

.myBgColor { background-color: #8B6661; }

<div style="background-color:#8B6661">Inner text</div>

This div background color is #8B6661.


Border color

.myBorderColor { border: 1px solid #8B6661; }

<div style="border:3px solid #8B6661">Div</div>

This div border color is #8B6661.


Opacity

.myOpacity80 { color: #8B6661; opacity: 0.8; }

<p style="color:#8B6661;opacity:0.8;">80%</p>

Text with #8B6661 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 #8B6661;}

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

This text has shadow with #8B6661 color.

.textShadow {text-shadow: 3px 3px 1px #8B6661, 3px 3px 1px red;}

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

This text has shadow with #8B6661 primary color and red secondary color.


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

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

This text has shadow with #8B6661 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6661 on black background.


Color preview on white background

This text has color #8B6661 on white background.



Black color preview on #8B6661 background

This text has black color on #8B6661 background.


White color preview on #8B6661 background

This text has white color on #8B6661 background.