COLOR #6D816F

HEX: #6D816F
RGB: (109,129,111)

Color info

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

RGB color model

#6D816F color RGB value is (109,129,111).

  • red value is 109;
  • green value is 129;
  • blue value is 111.
RGB:
(109,129,111)
(43%,51%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 111 of 255 = 44%

109
129
111

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

Portions of RGB colors in percentages

R + G + B =
109 + 129 + 111 = 349 (100%)
R 109 of 349 ~ 31.23%
G 129 of 349 ~ 36.96%
B 111 of 349 ~ 31.81%

%31.23
%36.96
%31.81

CMYK color model

#6D816F color CMYK value is (16,0,14,49).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 49.41%
CMYK:
(16,0,14,49)
C16M0Y14K49 
(16%,0%,14%,49%)
(0.16/0.00/0.14/0.49)	

CMYK percentages

%15.5
%0
%13.95
%49.41

Codes

Color #6D816F in popluar color models

6D816F
RGB109129111
HSL126°8.40%46.67%
HSB/HSV126°15.50%50.59%
CMYK15.50%0.00%13.95%
49.41%

Color #6D816F in popluar number systems.

HEX6D816F
Decimal109129111
Binary1101101100000011101111
Octal155201157

Shades and tints

Shades of #6D816F

#6D816F
(109,129,111)
#647665
(100,118,101)
#5B6B5B
(91,107,91)
#526051
(82,96,81)
#495547
(73,85,71)
#404A3D
(64,74,61)
#373F33
(55,63,51)
#2E3429
(46,52,41)
#25291F
(37,41,31)
#1C1E15
(28,30,21)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #6D816F

#6D816F
(109,129,111)
#7A8C7C
(122,140,124)
#879789
(135,151,137)
#94A296
(148,162,150)
#A1ADA3
(161,173,163)
#AEB8B0
(174,184,176)
#BBC3BD
(187,195,189)
#C8CECA
(200,206,202)
#D5D9D7
(213,217,215)
#E2E4E4
(226,228,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D816F color. Also use rgb(109,129,111) instead hex code.

Text Font Color

.myTextColor { color: #6D816F; }

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

This text font color is #6D816F.


Background Color

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

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

This div background color is #6D816F.


Border color

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

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

This div border color is #6D816F.


Opacity

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

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

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

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

This text has shadow with #6D816F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D816F on black background.


Color preview on white background

This text has color #6D816F on white background.



Black color preview on #6D816F background

This text has black color on #6D816F background.


White color preview on #6D816F background

This text has white color on #6D816F background.