COLOR #836655

HEX: #836655
RGB: (131,102,85)

Color info

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

RGB color model

#836655 color RGB value is (131,102,85).

  • red value is 131;
  • green value is 102;
  • blue value is 85.
RGB:
(131,102,85)
(51%,40%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 102 of 255 = 40%
B 85 of 255 = 33%

131
102
85

R + G + B ~ 41%. #836655 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 102 + 85 = 318 (100%)
R 131 of 318 ~ 41.19%
G 102 of 318 ~ 32.08%
B 85 of 318 ~ 26.73%

%41.19
%32.08
%26.73

CMYK color model

#836655 color CMYK value is (0,22,35,49).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 35.11%
  • key color value is 48.63%
CMYK:
(0,22,35,49)
C0M22Y35K49 
(0%,22%,35%,49%)
(0.00/0.22/0.35/0.49)	

CMYK percentages

%0
%22.14
%35.11
%48.63

Codes

Color #836655 in popluar color models

836655
RGB13110285
HSL22°21.30%42.35%
HSB/HSV22°35.11%51.37%
CMYK0.00%22.14%35.11%
48.63%

Color #836655 in popluar number systems.

HEX836655
Decimal13110285
Binary1000001111001101010101
Octal203146125

Shades and tints

Shades of #836655

#836655
(131,102,85)
#785D4E
(120,93,78)
#6D5447
(109,84,71)
#624B40
(98,75,64)
#574239
(87,66,57)
#4C3932
(76,57,50)
#41302B
(65,48,43)
#362724
(54,39,36)
#2B1E1D
(43,30,29)
#201516
(32,21,22)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #836655

#836655
(131,102,85)
#8E7364
(142,115,100)
#998073
(153,128,115)
#A48D82
(164,141,130)
#AF9A91
(175,154,145)
#BAA7A0
(186,167,160)
#C5B4AF
(197,180,175)
#D0C1BE
(208,193,190)
#DBCECD
(219,206,205)
#E6DBDC
(230,219,220)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836655 color. Also use rgb(131,102,85) instead hex code.

Text Font Color

.myTextColor { color: #836655; }

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

This text font color is #836655.


Background Color

.myBgColor { background-color: #836655; }

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

This div background color is #836655.


Border color

.myBorderColor { border: 1px solid #836655; }

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

This div border color is #836655.


Opacity

.myOpacity80 { color: #836655; opacity: 0.8; }

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

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

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

This text has shadow with #836655 color.

.textShadow {text-shadow: 3px 3px 1px #836655, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #836655;
-webkit-box-shadow: 1px 1px 3px 2px #836655;
box-shadow:1px 1px 3px 2px #836655;">
Div content here</div>
This div box has shadow with color #836655.

Preview

Color preview on black background

This text has color #836655 on black background.


Color preview on white background

This text has color #836655 on white background.



Black color preview on #836655 background

This text has black color on #836655 background.


White color preview on #836655 background

This text has white color on #836655 background.