COLOR #6D815E

HEX: #6D815E RGB: (109,129,94)

Color info

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

RGB color model

#6D815E color RGB value is (109,129,94).

RGB: (109,129,94) (43%, 51%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 94 of 255 = 37%

109
129
94

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

Portions of RGB colors in percentages

R + G + B = 109 + 129 + 94 = 332 (100%)
R 109 of 332 ~ 32.83%
G 129 of 332 ~ 38.86%
B 94 of 332 ~ 28.31'%

%32.83
%38.86
%28.31

CMYK color model

#6D815E color CMYK value is (16,0,27,49).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 49.41%
CMYK: (16,0,27,49) C16M0Y27K49 (16%,0%,27%,49%) (0.16/0.00/0.27/0.49) 

CMYK percentages

%15.5
%0
%27.13
%49.41

Codes

Color #6D815E in popluar color models

6D 81 5E
RGB 109 129 94
HSL 94° 15.70% 43.73%
HSB/HSV 94° 27.13% 50.59%
CMYK 15.50% 0.00% 27.13%
49.41%

Color #6D815E in popluar number systems.

HEX 6D 81 5E
Decimal 109 129 94
Binary 1101101 10000001 1011110
Octal 155 201 136

Shades and tints

Shades of #6D815E

#6D815E
(109,129,94)
#647656
(100,118,86)
#5B6B4E
(91,107,78)
#526046
(82,96,70)
#49553E
(73,85,62)
#404A36
(64,74,54)
#373F2E
(55,63,46)
#2E3426
(46,52,38)
#25291E
(37,41,30)
#1C1E16
(28,30,22)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #6D815E

#6D815E
(109,129,94)
#7A8C6C
(122,140,108)
#87977A
(135,151,122)
#94A288
(148,162,136)
#A1AD96
(161,173,150)
#AEB8A4
(174,184,164)
#BBC3B2
(187,195,178)
#C8CEC0
(200,206,192)
#D5D9CE
(213,217,206)
#E2E4DC
(226,228,220)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D815E; }

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

This text font color is #6D815E.

Background Color

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

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

This div background color is #6D815E.

Border color

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

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

This div border color is #6D815E.

Opacity

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

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

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

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

This text has shadow with #6D815E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D815E.

Preview

Color preview on black background

This text has color #6D815E on black background.


Color preview on white background

This text has color #6D815E on white background.


Black color preview on #6D815E background

This text has black color on #6D815E background.


White color preview on #6D815E background

This text has white color on #6D815E background.


Related colors

Complementary color

Complementary color for #hex is #927EA1.


I love getcolorcode.com

Triadic colors

1 #5E6D81 and #815E6D with #6D815E are triadic colors.

2 #5E816D and #816D5E with #6D815E are triadic colors.