COLOR #6D715F

HEX: #6D715F
RGB: (109,113,95)

Color info

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

RGB color model

#6D715F color RGB value is (109,113,95).

  • red value is 109;
  • green value is 113;
  • blue value is 95.
RGB:
(109,113,95)
(43%,44%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 95 of 255 = 37%

109
113
95

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

Portions of RGB colors in percentages

R + G + B =
109 + 113 + 95 = 317 (100%)
R 109 of 317 ~ 34.38%
G 113 of 317 ~ 35.65%
B 95 of 317 ~ 29.97%

%34.38
%35.65
%29.97

CMYK color model

#6D715F color CMYK value is (4,0,16,56).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 15.93%
  • key color value is 55.69%
CMYK:
(4,0,16,56)
C4M0Y16K56 
(4%,0%,16%,56%)
(0.04/0.00/0.16/0.56)	

CMYK percentages

%3.54
%0
%15.93
%55.69

Codes

Color #6D715F in popluar color models

6D715F
RGB10911395
HSL73°8.65%40.78%
HSB/HSV73°15.93%44.31%
CMYK3.54%0.00%15.93%
55.69%

Color #6D715F in popluar number systems.

HEX6D715F
Decimal10911395
Binary110110111100011011111
Octal155161137

Shades and tints

Shades of #6D715F

#6D715F
(109,113,95)
#646757
(100,103,87)
#5B5D4F
(91,93,79)
#525347
(82,83,71)
#49493F
(73,73,63)
#403F37
(64,63,55)
#37352F
(55,53,47)
#2E2B27
(46,43,39)
#25211F
(37,33,31)
#1C1717
(28,23,23)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D715F

#6D715F
(109,113,95)
#7A7D6D
(122,125,109)
#87897B
(135,137,123)
#949589
(148,149,137)
#A1A197
(161,161,151)
#AEADA5
(174,173,165)
#BBB9B3
(187,185,179)
#C8C5C1
(200,197,193)
#D5D1CF
(213,209,207)
#E2DDDD
(226,221,221)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D715F; }

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

This text font color is #6D715F.


Background Color

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

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

This div background color is #6D715F.


Border color

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

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

This div border color is #6D715F.


Opacity

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

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

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

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

This text has shadow with #6D715F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D715F on black background.


Color preview on white background

This text has color #6D715F on white background.



Black color preview on #6D715F background

This text has black color on #6D715F background.


White color preview on #6D715F background

This text has white color on #6D715F background.