COLOR #8B6A6C

HEX: #8B6A6C RGB: (139,106,108)

Color info

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

RGB color model

#8B6A6C color RGB value is (139,106,108).

RGB: (139,106,108) (55%, 42%, 42%)

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 108 of 255 = 42%

139
106
108

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

Portions of RGB colors in percentages

R + G + B = 139 + 106 + 108 = 353 (100%)
R 139 of 353 ~ 39.38%
G 106 of 353 ~ 30.03%
B 108 of 353 ~ 30.59'%

%39.38
%30.03
%30.59

CMYK color model

#8B6A6C color CMYK value is (0,24,22,45).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 22.30%
  • key color value is 45.49%
CMYK: (0,24,22,45) C0M24Y22K45 (0%,24%,22%,45%) (0.00/0.24/0.22/0.45) 

CMYK percentages

%0
%23.74
%22.3
%45.49

Codes

Color #8B6A6C in popluar color models

8B 6A 6C
RGB 139 106 108
HSL 356° 13.47% 48.04%
HSB/HSV 356° 23.74% 54.51%
CMYK 0.00% 23.74% 22.30%
45.49%

Color #8B6A6C in popluar number systems.

HEX 8B 6A 6C
Decimal 139 106 108
Binary 10001011 1101010 1101100
Octal 213 152 154

Shades and tints

Shades of #8B6A6C

#8B6A6C
(139,106,108)
#7F6163
(127,97,99)
#73585A
(115,88,90)
#674F51
(103,79,81)
#5B4648
(91,70,72)
#4F3D3F
(79,61,63)
#433436
(67,52,54)
#372B2D
(55,43,45)
#2B2224
(43,34,36)
#1F191B
(31,25,27)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #8B6A6C

#8B6A6C
(139,106,108)
#957779
(149,119,121)
#9F8486
(159,132,134)
#A99193
(169,145,147)
#B39EA0
(179,158,160)
#BDABAD
(189,171,173)
#C7B8BA
(199,184,186)
#D1C5C7
(209,197,199)
#DBD2D4
(219,210,212)
#E5DFE1
(229,223,225)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6A6C color. Also use rgb(139,106,108) instead hex code.

Text Font Color

.myTextColor { color: #8B6A6C; }

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

This text font color is #8B6A6C.

Background Color

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

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

This div background color is #8B6A6C.

Border color

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

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

This div border color is #8B6A6C.

Opacity

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

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

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

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

This text has shadow with #8B6A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6A6C.

Preview

Color preview on black background

This text has color #8B6A6C on black background.


Color preview on white background

This text has color #8B6A6C on white background.


Black color preview on #8B6A6C background

This text has black color on #8B6A6C background.


White color preview on #8B6A6C background

This text has white color on #8B6A6C background.


Related colors

Complementary color

Complementary color for #hex is #749593.


I love getcolorcode.com

Triadic colors

1 #6C8B6A and #6A6C8B with #8B6A6C are triadic colors.

2 #6C6A8B and #6A8B6C with #8B6A6C are triadic colors.