COLOR #856D6B

HEX: #856D6B RGB: (133,109,107)

Color info

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

RGB color model

#856D6B color RGB value is (133,109,107).

RGB: (133,109,107) (52%, 43%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 107 of 255 = 42%

133
109
107

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

Portions of RGB colors in percentages

R + G + B = 133 + 109 + 107 = 349 (100%)
R 133 of 349 ~ 38.11%
G 109 of 349 ~ 31.23%
B 107 of 349 ~ 30.66'%

%38.11
%31.23
%30.66

CMYK color model

#856D6B color CMYK value is (0,18,20,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 19.55%
  • key color value is 47.84%

CMYK: (0,18,20,48)
C0M18Y20K48 (0%, 18%, 20%, 48%)
(0.00 / 0.18 / 0.20 / 0.48)

CMYK percentages

%0
%18.05
%19.55
%47.84

Codes

Color #856D6B in popluar color models

85 6D 6B
RGB 133 109 107
HSL 10.83% 47.06%
HSB/HSV 19.55% 52.16%
CMYK 0.00% 18.05% 19.55%
47.84%

Color #856D6B in popluar number systems.

HEX 85 6D 6B
Decimal 133 109 107
Binary 10000101 1101101 1101011
Octal 205 155 153

Shades and tints

Shades of #856D6B

#856D6B
(133,109,107)
#796462
(121,100,98)
#6D5B59
(109,91,89)
#615250
(97,82,80)
#554947
(85,73,71)
#49403E
(73,64,62)
#3D3735
(61,55,53)
#312E2C
(49,46,44)
#252523
(37,37,35)
#191C1A
(25,28,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #856D6B

#856D6B
(133,109,107)
#907A78
(144,122,120)
#9B8785
(155,135,133)
#A69492
(166,148,146)
#B1A19F
(177,161,159)
#BCAEAC
(188,174,172)
#C7BBB9
(199,187,185)
#D2C8C6
(210,200,198)
#DDD5D3
(221,213,211)
#E8E2E0
(232,226,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856D6B color. Also use rgb(133,109,107) instead hex code.

Text Font Color

.myTextColor { color: #856D6B; }

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

This text font color is #856D6B.

Background Color

.myBgColor { background-color: #856D6B; }

<div style="background-color:#856D6B">Inner text</div>

This div background color is #856D6B.

Border color

.myBorderColor { border: 1px solid #856D6B; }

<div style="border:3px solid #856D6B">Div</div>

This div border color is #856D6B.

Opacity

.myOpacity80 { color: #856D6B; opacity: 0.8; }

<p style="color:#856D6B;opacity:0.8;">80%</p>

Text with #856D6B 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 #856D6B;}

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

This text has shadow with #856D6B color.


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

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

This text has shadow with #856D6B primary color and red secondary color.


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

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

This text has shadow with #856D6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #856D6B.

Preview

Color preview on black background

This text has color #856D6B on black background.


Color preview on white background

This text has color #856D6B on white background.


Black color preview on #856D6B background

This text has black color on #856D6B background.


White color preview on #856D6B background

This text has white color on #856D6B background.


Related colors

Complementary color

Complementary color for #hex is #7A9294.


I love getcolorcode.com

Triadic colors

1 #6B856D and #6D6B85 with #856D6B are triadic colors.

2 #6B6D85 and #6D856B with #856D6B are triadic colors.