COLOR #6D6B5E

HEX: #6D6B5E RGB: (109,107,94)

Color info

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

RGB color model

#6D6B5E color RGB value is (109,107,94).

RGB: (109,107,94) (43%, 42%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 107 of 255 = 42%
B 94 of 255 = 37%

109
107
94

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

Portions of RGB colors in percentages

R + G + B = 109 + 107 + 94 = 310 (100%)
R 109 of 310 ~ 35.16%
G 107 of 310 ~ 34.52%
B 94 of 310 ~ 30.32'%

%35.16
%34.52
%30.32

CMYK color model

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

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

CMYK: (0,2,14,57)
C0M2Y14K57 (0%, 2%, 14%, 57%)
(0.00 / 0.02 / 0.14 / 0.57)

CMYK percentages

%0
%1.83
%13.76
%57.25

Codes

Color #6D6B5E in popluar color models

6D 6B 5E
RGB 109 107 94
HSL 52° 7.39% 39.80%
HSB/HSV 52° 13.76% 42.75%
CMYK 0.00% 1.83% 13.76%
57.25%

Color #6D6B5E in popluar number systems.

HEX 6D 6B 5E
Decimal 109 107 94
Binary 1101101 1101011 1011110
Octal 155 153 136

Shades and tints

Shades of #6D6B5E

#6D6B5E
(109,107,94)
#646256
(100,98,86)
#5B594E
(91,89,78)
#525046
(82,80,70)
#49473E
(73,71,62)
#403E36
(64,62,54)
#37352E
(55,53,46)
#2E2C26
(46,44,38)
#25231E
(37,35,30)
#1C1A16
(28,26,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6D6B5E

#6D6B5E
(109,107,94)
#7A786C
(122,120,108)
#87857A
(135,133,122)
#949288
(148,146,136)
#A19F96
(161,159,150)
#AEACA4
(174,172,164)
#BBB9B2
(187,185,178)
#C8C6C0
(200,198,192)
#D5D3CE
(213,211,206)
#E2E0DC
(226,224,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6B5E; }

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

This text font color is #6D6B5E.

Background Color

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

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

This div background color is #6D6B5E.

Border color

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

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

This div border color is #6D6B5E.

Opacity

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

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

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

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

This text has shadow with #6D6B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6B5E.

Preview

Color preview on black background

This text has color #6D6B5E on black background.


Color preview on white background

This text has color #6D6B5E on white background.


Black color preview on #6D6B5E background

This text has black color on #6D6B5E background.


White color preview on #6D6B5E background

This text has white color on #6D6B5E background.


Related colors

Complementary color

Complementary color for #hex is #9294A1.


I love getcolorcode.com

Triadic colors

1 #5E6D6B and #6B5E6D with #6D6B5E are triadic colors.

2 #5E6B6D and #6B6D5E with #6D6B5E are triadic colors.