COLOR #6E3C40

HEX: #6E3C40 RGB: (110,60,64)

Color info

#6E3C40 contains red, green and blue colors in about the same proportion. Web safe color of #6E3C40 is #663333 (or #633).

RGB color model

#6E3C40 color RGB value is (110,60,64).

RGB: (110,60,64) (43%, 24%, 25%)

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 64 of 255 = 25%

110
60
64

R + G + B ~ 31%. #6E3C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 60 + 64 = 234 (100%)
R 110 of 234 ~ 47.01%
G 60 of 234 ~ 25.64%
B 64 of 234 ~ 27.35'%

%47.01
%25.64
%27.35

CMYK color model

#6E3C40 color CMYK value is (0,45,42,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 41.82%
  • key color value is 56.86%

CMYK: (0,45,42,57)
C0M45Y42K57 (0%, 45%, 42%, 57%)
(0.00 / 0.45 / 0.42 / 0.57)

CMYK percentages

%0
%45.45
%41.82
%56.86

Codes

Color #6E3C40 in popluar color models

6E 3C 40
RGB 110 60 64
HSL 355° 29.41% 33.33%
HSB/HSV 355° 45.45% 43.14%
CMYK 0.00% 45.45% 41.82%
56.86%

Color #6E3C40 in popluar number systems.

HEX 6E 3C 40
Decimal 110 60 64
Binary 1101110 111100 1000000
Octal 156 74 100

Shades and tints

Shades of #6E3C40

#6E3C40
(110,60,64)
#64373B
(100,55,59)
#5A3236
(90,50,54)
#502D31
(80,45,49)
#46282C
(70,40,44)
#3C2327
(60,35,39)
#321E22
(50,30,34)
#28191D
(40,25,29)
#1E1418
(30,20,24)
#140F13
(20,15,19)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #6E3C40

#6E3C40
(110,60,64)
#7B4D51
(123,77,81)
#885E62
(136,94,98)
#956F73
(149,111,115)
#A28084
(162,128,132)
#AF9195
(175,145,149)
#BCA2A6
(188,162,166)
#C9B3B7
(201,179,183)
#D6C4C8
(214,196,200)
#E3D5D9
(227,213,217)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3C40 color. Also use rgb(110,60,64) instead hex code.

Text Font Color

.myTextColor { color: #6E3C40; }

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

This text font color is #6E3C40.

Background Color

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

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

This div background color is #6E3C40.

Border color

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

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

This div border color is #6E3C40.

Opacity

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

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

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

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

This text has shadow with #6E3C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3C40.

Preview

Color preview on black background

This text has color #6E3C40 on black background.


Color preview on white background

This text has color #6E3C40 on white background.


Black color preview on #6E3C40 background

This text has black color on #6E3C40 background.


White color preview on #6E3C40 background

This text has white color on #6E3C40 background.


Related colors

Complementary color

Complementary color for #hex is #91C3BF.


I love getcolorcode.com

Triadic colors

1 #406E3C and #3C406E with #6E3C40 are triadic colors.

2 #403C6E and #3C6E40 with #6E3C40 are triadic colors.