COLOR #6E4039

HEX: #6E4039 RGB: (110,64,57)

Color info

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

RGB color model

#6E4039 color RGB value is (110,64,57).

RGB: (110,64,57) (43%, 25%, 22%)

RGB channels and saturation

R 110 of 255 = 43%
G 64 of 255 = 25%
B 57 of 255 = 22%

110
64
57

R + G + B ~ 30%. #6E4039 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 64 + 57 = 231 (100%)
R 110 of 231 ~ 47.62%
G 64 of 231 ~ 27.71%
B 57 of 231 ~ 24.68'%

%47.62
%27.71
%24.68

CMYK color model

#6E4039 color CMYK value is (0,42,48,57).

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

CMYK: (0,42,48,57)
C0M42Y48K57 (0%, 42%, 48%, 57%)
(0.00 / 0.42 / 0.48 / 0.57)

CMYK percentages

%0
%41.82
%48.18
%56.86

Codes

Color #6E4039 in popluar color models

6E 40 39
RGB 110 64 57
HSL 31.74% 32.75%
HSB/HSV 48.18% 43.14%
CMYK 0.00% 41.82% 48.18%
56.86%

Color #6E4039 in popluar number systems.

HEX 6E 40 39
Decimal 110 64 57
Binary 1101110 1000000 111001
Octal 156 100 71

Shades and tints

Shades of #6E4039

#6E4039
(110,64,57)
#643B34
(100,59,52)
#5A362F
(90,54,47)
#50312A
(80,49,42)
#462C25
(70,44,37)
#3C2720
(60,39,32)
#32221B
(50,34,27)
#281D16
(40,29,22)
#1E1811
(30,24,17)
#14130C
(20,19,12)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #6E4039

#6E4039
(110,64,57)
#7B514B
(123,81,75)
#88625D
(136,98,93)
#95736F
(149,115,111)
#A28481
(162,132,129)
#AF9593
(175,149,147)
#BCA6A5
(188,166,165)
#C9B7B7
(201,183,183)
#D6C8C9
(214,200,201)
#E3D9DB
(227,217,219)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4039; }

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

This text font color is #6E4039.

Background Color

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

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

This div background color is #6E4039.

Border color

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

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

This div border color is #6E4039.

Opacity

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

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

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

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

This text has shadow with #6E4039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4039.

Preview

Color preview on black background

This text has color #6E4039 on black background.


Color preview on white background

This text has color #6E4039 on white background.


Black color preview on #6E4039 background

This text has black color on #6E4039 background.


White color preview on #6E4039 background

This text has white color on #6E4039 background.


Related colors

Complementary color

Complementary color for #hex is #91BFC6.


I love getcolorcode.com

Triadic colors

1 #396E40 and #40396E with #6E4039 are triadic colors.

2 #39406E and #406E39 with #6E4039 are triadic colors.