COLOR #856E63

HEX: #856E63 RGB: (133,110,99)

Color info

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

RGB color model

#856E63 color RGB value is (133,110,99).

RGB: (133,110,99) (52%, 43%, 39%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 99 of 255 = 39%

133
110
99

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

Portions of RGB colors in percentages

R + G + B = 133 + 110 + 99 = 342 (100%)
R 133 of 342 ~ 38.89%
G 110 of 342 ~ 32.16%
B 99 of 342 ~ 28.95'%

%38.89
%32.16
%28.95

CMYK color model

#856E63 color CMYK value is (0,17,26,48).

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

CMYK: (0,17,26,48)
C0M17Y26K48 (0%, 17%, 26%, 48%)
(0.00 / 0.17 / 0.26 / 0.48)

CMYK percentages

%0
%17.29
%25.56
%47.84

Codes

Color #856E63 in popluar color models

85 6E 63
RGB 133 110 99
HSL 19° 14.66% 45.49%
HSB/HSV 19° 25.56% 52.16%
CMYK 0.00% 17.29% 25.56%
47.84%

Color #856E63 in popluar number systems.

HEX 85 6E 63
Decimal 133 110 99
Binary 10000101 1101110 1100011
Octal 205 156 143

Shades and tints

Shades of #856E63

#856E63
(133,110,99)
#79645A
(121,100,90)
#6D5A51
(109,90,81)
#615048
(97,80,72)
#55463F
(85,70,63)
#493C36
(73,60,54)
#3D322D
(61,50,45)
#312824
(49,40,36)
#251E1B
(37,30,27)
#191412
(25,20,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #856E63

#856E63
(133,110,99)
#907B71
(144,123,113)
#9B887F
(155,136,127)
#A6958D
(166,149,141)
#B1A29B
(177,162,155)
#BCAFA9
(188,175,169)
#C7BCB7
(199,188,183)
#D2C9C5
(210,201,197)
#DDD6D3
(221,214,211)
#E8E3E1
(232,227,225)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E63; }

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

This text font color is #856E63.

Background Color

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

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

This div background color is #856E63.

Border color

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

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

This div border color is #856E63.

Opacity

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

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

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

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

This text has shadow with #856E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856E63.

Preview

Color preview on black background

This text has color #856E63 on black background.


Color preview on white background

This text has color #856E63 on white background.


Black color preview on #856E63 background

This text has black color on #856E63 background.


White color preview on #856E63 background

This text has white color on #856E63 background.


Related colors

Complementary color

Complementary color for #hex is #7A919C.


I love getcolorcode.com

Triadic colors

1 #63856E and #6E6385 with #856E63 are triadic colors.

2 #636E85 and #6E8563 with #856E63 are triadic colors.