COLOR #6E6D5B

HEX: #6E6D5B RGB: (110,109,91)

Color info

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

RGB color model

#6E6D5B color RGB value is (110,109,91).

RGB: (110,109,91) (43%, 43%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 109 of 255 = 43%
B 91 of 255 = 36%

110
109
91

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

Portions of RGB colors in percentages

R + G + B = 110 + 109 + 91 = 310 (100%)
R 110 of 310 ~ 35.48%
G 109 of 310 ~ 35.16%
B 91 of 310 ~ 29.35'%

%35.48
%35.16
%29.35

CMYK color model

#6E6D5B color CMYK value is (0,1,17,57).

  • cyan value is 0.00%
  • magenta value is 0.91%
  • yellow value is 17.27%
  • key color value is 56.86%

CMYK: (0,1,17,57)
C0M1Y17K57 (0%, 1%, 17%, 57%)
(0.00 / 0.01 / 0.17 / 0.57)

CMYK percentages

%0
%0.91
%17.27
%56.86

Codes

Color #6E6D5B in popluar color models

6E 6D 5B
RGB 110 109 91
HSL 57° 9.45% 39.41%
HSB/HSV 57° 17.27% 43.14%
CMYK 0.00% 0.91% 17.27%
56.86%

Color #6E6D5B in popluar number systems.

HEX 6E 6D 5B
Decimal 110 109 91
Binary 1101110 1101101 1011011
Octal 156 155 133

Shades and tints

Shades of #6E6D5B

#6E6D5B
(110,109,91)
#646453
(100,100,83)
#5A5B4B
(90,91,75)
#505243
(80,82,67)
#46493B
(70,73,59)
#3C4033
(60,64,51)
#32372B
(50,55,43)
#282E23
(40,46,35)
#1E251B
(30,37,27)
#141C13
(20,28,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #6E6D5B

#6E6D5B
(110,109,91)
#7B7A69
(123,122,105)
#888777
(136,135,119)
#959485
(149,148,133)
#A2A193
(162,161,147)
#AFAEA1
(175,174,161)
#BCBBAF
(188,187,175)
#C9C8BD
(201,200,189)
#D6D5CB
(214,213,203)
#E3E2D9
(227,226,217)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6D5B color. Also use rgb(110,109,91) instead hex code.

Text Font Color

.myTextColor { color: #6E6D5B; }

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

This text font color is #6E6D5B.

Background Color

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

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

This div background color is #6E6D5B.

Border color

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

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

This div border color is #6E6D5B.

Opacity

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

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

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

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

This text has shadow with #6E6D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6D5B.

Preview

Color preview on black background

This text has color #6E6D5B on black background.


Color preview on white background

This text has color #6E6D5B on white background.


Black color preview on #6E6D5B background

This text has black color on #6E6D5B background.


White color preview on #6E6D5B background

This text has white color on #6E6D5B background.


Related colors

Complementary color

Complementary color for #hex is #9192A4.


I love getcolorcode.com

Triadic colors

1 #5B6E6D and #6D5B6E with #6E6D5B are triadic colors.

2 #5B6D6E and #6D6E5B with #6E6D5B are triadic colors.