COLOR #8B6A75

HEX: #8B6A75 RGB: (139,106,117)

Color info

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

RGB color model

#8B6A75 color RGB value is (139,106,117).

RGB: (139,106,117) (55%, 42%, 46%)

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 117 of 255 = 46%

139
106
117

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

Portions of RGB colors in percentages

R + G + B = 139 + 106 + 117 = 362 (100%)
R 139 of 362 ~ 38.4%
G 106 of 362 ~ 29.28%
B 117 of 362 ~ 32.32'%

%38.4
%29.28
%32.32

CMYK color model

#8B6A75 color CMYK value is (0,24,16,45).

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 15.83%
  • key color value is 45.49%

CMYK: (0,24,16,45)
C0M24Y16K45 (0%, 24%, 16%, 45%)
(0.00 / 0.24 / 0.16 / 0.45)

CMYK percentages

%0
%23.74
%15.83
%45.49

Codes

Color #8B6A75 in popluar color models

8B 6A 75
RGB 139 106 117
HSL 340° 13.47% 48.04%
HSB/HSV 340° 23.74% 54.51%
CMYK 0.00% 23.74% 15.83%
45.49%

Color #8B6A75 in popluar number systems.

HEX 8B 6A 75
Decimal 139 106 117
Binary 10001011 1101010 1110101
Octal 213 152 165

Shades and tints

Shades of #8B6A75

#8B6A75
(139,106,117)
#7F616B
(127,97,107)
#735861
(115,88,97)
#674F57
(103,79,87)
#5B464D
(91,70,77)
#4F3D43
(79,61,67)
#433439
(67,52,57)
#372B2F
(55,43,47)
#2B2225
(43,34,37)
#1F191B
(31,25,27)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #8B6A75

#8B6A75
(139,106,117)
#957781
(149,119,129)
#9F848D
(159,132,141)
#A99199
(169,145,153)
#B39EA5
(179,158,165)
#BDABB1
(189,171,177)
#C7B8BD
(199,184,189)
#D1C5C9
(209,197,201)
#DBD2D5
(219,210,213)
#E5DFE1
(229,223,225)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6A75; }

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

This text font color is #8B6A75.

Background Color

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

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

This div background color is #8B6A75.

Border color

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

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

This div border color is #8B6A75.

Opacity

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

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

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

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

This text has shadow with #8B6A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6A75.

Preview

Color preview on black background

This text has color #8B6A75 on black background.


Color preview on white background

This text has color #8B6A75 on white background.


Black color preview on #8B6A75 background

This text has black color on #8B6A75 background.


White color preview on #8B6A75 background

This text has white color on #8B6A75 background.


Related colors

Complementary color

Complementary color for #hex is #74958A.


I love getcolorcode.com

Triadic colors

1 #758B6A and #6A758B with #8B6A75 are triadic colors.

2 #756A8B and #6A8B75 with #8B6A75 are triadic colors.