COLOR #6D715B

HEX: #6D715B RGB: (109,113,91)

Color info

#6D715B contains red, green and blue colors in about the same proportion. Web safe color of #6D715B is #666666 (or #666).

RGB color model

#6D715B color RGB value is (109,113,91).

RGB: (109,113,91) (43%, 44%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 91 of 255 = 36%

109
113
91

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

Portions of RGB colors in percentages

R + G + B = 109 + 113 + 91 = 313 (100%)
R 109 of 313 ~ 34.82%
G 113 of 313 ~ 36.1%
B 91 of 313 ~ 29.07'%

%34.82
%36.1
%29.07

CMYK color model

#6D715B color CMYK value is (4,0,19,56).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 55.69%
CMYK: (4,0,19,56) C4M0Y19K56 (4%,0%,19%,56%) (0.04/0.00/0.19/0.56) 

CMYK percentages

%3.54
%0
%19.47
%55.69

Codes

Color #6D715B in popluar color models

6D 71 5B
RGB 109 113 91
HSL 71° 10.78% 40.00%
HSB/HSV 71° 19.47% 44.31%
CMYK 3.54% 0.00% 19.47%
55.69%

Color #6D715B in popluar number systems.

HEX 6D 71 5B
Decimal 109 113 91
Binary 1101101 1110001 1011011
Octal 155 161 133

Shades and tints

Shades of #6D715B

#6D715B
(109,113,91)
#646753
(100,103,83)
#5B5D4B
(91,93,75)
#525343
(82,83,67)
#49493B
(73,73,59)
#403F33
(64,63,51)
#37352B
(55,53,43)
#2E2B23
(46,43,35)
#25211B
(37,33,27)
#1C1713
(28,23,19)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #6D715B

#6D715B
(109,113,91)
#7A7D69
(122,125,105)
#878977
(135,137,119)
#949585
(148,149,133)
#A1A193
(161,161,147)
#AEADA1
(174,173,161)
#BBB9AF
(187,185,175)
#C8C5BD
(200,197,189)
#D5D1CB
(213,209,203)
#E2DDD9
(226,221,217)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D715B color. Also use rgb(109,113,91) instead hex code.

Text Font Color

.myTextColor { color: #6D715B; }

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

This text font color is #6D715B.

Background Color

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

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

This div background color is #6D715B.

Border color

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

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

This div border color is #6D715B.

Opacity

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

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

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

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

This text has shadow with #6D715B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D715B.

Preview

Color preview on black background

This text has color #6D715B on black background.


Color preview on white background

This text has color #6D715B on white background.


Black color preview on #6D715B background

This text has black color on #6D715B background.


White color preview on #6D715B background

This text has white color on #6D715B background.


Related colors

Complementary color

Complementary color for #hex is #928EA4.


I love getcolorcode.com

Triadic colors

1 #5B6D71 and #715B6D with #6D715B are triadic colors.

2 #5B716D and #716D5B with #6D715B are triadic colors.