COLOR #6E5042

HEX: #6E5042 RGB: (110,80,66)

Color info

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

RGB color model

#6E5042 color RGB value is (110,80,66).

RGB: (110,80,66) (43%, 31%, 26%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 66 of 255 = 26%

110
80
66

R + G + B ~ 33%. #6E5042 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 80 + 66 = 256 (100%)
R 110 of 256 ~ 42.97%
G 80 of 256 ~ 31.25%
B 66 of 256 ~ 25.78'%

%42.97
%31.25
%25.78

CMYK color model

#6E5042 color CMYK value is (0,27,40,57).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 40.00%
  • key color value is 56.86%

CMYK: (0,27,40,57)
C0M27Y40K57 (0%, 27%, 40%, 57%)
(0.00 / 0.27 / 0.40 / 0.57)

CMYK percentages

%0
%27.27
%40
%56.86

Codes

Color #6E5042 in popluar color models

6E 50 42
RGB 110 80 66
HSL 19° 25.00% 34.51%
HSB/HSV 19° 40.00% 43.14%
CMYK 0.00% 27.27% 40.00%
56.86%

Color #6E5042 in popluar number systems.

HEX 6E 50 42
Decimal 110 80 66
Binary 1101110 1010000 1000010
Octal 156 120 102

Shades and tints

Shades of #6E5042

#6E5042
(110,80,66)
#64493C
(100,73,60)
#5A4236
(90,66,54)
#503B30
(80,59,48)
#46342A
(70,52,42)
#3C2D24
(60,45,36)
#32261E
(50,38,30)
#281F18
(40,31,24)
#1E1812
(30,24,18)
#14110C
(20,17,12)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #6E5042

#6E5042
(110,80,66)
#7B5F53
(123,95,83)
#886E64
(136,110,100)
#957D75
(149,125,117)
#A28C86
(162,140,134)
#AF9B97
(175,155,151)
#BCAAA8
(188,170,168)
#C9B9B9
(201,185,185)
#D6C8CA
(214,200,202)
#E3D7DB
(227,215,219)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5042 color. Also use rgb(110,80,66) instead hex code.

Text Font Color

.myTextColor { color: #6E5042; }

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

This text font color is #6E5042.

Background Color

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

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

This div background color is #6E5042.

Border color

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

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

This div border color is #6E5042.

Opacity

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

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

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

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

This text has shadow with #6E5042 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5042.

Preview

Color preview on black background

This text has color #6E5042 on black background.


Color preview on white background

This text has color #6E5042 on white background.


Black color preview on #6E5042 background

This text has black color on #6E5042 background.


White color preview on #6E5042 background

This text has white color on #6E5042 background.


Related colors

Complementary color

Complementary color for #hex is #91AFBD.


I love getcolorcode.com

Triadic colors

1 #426E50 and #50426E with #6E5042 are triadic colors.

2 #42506E and #506E42 with #6E5042 are triadic colors.