COLOR #6D756B

HEX: #6D756B
RGB: (109,117,107)

Color info

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

RGB color model

#6D756B color RGB value is (109,117,107).

  • red value is 109;
  • green value is 117;
  • blue value is 107.
RGB:
(109,117,107)
(43%,46%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 117 of 255 = 46%
B 107 of 255 = 42%

109
117
107

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

Portions of RGB colors in percentages

R + G + B =
109 + 117 + 107 = 333 (100%)
R 109 of 333 ~ 32.73%
G 117 of 333 ~ 35.14%
B 107 of 333 ~ 32.13%

%32.73
%35.14
%32.13

CMYK color model

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

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK:
(7,0,9,54)
C7M0Y9K54 
(7%,0%,9%,54%)
(0.07/0.00/0.09/0.54)	

CMYK percentages

%6.84
%0
%8.55
%54.12

Codes

Color #6D756B in popluar color models

6D756B
RGB109117107
HSL108°4.46%43.92%
HSB/HSV108°8.55%45.88%
CMYK6.84%0.00%8.55%
54.12%

Color #6D756B in popluar number systems.

HEX6D756B
Decimal109117107
Binary110110111101011101011
Octal155165153

Shades and tints

Shades of #6D756B

#6D756B
(109,117,107)
#646B62
(100,107,98)
#5B6159
(91,97,89)
#525750
(82,87,80)
#494D47
(73,77,71)
#40433E
(64,67,62)
#373935
(55,57,53)
#2E2F2C
(46,47,44)
#252523
(37,37,35)
#1C1B1A
(28,27,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #6D756B

#6D756B
(109,117,107)
#7A8178
(122,129,120)
#878D85
(135,141,133)
#949992
(148,153,146)
#A1A59F
(161,165,159)
#AEB1AC
(174,177,172)
#BBBDB9
(187,189,185)
#C8C9C6
(200,201,198)
#D5D5D3
(213,213,211)
#E2E1E0
(226,225,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D756B; }

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

This text font color is #6D756B.


Background Color

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

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

This div background color is #6D756B.


Border color

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

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

This div border color is #6D756B.


Opacity

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

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

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

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

This text has shadow with #6D756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D756B on black background.


Color preview on white background

This text has color #6D756B on white background.



Black color preview on #6D756B background

This text has black color on #6D756B background.


White color preview on #6D756B background

This text has white color on #6D756B background.