COLOR #836A65

HEX: #836A65 RGB: (131,106,101)

Color info

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

RGB color model

#836A65 color RGB value is (131,106,101).

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

RGB channels and saturation

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

131
106
101

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

Portions of RGB colors in percentages

R + G + B = 131 + 106 + 101 = 338 (100%)
R 131 of 338 ~ 38.76%
G 106 of 338 ~ 31.36%
B 101 of 338 ~ 29.88'%

%38.76
%31.36
%29.88

CMYK color model

#836A65 color CMYK value is (0,19,23,49).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 22.90%
  • key color value is 48.63%
CMYK: (0,19,23,49) C0M19Y23K49 (0%,19%,23%,49%) (0.00/0.19/0.23/0.49) 

CMYK percentages

%0
%19.08
%22.9
%48.63

Codes

Color #836A65 in popluar color models

83 6A 65
RGB 131 106 101
HSL 10° 12.93% 45.49%
HSB/HSV 10° 22.90% 51.37%
CMYK 0.00% 19.08% 22.90%
48.63%

Color #836A65 in popluar number systems.

HEX 83 6A 65
Decimal 131 106 101
Binary 10000011 1101010 1100101
Octal 203 152 145

Shades and tints

Shades of #836A65

#836A65
(131,106,101)
#78615C
(120,97,92)
#6D5853
(109,88,83)
#624F4A
(98,79,74)
#574641
(87,70,65)
#4C3D38
(76,61,56)
#41342F
(65,52,47)
#362B26
(54,43,38)
#2B221D
(43,34,29)
#201914
(32,25,20)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #836A65

#836A65
(131,106,101)
#8E7773
(142,119,115)
#998481
(153,132,129)
#A4918F
(164,145,143)
#AF9E9D
(175,158,157)
#BAABAB
(186,171,171)
#C5B8B9
(197,184,185)
#D0C5C7
(208,197,199)
#DBD2D5
(219,210,213)
#E6DFE3
(230,223,227)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836A65; }

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

This text font color is #836A65.

Background Color

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

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

This div background color is #836A65.

Border color

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

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

This div border color is #836A65.

Opacity

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

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

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

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

This text has shadow with #836A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836A65.

Preview

Color preview on black background

This text has color #836A65 on black background.


Color preview on white background

This text has color #836A65 on white background.


Black color preview on #836A65 background

This text has black color on #836A65 background.


White color preview on #836A65 background

This text has white color on #836A65 background.


Related colors

Complementary color

Complementary color for #hex is #7C959A.


I love getcolorcode.com

Triadic colors

1 #65836A and #6A6583 with #836A65 are triadic colors.

2 #656A83 and #6A8365 with #836A65 are triadic colors.