COLOR #6D715C

HEX: #6D715C
RGB: (109,113,92)

Color info

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

RGB color model

#6D715C color RGB value is (109,113,92).

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

RGB channels and saturation

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

109
113
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 113 + 92 = 314 (100%)
R 109 of 314 ~ 34.71%
G 113 of 314 ~ 35.99%
B 92 of 314 ~ 29.3%

%34.71
%35.99
%29.3

CMYK color model

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

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • 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
%18.58
%55.69

Codes

Color #6D715C in popluar color models

6D715C
RGB10911392
HSL71°10.24%40.20%
HSB/HSV71°18.58%44.31%
CMYK3.54%0.00%18.58%
55.69%

Color #6D715C in popluar number systems.

HEX6D715C
Decimal10911392
Binary110110111100011011100
Octal155161134

Shades and tints

Shades of #6D715C

#6D715C
(109,113,92)
#646754
(100,103,84)
#5B5D4C
(91,93,76)
#525344
(82,83,68)
#49493C
(73,73,60)
#403F34
(64,63,52)
#37352C
(55,53,44)
#2E2B24
(46,43,36)
#25211C
(37,33,28)
#1C1714
(28,23,20)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #6D715C

#6D715C
(109,113,92)
#7A7D6A
(122,125,106)
#878978
(135,137,120)
#949586
(148,149,134)
#A1A194
(161,161,148)
#AEADA2
(174,173,162)
#BBB9B0
(187,185,176)
#C8C5BE
(200,197,190)
#D5D1CC
(213,209,204)
#E2DDDA
(226,221,218)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D715C; }

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

This text font color is #6D715C.


Background Color

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

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

This div background color is #6D715C.


Border color

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

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

This div border color is #6D715C.


Opacity

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

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

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

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

This text has shadow with #6D715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D715C on black background.


Color preview on white background

This text has color #6D715C on white background.



Black color preview on #6D715C background

This text has black color on #6D715C background.


White color preview on #6D715C background

This text has white color on #6D715C background.