COLOR #6D705C

HEX: #6D705C
RGB: (109,112,92)

Color info

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

RGB color model

#6D705C color RGB value is (109,112,92).

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

RGB channels and saturation

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

109
112
92

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

Portions of RGB colors in percentages

R + G + B =
109 + 112 + 92 = 313 (100%)
R 109 of 313 ~ 34.82%
G 112 of 313 ~ 35.78%
B 92 of 313 ~ 29.39%

%34.82
%35.78
%29.39

CMYK color model

#6D705C color CMYK value is (3,0,18,56).

  • cyan value is 2.68%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 56.08%
CMYK:
(3,0,18,56)
C3M0Y18K56 
(3%,0%,18%,56%)
(0.03/0.00/0.18/0.56)	

CMYK percentages

%2.68
%0
%17.86
%56.08

Codes

Color #6D705C in popluar color models

6D705C
RGB10911292
HSL69°9.80%40.00%
HSB/HSV69°17.86%43.92%
CMYK2.68%0.00%17.86%
56.08%

Color #6D705C in popluar number systems.

HEX6D705C
Decimal10911292
Binary110110111100001011100
Octal155160134

Shades and tints

Shades of #6D705C

#6D705C
(109,112,92)
#646654
(100,102,84)
#5B5C4C
(91,92,76)
#525244
(82,82,68)
#49483C
(73,72,60)
#403E34
(64,62,52)
#37342C
(55,52,44)
#2E2A24
(46,42,36)
#25201C
(37,32,28)
#1C1614
(28,22,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #6D705C

#6D705C
(109,112,92)
#7A7D6A
(122,125,106)
#878A78
(135,138,120)
#949786
(148,151,134)
#A1A494
(161,164,148)
#AEB1A2
(174,177,162)
#BBBEB0
(187,190,176)
#C8CBBE
(200,203,190)
#D5D8CC
(213,216,204)
#E2E5DA
(226,229,218)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D705C; }

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

This text font color is #6D705C.


Background Color

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

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

This div background color is #6D705C.


Border color

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

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

This div border color is #6D705C.


Opacity

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

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

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

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

This text has shadow with #6D705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D705C on black background.


Color preview on white background

This text has color #6D705C on white background.



Black color preview on #6D705C background

This text has black color on #6D705C background.


White color preview on #6D705C background

This text has white color on #6D705C background.