COLOR #6D716F

HEX: #6D716F RGB: (109,113,111)

Color info

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

RGB color model

#6D716F color RGB value is (109,113,111).

RGB: (109,113,111) (43%, 44%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 113 of 255 = 44%
B 111 of 255 = 44%

109
113
111

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

Portions of RGB colors in percentages

R + G + B = 109 + 113 + 111 = 333 (100%)
R 109 of 333 ~ 32.73%
G 113 of 333 ~ 33.93%
B 111 of 333 ~ 33.33'%

%32.73
%33.93
%33.33

CMYK color model

#6D716F color CMYK value is (4,0,2,56).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 55.69%

CMYK: (4,0,2,56)
C4M0Y2K56 (4%, 0%, 2%, 56%)
(0.04 / 0.00 / 0.02 / 0.56)

CMYK percentages

%3.54
%0
%1.77
%55.69

Codes

Color #6D716F in popluar color models

6D 71 6F
RGB 109 113 111
HSL 150° 1.80% 43.53%
HSB/HSV 150° 3.54% 44.31%
CMYK 3.54% 0.00% 1.77%
55.69%

Color #6D716F in popluar number systems.

HEX 6D 71 6F
Decimal 109 113 111
Binary 1101101 1110001 1101111
Octal 155 161 157

Shades and tints

Shades of #6D716F

#6D716F
(109,113,111)
#646765
(100,103,101)
#5B5D5B
(91,93,91)
#525351
(82,83,81)
#494947
(73,73,71)
#403F3D
(64,63,61)
#373533
(55,53,51)
#2E2B29
(46,43,41)
#25211F
(37,33,31)
#1C1715
(28,23,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #6D716F

#6D716F
(109,113,111)
#7A7D7C
(122,125,124)
#878989
(135,137,137)
#949596
(148,149,150)
#A1A1A3
(161,161,163)
#AEADB0
(174,173,176)
#BBB9BD
(187,185,189)
#C8C5CA
(200,197,202)
#D5D1D7
(213,209,215)
#E2DDE4
(226,221,228)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D716F; }

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

This text font color is #6D716F.

Background Color

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

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

This div background color is #6D716F.

Border color

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

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

This div border color is #6D716F.

Opacity

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

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

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

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

This text has shadow with #6D716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D716F.

Preview

Color preview on black background

This text has color #6D716F on black background.


Color preview on white background

This text has color #6D716F on white background.


Black color preview on #6D716F background

This text has black color on #6D716F background.


White color preview on #6D716F background

This text has white color on #6D716F background.


Related colors

Complementary color

Complementary color for #hex is #928E90.


I love getcolorcode.com

Triadic colors

1 #6F6D71 and #716F6D with #6D716F are triadic colors.

2 #6F716D and #716D6F with #6D716F are triadic colors.