COLOR #6E5B4A

HEX: #6E5B4A RGB: (110,91,74)

Color info

#6E5B4A contains red, green and blue colors in about the same proportion. Web safe color of #6E5B4A is #666633 (or #663).

RGB color model

#6E5B4A color RGB value is (110,91,74).

RGB: (110,91,74) (43%, 36%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 74 of 255 = 29%

110
91
74

R + G + B ~ 36%. #6E5B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 91 + 74 = 275 (100%)
R 110 of 275 ~ 40%
G 91 of 275 ~ 33.09%
B 74 of 275 ~ 26.91'%

%40
%33.09
%26.91

CMYK color model

#6E5B4A color CMYK value is (0,17,33,57).

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

CMYK: (0,17,33,57)
C0M17Y33K57 (0%, 17%, 33%, 57%)
(0.00 / 0.17 / 0.33 / 0.57)

CMYK percentages

%0
%17.27
%32.73
%56.86

Codes

Color #6E5B4A in popluar color models

6E 5B 4A
RGB 110 91 74
HSL 28° 19.57% 36.08%
HSB/HSV 28° 32.73% 43.14%
CMYK 0.00% 17.27% 32.73%
56.86%

Color #6E5B4A in popluar number systems.

HEX 6E 5B 4A
Decimal 110 91 74
Binary 1101110 1011011 1001010
Octal 156 133 112

Shades and tints

Shades of #6E5B4A

#6E5B4A
(110,91,74)
#645344
(100,83,68)
#5A4B3E
(90,75,62)
#504338
(80,67,56)
#463B32
(70,59,50)
#3C332C
(60,51,44)
#322B26
(50,43,38)
#282320
(40,35,32)
#1E1B1A
(30,27,26)
#141314
(20,19,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #6E5B4A

#6E5B4A
(110,91,74)
#7B695A
(123,105,90)
#88776A
(136,119,106)
#95857A
(149,133,122)
#A2938A
(162,147,138)
#AFA19A
(175,161,154)
#BCAFAA
(188,175,170)
#C9BDBA
(201,189,186)
#D6CBCA
(214,203,202)
#E3D9DA
(227,217,218)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5B4A; }

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

This text font color is #6E5B4A.

Background Color

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

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

This div background color is #6E5B4A.

Border color

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

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

This div border color is #6E5B4A.

Opacity

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

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

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

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

This text has shadow with #6E5B4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5B4A.

Preview

Color preview on black background

This text has color #6E5B4A on black background.


Color preview on white background

This text has color #6E5B4A on white background.


Black color preview on #6E5B4A background

This text has black color on #6E5B4A background.


White color preview on #6E5B4A background

This text has white color on #6E5B4A background.


Related colors

Complementary color

Complementary color for #hex is #91A4B5.


I love getcolorcode.com

Triadic colors

1 #4A6E5B and #5B4A6E with #6E5B4A are triadic colors.

2 #4A5B6E and #5B6E4A with #6E5B4A are triadic colors.