COLOR #6D665E

HEX: #6D665E
RGB: (109,102,94)

Color info

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

RGB color model

#6D665E color RGB value is (109,102,94).

  • red value is 109;
  • green value is 102;
  • blue value is 94.
RGB:
(109,102,94)
(43%,40%,37%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 94 of 255 = 37%

109
102
94

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 94 = 305 (100%)
R 109 of 305 ~ 35.74%
G 102 of 305 ~ 33.44%
B 94 of 305 ~ 30.82%

%35.74
%33.44
%30.82

CMYK color model

#6D665E color CMYK value is (0,6,14,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 13.76%
  • key color value is 57.25%
CMYK:
(0,6,14,57)
C0M6Y14K57 
(0%,6%,14%,57%)
(0.00/0.06/0.14/0.57)	

CMYK percentages

%0
%6.42
%13.76
%57.25

Codes

Color #6D665E in popluar color models

6D665E
RGB10910294
HSL32°7.39%39.80%
HSB/HSV32°13.76%42.75%
CMYK0.00%6.42%13.76%
57.25%

Color #6D665E in popluar number systems.

HEX6D665E
Decimal10910294
Binary110110111001101011110
Octal155146136

Shades and tints

Shades of #6D665E

#6D665E
(109,102,94)
#645D56
(100,93,86)
#5B544E
(91,84,78)
#524B46
(82,75,70)
#49423E
(73,66,62)
#403936
(64,57,54)
#37302E
(55,48,46)
#2E2726
(46,39,38)
#251E1E
(37,30,30)
#1C1516
(28,21,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #6D665E

#6D665E
(109,102,94)
#7A736C
(122,115,108)
#87807A
(135,128,122)
#948D88
(148,141,136)
#A19A96
(161,154,150)
#AEA7A4
(174,167,164)
#BBB4B2
(187,180,178)
#C8C1C0
(200,193,192)
#D5CECE
(213,206,206)
#E2DBDC
(226,219,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D665E color. Also use rgb(109,102,94) instead hex code.

Text Font Color

.myTextColor { color: #6D665E; }

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

This text font color is #6D665E.


Background Color

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

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

This div background color is #6D665E.


Border color

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

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

This div border color is #6D665E.


Opacity

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

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

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

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

This text has shadow with #6D665E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D665E on black background.


Color preview on white background

This text has color #6D665E on white background.



Black color preview on #6D665E background

This text has black color on #6D665E background.


White color preview on #6D665E background

This text has white color on #6D665E background.