COLOR #856E6C

HEX: #856E6C RGB: (133,110,108)

Color info

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

RGB color model

#856E6C color RGB value is (133,110,108).

RGB: (133,110,108) (52%, 43%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 108 of 255 = 42%

133
110
108

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 108 = 351 (100%)
R 133 of 351 ~ 37.89%
G 110 of 351 ~ 31.34%
B 108 of 351 ~ 30.77'%

%37.89
%31.34
%30.77

CMYK color model

#856E6C color CMYK value is (0,17,19,48).

  • cyan value is 0.00%
  • magenta value is 17.29%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (0,17,19,48)
C0M17Y19K48 (0%, 17%, 19%, 48%)
(0.00 / 0.17 / 0.19 / 0.48)

CMYK percentages

%0
%17.29
%18.8
%47.84

Codes

Color #856E6C in popluar color models

85 6E 6C
RGB 133 110 108
HSL 10.37% 47.25%
HSB/HSV 18.80% 52.16%
CMYK 0.00% 17.29% 18.80%
47.84%

Color #856E6C in popluar number systems.

HEX 85 6E 6C
Decimal 133 110 108
Binary 10000101 1101110 1101100
Octal 205 156 154

Shades and tints

Shades of #856E6C

#856E6C
(133,110,108)
#796463
(121,100,99)
#6D5A5A
(109,90,90)
#615051
(97,80,81)
#554648
(85,70,72)
#493C3F
(73,60,63)
#3D3236
(61,50,54)
#31282D
(49,40,45)
#251E24
(37,30,36)
#19141B
(25,20,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #856E6C

#856E6C
(133,110,108)
#907B79
(144,123,121)
#9B8886
(155,136,134)
#A69593
(166,149,147)
#B1A2A0
(177,162,160)
#BCAFAD
(188,175,173)
#C7BCBA
(199,188,186)
#D2C9C7
(210,201,199)
#DDD6D4
(221,214,212)
#E8E3E1
(232,227,225)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856E6C color. Also use rgb(133,110,108) instead hex code.

Text Font Color

.myTextColor { color: #856E6C; }

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

This text font color is #856E6C.

Background Color

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

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

This div background color is #856E6C.

Border color

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

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

This div border color is #856E6C.

Opacity

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

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

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

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

This text has shadow with #856E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856E6C.

Preview

Color preview on black background

This text has color #856E6C on black background.


Color preview on white background

This text has color #856E6C on white background.


Black color preview on #856E6C background

This text has black color on #856E6C background.


White color preview on #856E6C background

This text has white color on #856E6C background.


Related colors

Complementary color

Complementary color for #hex is #7A9193.


I love getcolorcode.com

Triadic colors

1 #6C856E and #6E6C85 with #856E6C are triadic colors.

2 #6C6E85 and #6E856C with #856E6C are triadic colors.