COLOR #6D7F68

HEX: #6D7F68 RGB: (109,127,104)

Color info

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

RGB color model

#6D7F68 color RGB value is (109,127,104).

RGB: (109,127,104) (43%, 50%, 41%)

RGB channels and saturation

R 109 of 255 = 43%
G 127 of 255 = 50%
B 104 of 255 = 41%

109
127
104

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

Portions of RGB colors in percentages

R + G + B = 109 + 127 + 104 = 340 (100%)
R 109 of 340 ~ 32.06%
G 127 of 340 ~ 37.35%
B 104 of 340 ~ 30.59'%

%32.06
%37.35
%30.59

CMYK color model

#6D7F68 color CMYK value is (14,0,18,50).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 50.20%

CMYK: (14,0,18,50)
C14M0Y18K50 (14%, 0%, 18%, 50%)
(0.14 / 0.00 / 0.18 / 0.50)

CMYK percentages

%14.17
%0
%18.11
%50.2

Codes

Color #6D7F68 in popluar color models

6D 7F 68
RGB 109 127 104
HSL 107° 9.96% 45.29%
HSB/HSV 107° 18.11% 49.80%
CMYK 14.17% 0.00% 18.11%
50.20%

Color #6D7F68 in popluar number systems.

HEX 6D 7F 68
Decimal 109 127 104
Binary 1101101 1111111 1101000
Octal 155 177 150

Shades and tints

Shades of #6D7F68

#6D7F68
(109,127,104)
#64745F
(100,116,95)
#5B6956
(91,105,86)
#525E4D
(82,94,77)
#495344
(73,83,68)
#40483B
(64,72,59)
#373D32
(55,61,50)
#2E3229
(46,50,41)
#252720
(37,39,32)
#1C1C17
(28,28,23)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6D7F68

#6D7F68
(109,127,104)
#7A8A75
(122,138,117)
#879582
(135,149,130)
#94A08F
(148,160,143)
#A1AB9C
(161,171,156)
#AEB6A9
(174,182,169)
#BBC1B6
(187,193,182)
#C8CCC3
(200,204,195)
#D5D7D0
(213,215,208)
#E2E2DD
(226,226,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7F68 color. Also use rgb(109,127,104) instead hex code.

Text Font Color

.myTextColor { color: #6D7F68; }

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

This text font color is #6D7F68.

Background Color

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

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

This div background color is #6D7F68.

Border color

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

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

This div border color is #6D7F68.

Opacity

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

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

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

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

This text has shadow with #6D7F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7F68.

Preview

Color preview on black background

This text has color #6D7F68 on black background.


Color preview on white background

This text has color #6D7F68 on white background.


Black color preview on #6D7F68 background

This text has black color on #6D7F68 background.


White color preview on #6D7F68 background

This text has white color on #6D7F68 background.


Related colors

Complementary color

Complementary color for #hex is #928097.


I love getcolorcode.com

Triadic colors

1 #686D7F and #7F686D with #6D7F68 are triadic colors.

2 #687F6D and #7F6D68 with #6D7F68 are triadic colors.