COLOR #6D655E

HEX: #6D655E RGB: (109,101,94)

Color info

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

RGB color model

#6D655E color RGB value is (109,101,94).

RGB: (109,101,94) (43%, 40%, 37%)

RGB channels and saturation

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

109
101
94

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

Portions of RGB colors in percentages

R + G + B = 109 + 101 + 94 = 304 (100%)
R 109 of 304 ~ 35.86%
G 101 of 304 ~ 33.22%
B 94 of 304 ~ 30.92'%

%35.86
%33.22
%30.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 13.76%
  • key color value is 57.25%

CMYK: (0,7,14,57)
C0M7Y14K57 (0%, 7%, 14%, 57%)
(0.00 / 0.07 / 0.14 / 0.57)

CMYK percentages

%0
%7.34
%13.76
%57.25

Codes

Color #6D655E in popluar color models

6D 65 5E
RGB 109 101 94
HSL 28° 7.39% 39.80%
HSB/HSV 28° 13.76% 42.75%
CMYK 0.00% 7.34% 13.76%
57.25%

Color #6D655E in popluar number systems.

HEX 6D 65 5E
Decimal 109 101 94
Binary 1101101 1100101 1011110
Octal 155 145 136

Shades and tints

Shades of #6D655E

#6D655E
(109,101,94)
#645C56
(100,92,86)
#5B534E
(91,83,78)
#524A46
(82,74,70)
#49413E
(73,65,62)
#403836
(64,56,54)
#372F2E
(55,47,46)
#2E2626
(46,38,38)
#251D1E
(37,29,30)
#1C1416
(28,20,22)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #6D655E

#6D655E
(109,101,94)
#7A736C
(122,115,108)
#87817A
(135,129,122)
#948F88
(148,143,136)
#A19D96
(161,157,150)
#AEABA4
(174,171,164)
#BBB9B2
(187,185,178)
#C8C7C0
(200,199,192)
#D5D5CE
(213,213,206)
#E2E3DC
(226,227,220)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D655E; }

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

This text font color is #6D655E.

Background Color

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

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

This div background color is #6D655E.

Border color

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

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

This div border color is #6D655E.

Opacity

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

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

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

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

This text has shadow with #6D655E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D655E.

Preview

Color preview on black background

This text has color #6D655E on black background.


Color preview on white background

This text has color #6D655E on white background.


Black color preview on #6D655E background

This text has black color on #6D655E background.


White color preview on #6D655E background

This text has white color on #6D655E background.


Related colors

Complementary color

Complementary color for #hex is #929AA1.


I love getcolorcode.com

Triadic colors

1 #5E6D65 and #655E6D with #6D655E are triadic colors.

2 #5E656D and #656D5E with #6D655E are triadic colors.