COLOR #836B6A

HEX: #836B6A RGB: (131,107,106)

Color info

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

RGB color model

#836B6A color RGB value is (131,107,106).

RGB: (131,107,106) (51%, 42%, 42%)

RGB channels and saturation

R 131 of 255 = 51%
G 107 of 255 = 42%
B 106 of 255 = 42%

131
107
106

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

Portions of RGB colors in percentages

R + G + B = 131 + 107 + 106 = 344 (100%)
R 131 of 344 ~ 38.08%
G 107 of 344 ~ 31.1%
B 106 of 344 ~ 30.81'%

%38.08
%31.1
%30.81

CMYK color model

#836B6A color CMYK value is (0,18,19,49).

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 19.08%
  • key color value is 48.63%

CMYK: (0,18,19,49)
C0M18Y19K49 (0%, 18%, 19%, 49%)
(0.00 / 0.18 / 0.19 / 0.49)

CMYK percentages

%0
%18.32
%19.08
%48.63

Codes

Color #836B6A in popluar color models

83 6B 6A
RGB 131 107 106
HSL 10.55% 46.47%
HSB/HSV 19.08% 51.37%
CMYK 0.00% 18.32% 19.08%
48.63%

Color #836B6A in popluar number systems.

HEX 83 6B 6A
Decimal 131 107 106
Binary 10000011 1101011 1101010
Octal 203 153 152

Shades and tints

Shades of #836B6A

#836B6A
(131,107,106)
#786261
(120,98,97)
#6D5958
(109,89,88)
#62504F
(98,80,79)
#574746
(87,71,70)
#4C3E3D
(76,62,61)
#413534
(65,53,52)
#362C2B
(54,44,43)
#2B2322
(43,35,34)
#201A19
(32,26,25)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #836B6A

#836B6A
(131,107,106)
#8E7877
(142,120,119)
#998584
(153,133,132)
#A49291
(164,146,145)
#AF9F9E
(175,159,158)
#BAACAB
(186,172,171)
#C5B9B8
(197,185,184)
#D0C6C5
(208,198,197)
#DBD3D2
(219,211,210)
#E6E0DF
(230,224,223)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836B6A; }

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

This text font color is #836B6A.

Background Color

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

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

This div background color is #836B6A.

Border color

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

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

This div border color is #836B6A.

Opacity

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

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

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

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

This text has shadow with #836B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836B6A.

Preview

Color preview on black background

This text has color #836B6A on black background.


Color preview on white background

This text has color #836B6A on white background.


Black color preview on #836B6A background

This text has black color on #836B6A background.


White color preview on #836B6A background

This text has white color on #836B6A background.


Related colors

Complementary color

Complementary color for #hex is #7C9495.


I love getcolorcode.com

Triadic colors

1 #6A836B and #6B6A83 with #836B6A are triadic colors.

2 #6A6B83 and #6B836A with #836B6A are triadic colors.