COLOR #6D836E

HEX: #6D836E
RGB: (109,131,110)

Color info

#6D836E contains red, green and blue colors in about the same proportion. Web safe color of #6D836E is #669966 (or #696).

RGB color model

#6D836E color RGB value is (109,131,110).

  • red value is 109;
  • green value is 131;
  • blue value is 110.
RGB:
(109,131,110)
(43%,51%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 110 of 255 = 43%

109
131
110

R + G + B ~ 46%. #6D836E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 110 = 350 (100%)
R 109 of 350 ~ 31.14%
G 131 of 350 ~ 37.43%
B 110 of 350 ~ 31.43%

%31.14
%37.43
%31.43

CMYK color model

#6D836E color CMYK value is (17,0,16,49).

  • cyan value is 16.79%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(17,0,16,49)
C17M0Y16K49 
(17%,0%,16%,49%)
(0.17/0.00/0.16/0.49)	

CMYK percentages

%16.79
%0
%16.03
%48.63

Codes

Color #6D836E in popluar color models

6D836E
RGB109131110
HSL123°9.17%47.06%
HSB/HSV123°16.79%51.37%
CMYK16.79%0.00%16.03%
48.63%

Color #6D836E in popluar number systems.

HEX6D836E
Decimal109131110
Binary1101101100000111101110
Octal155203156

Shades and tints

Shades of #6D836E

#6D836E
(109,131,110)
#647864
(100,120,100)
#5B6D5A
(91,109,90)
#526250
(82,98,80)
#495746
(73,87,70)
#404C3C
(64,76,60)
#374132
(55,65,50)
#2E3628
(46,54,40)
#252B1E
(37,43,30)
#1C2014
(28,32,20)
#13150A
(19,21,10)
#000000
(0,0,0)

Tints of #6D836E

#6D836E
(109,131,110)
#7A8E7B
(122,142,123)
#879988
(135,153,136)
#94A495
(148,164,149)
#A1AFA2
(161,175,162)
#AEBAAF
(174,186,175)
#BBC5BC
(187,197,188)
#C8D0C9
(200,208,201)
#D5DBD6
(213,219,214)
#E2E6E3
(226,230,227)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D836E color. Also use rgb(109,131,110) instead hex code.

Text Font Color

.myTextColor { color: #6D836E; }

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

This text font color is #6D836E.


Background Color

.myBgColor { background-color: #6D836E; }

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

This div background color is #6D836E.


Border color

.myBorderColor { border: 1px solid #6D836E; }

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

This div border color is #6D836E.


Opacity

.myOpacity80 { color: #6D836E; opacity: 0.8; }

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

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

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

This text has shadow with #6D836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D836E on black background.


Color preview on white background

This text has color #6D836E on white background.



Black color preview on #6D836E background

This text has black color on #6D836E background.


White color preview on #6D836E background

This text has white color on #6D836E background.