COLOR #6D665D

HEX: #6D665D
RGB: (109,102,93)

Color info

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

RGB color model

#6D665D color RGB value is (109,102,93).

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

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 93 of 255 = 36%

109
102
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 93 = 304 (100%)
R 109 of 304 ~ 35.86%
G 102 of 304 ~ 33.55%
B 93 of 304 ~ 30.59%

%35.86
%33.55
%30.59

CMYK color model

#6D665D color CMYK value is (0,6,15,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(0,6,15,57)
C0M6Y15K57 
(0%,6%,15%,57%)
(0.00/0.06/0.15/0.57)	

CMYK percentages

%0
%6.42
%14.68
%57.25

Codes

Color #6D665D in popluar color models

6D665D
RGB10910293
HSL34°7.92%39.61%
HSB/HSV34°14.68%42.75%
CMYK0.00%6.42%14.68%
57.25%

Color #6D665D in popluar number systems.

HEX6D665D
Decimal10910293
Binary110110111001101011101
Octal155146135

Shades and tints

Shades of #6D665D

#6D665D
(109,102,93)
#645D55
(100,93,85)
#5B544D
(91,84,77)
#524B45
(82,75,69)
#49423D
(73,66,61)
#403935
(64,57,53)
#37302D
(55,48,45)
#2E2725
(46,39,37)
#251E1D
(37,30,29)
#1C1515
(28,21,21)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D665D

#6D665D
(109,102,93)
#7A736B
(122,115,107)
#878079
(135,128,121)
#948D87
(148,141,135)
#A19A95
(161,154,149)
#AEA7A3
(174,167,163)
#BBB4B1
(187,180,177)
#C8C1BF
(200,193,191)
#D5CECD
(213,206,205)
#E2DBDB
(226,219,219)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D665D; }

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

This text font color is #6D665D.


Background Color

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

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

This div background color is #6D665D.


Border color

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

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

This div border color is #6D665D.


Opacity

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

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

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

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

This text has shadow with #6D665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D665D on black background.


Color preview on white background

This text has color #6D665D on white background.



Black color preview on #6D665D background

This text has black color on #6D665D background.


White color preview on #6D665D background

This text has white color on #6D665D background.