COLOR #6D756E

HEX: #6D756E RGB: (109,117,110)

Color info

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

RGB color model

#6D756E color RGB value is (109,117,110).

RGB: (109,117,110) (43%, 46%, 43%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 110 of 255 = 43%

109
117
110

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

Portions of RGB colors in percentages

R + G + B = 109 + 117 + 110 = 336 (100%)
R 109 of 336 ~ 32.44%
G 117 of 336 ~ 34.82%
B 110 of 336 ~ 32.74'%

%32.44
%34.82
%32.74

CMYK color model

#6D756E color CMYK value is (7,0,6,54).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%

CMYK: (7,0,6,54)
C7M0Y6K54 (7%, 0%, 6%, 54%)
(0.07 / 0.00 / 0.06 / 0.54)

CMYK percentages

%6.84
%0
%5.98
%54.12

Codes

Color #6D756E in popluar color models

6D 75 6E
RGB 109 117 110
HSL 128° 3.54% 44.31%
HSB/HSV 128° 6.84% 45.88%
CMYK 6.84% 0.00% 5.98%
54.12%

Color #6D756E in popluar number systems.

HEX 6D 75 6E
Decimal 109 117 110
Binary 1101101 1110101 1101110
Octal 155 165 156

Shades and tints

Shades of #6D756E

#6D756E
(109,117,110)
#646B64
(100,107,100)
#5B615A
(91,97,90)
#525750
(82,87,80)
#494D46
(73,77,70)
#40433C
(64,67,60)
#373932
(55,57,50)
#2E2F28
(46,47,40)
#25251E
(37,37,30)
#1C1B14
(28,27,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #6D756E

#6D756E
(109,117,110)
#7A817B
(122,129,123)
#878D88
(135,141,136)
#949995
(148,153,149)
#A1A5A2
(161,165,162)
#AEB1AF
(174,177,175)
#BBBDBC
(187,189,188)
#C8C9C9
(200,201,201)
#D5D5D6
(213,213,214)
#E2E1E3
(226,225,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D756E color. Also use rgb(109,117,110) instead hex code.

Text Font Color

.myTextColor { color: #6D756E; }

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

This text font color is #6D756E.

Background Color

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

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

This div background color is #6D756E.

Border color

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

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

This div border color is #6D756E.

Opacity

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

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

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

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

This text has shadow with #6D756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D756E.

Preview

Color preview on black background

This text has color #6D756E on black background.


Color preview on white background

This text has color #6D756E on white background.


Black color preview on #6D756E background

This text has black color on #6D756E background.


White color preview on #6D756E background

This text has white color on #6D756E background.


Related colors

Complementary color

Complementary color for #hex is #928A91.


I love getcolorcode.com

Triadic colors

1 #6E6D75 and #756E6D with #6D756E are triadic colors.

2 #6E756D and #756D6E with #6D756E are triadic colors.