COLOR #856E6D

HEX: #856E6D RGB: (133,110,109)

Color info

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

RGB color model

#856E6D color RGB value is (133,110,109).

RGB: (133,110,109) (52%, 43%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 109 of 255 = 43%

133
110
109

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 109 = 352 (100%)
R 133 of 352 ~ 37.78%
G 110 of 352 ~ 31.25%
B 109 of 352 ~ 30.97'%

%37.78
%31.25
%30.97

CMYK color model

#856E6D color CMYK value is (0,17,18,48).

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

CMYK: (0,17,18,48)
C0M17Y18K48 (0%, 17%, 18%, 48%)
(0.00 / 0.17 / 0.18 / 0.48)

CMYK percentages

%0
%17.29
%18.05
%47.84

Codes

Color #856E6D in popluar color models

85 6E 6D
RGB 133 110 109
HSL 9.92% 47.45%
HSB/HSV 18.05% 52.16%
CMYK 0.00% 17.29% 18.05%
47.84%

Color #856E6D in popluar number systems.

HEX 85 6E 6D
Decimal 133 110 109
Binary 10000101 1101110 1101101
Octal 205 156 155

Shades and tints

Shades of #856E6D

#856E6D
(133,110,109)
#796464
(121,100,100)
#6D5A5B
(109,90,91)
#615052
(97,80,82)
#554649
(85,70,73)
#493C40
(73,60,64)
#3D3237
(61,50,55)
#31282E
(49,40,46)
#251E25
(37,30,37)
#19141C
(25,20,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #856E6D

#856E6D
(133,110,109)
#907B7A
(144,123,122)
#9B8887
(155,136,135)
#A69594
(166,149,148)
#B1A2A1
(177,162,161)
#BCAFAE
(188,175,174)
#C7BCBB
(199,188,187)
#D2C9C8
(210,201,200)
#DDD6D5
(221,214,213)
#E8E3E2
(232,227,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E6D; }

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

This text font color is #856E6D.

Background Color

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

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

This div background color is #856E6D.

Border color

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

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

This div border color is #856E6D.

Opacity

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

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

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

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

This text has shadow with #856E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856E6D.

Preview

Color preview on black background

This text has color #856E6D on black background.


Color preview on white background

This text has color #856E6D on white background.


Black color preview on #856E6D background

This text has black color on #856E6D background.


White color preview on #856E6D background

This text has white color on #856E6D background.


Related colors

Complementary color

Complementary color for #hex is #7A9192.


I love getcolorcode.com

Triadic colors

1 #6D856E and #6E6D85 with #856E6D are triadic colors.

2 #6D6E85 and #6E856D with #856E6D are triadic colors.