COLOR #836C65

HEX: #836C65 RGB: (131,108,101)

Color info

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

RGB color model

#836C65 color RGB value is (131,108,101).

RGB: (131,108,101) (51%, 42%, 40%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 101 of 255 = 40%

131
108
101

R + G + B ~ 44%. #836C65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 108 + 101 = 340 (100%)
R 131 of 340 ~ 38.53%
G 108 of 340 ~ 31.76%
B 101 of 340 ~ 29.71'%

%38.53
%31.76
%29.71

CMYK color model

#836C65 color CMYK value is (0,18,23,49).

  • cyan value is 0.00%
  • magenta value is 17.56%
  • yellow value is 22.90%
  • key color value is 48.63%

CMYK: (0,18,23,49)
C0M18Y23K49 (0%, 18%, 23%, 49%)
(0.00 / 0.18 / 0.23 / 0.49)

CMYK percentages

%0
%17.56
%22.9
%48.63

Codes

Color #836C65 in popluar color models

83 6C 65
RGB 131 108 101
HSL 14° 12.93% 45.49%
HSB/HSV 14° 22.90% 51.37%
CMYK 0.00% 17.56% 22.90%
48.63%

Color #836C65 in popluar number systems.

HEX 83 6C 65
Decimal 131 108 101
Binary 10000011 1101100 1100101
Octal 203 154 145

Shades and tints

Shades of #836C65

#836C65
(131,108,101)
#78635C
(120,99,92)
#6D5A53
(109,90,83)
#62514A
(98,81,74)
#574841
(87,72,65)
#4C3F38
(76,63,56)
#41362F
(65,54,47)
#362D26
(54,45,38)
#2B241D
(43,36,29)
#201B14
(32,27,20)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #836C65

#836C65
(131,108,101)
#8E7973
(142,121,115)
#998681
(153,134,129)
#A4938F
(164,147,143)
#AFA09D
(175,160,157)
#BAADAB
(186,173,171)
#C5BAB9
(197,186,185)
#D0C7C7
(208,199,199)
#DBD4D5
(219,212,213)
#E6E1E3
(230,225,227)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836C65 color. Also use rgb(131,108,101) instead hex code.

Text Font Color

.myTextColor { color: #836C65; }

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

This text font color is #836C65.

Background Color

.myBgColor { background-color: #836C65; }

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

This div background color is #836C65.

Border color

.myBorderColor { border: 1px solid #836C65; }

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

This div border color is #836C65.

Opacity

.myOpacity80 { color: #836C65; opacity: 0.8; }

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

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

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

This text has shadow with #836C65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836C65.

Preview

Color preview on black background

This text has color #836C65 on black background.


Color preview on white background

This text has color #836C65 on white background.


Black color preview on #836C65 background

This text has black color on #836C65 background.


White color preview on #836C65 background

This text has white color on #836C65 background.


Related colors

Complementary color

Complementary color for #hex is #7C939A.


I love getcolorcode.com

Triadic colors

1 #65836C and #6C6583 with #836C65 are triadic colors.

2 #656C83 and #6C8365 with #836C65 are triadic colors.