COLOR #8B6B63

HEX: #8B6B63 RGB: (139,107,99)

Color info

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

RGB color model

#8B6B63 color RGB value is (139,107,99).

RGB: (139,107,99) (55%, 42%, 39%)

RGB channels and saturation

R 139 of 255 = 55%
G 107 of 255 = 42%
B 99 of 255 = 39%

139
107
99

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

Portions of RGB colors in percentages

R + G + B = 139 + 107 + 99 = 345 (100%)
R 139 of 345 ~ 40.29%
G 107 of 345 ~ 31.01%
B 99 of 345 ~ 28.7'%

%40.29
%31.01
%28.7

CMYK color model

#8B6B63 color CMYK value is (0,23,29,45).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 28.78%
  • key color value is 45.49%

CMYK: (0,23,29,45)
C0M23Y29K45 (0%, 23%, 29%, 45%)
(0.00 / 0.23 / 0.29 / 0.45)

CMYK percentages

%0
%23.02
%28.78
%45.49

Codes

Color #8B6B63 in popluar color models

8B 6B 63
RGB 139 107 99
HSL 12° 16.81% 46.67%
HSB/HSV 12° 28.78% 54.51%
CMYK 0.00% 23.02% 28.78%
45.49%

Color #8B6B63 in popluar number systems.

HEX 8B 6B 63
Decimal 139 107 99
Binary 10001011 1101011 1100011
Octal 213 153 143

Shades and tints

Shades of #8B6B63

#8B6B63
(139,107,99)
#7F625A
(127,98,90)
#735951
(115,89,81)
#675048
(103,80,72)
#5B473F
(91,71,63)
#4F3E36
(79,62,54)
#43352D
(67,53,45)
#372C24
(55,44,36)
#2B231B
(43,35,27)
#1F1A12
(31,26,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #8B6B63

#8B6B63
(139,107,99)
#957871
(149,120,113)
#9F857F
(159,133,127)
#A9928D
(169,146,141)
#B39F9B
(179,159,155)
#BDACA9
(189,172,169)
#C7B9B7
(199,185,183)
#D1C6C5
(209,198,197)
#DBD3D3
(219,211,211)
#E5E0E1
(229,224,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6B63 color. Also use rgb(139,107,99) instead hex code.

Text Font Color

.myTextColor { color: #8B6B63; }

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

This text font color is #8B6B63.

Background Color

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

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

This div background color is #8B6B63.

Border color

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

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

This div border color is #8B6B63.

Opacity

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

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

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

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

This text has shadow with #8B6B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6B63.

Preview

Color preview on black background

This text has color #8B6B63 on black background.


Color preview on white background

This text has color #8B6B63 on white background.


Black color preview on #8B6B63 background

This text has black color on #8B6B63 background.


White color preview on #8B6B63 background

This text has white color on #8B6B63 background.


Related colors

Complementary color

Complementary color for #hex is #74949C.


I love getcolorcode.com

Triadic colors

1 #638B6B and #6B638B with #8B6B63 are triadic colors.

2 #636B8B and #6B8B63 with #8B6B63 are triadic colors.