COLOR #8B6C64

HEX: #8B6C64 RGB: (139,108,100)

Color info

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

RGB color model

#8B6C64 color RGB value is (139,108,100).

RGB: (139,108,100) (55%, 42%, 39%)

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 100 of 255 = 39%

139
108
100

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

Portions of RGB colors in percentages

R + G + B = 139 + 108 + 100 = 347 (100%)
R 139 of 347 ~ 40.06%
G 108 of 347 ~ 31.12%
B 100 of 347 ~ 28.82'%

%40.06
%31.12
%28.82

CMYK color model

#8B6C64 color CMYK value is (0,22,28,45).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 28.06%
  • key color value is 45.49%

CMYK: (0,22,28,45)
C0M22Y28K45 (0%, 22%, 28%, 45%)
(0.00 / 0.22 / 0.28 / 0.45)

CMYK percentages

%0
%22.3
%28.06
%45.49

Codes

Color #8B6C64 in popluar color models

8B 6C 64
RGB 139 108 100
HSL 12° 16.32% 46.86%
HSB/HSV 12° 28.06% 54.51%
CMYK 0.00% 22.30% 28.06%
45.49%

Color #8B6C64 in popluar number systems.

HEX 8B 6C 64
Decimal 139 108 100
Binary 10001011 1101100 1100100
Octal 213 154 144

Shades and tints

Shades of #8B6C64

#8B6C64
(139,108,100)
#7F635B
(127,99,91)
#735A52
(115,90,82)
#675149
(103,81,73)
#5B4840
(91,72,64)
#4F3F37
(79,63,55)
#43362E
(67,54,46)
#372D25
(55,45,37)
#2B241C
(43,36,28)
#1F1B13
(31,27,19)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #8B6C64

#8B6C64
(139,108,100)
#957972
(149,121,114)
#9F8680
(159,134,128)
#A9938E
(169,147,142)
#B3A09C
(179,160,156)
#BDADAA
(189,173,170)
#C7BAB8
(199,186,184)
#D1C7C6
(209,199,198)
#DBD4D4
(219,212,212)
#E5E1E2
(229,225,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6C64; }

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

This text font color is #8B6C64.

Background Color

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

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

This div background color is #8B6C64.

Border color

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

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

This div border color is #8B6C64.

Opacity

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

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

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

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

This text has shadow with #8B6C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6C64.

Preview

Color preview on black background

This text has color #8B6C64 on black background.


Color preview on white background

This text has color #8B6C64 on white background.


Black color preview on #8B6C64 background

This text has black color on #8B6C64 background.


White color preview on #8B6C64 background

This text has white color on #8B6C64 background.


Related colors

Complementary color

Complementary color for #hex is #74939B.


I love getcolorcode.com

Triadic colors

1 #648B6C and #6C648B with #8B6C64 are triadic colors.

2 #646C8B and #6C8B64 with #8B6C64 are triadic colors.