COLOR #6E4045

HEX: #6E4045 RGB: (110,64,69)

Color info

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

RGB color model

#6E4045 color RGB value is (110,64,69).

RGB: (110,64,69) (43%, 25%, 27%)

RGB channels and saturation

R 110 of 255 = 43%
G 64 of 255 = 25%
B 69 of 255 = 27%

110
64
69

R + G + B ~ 32%. #6E4045 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 64 + 69 = 243 (100%)
R 110 of 243 ~ 45.27%
G 64 of 243 ~ 26.34%
B 69 of 243 ~ 28.4'%

%45.27
%26.34
%28.4

CMYK color model

#6E4045 color CMYK value is (0,42,37,57).

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

CMYK: (0,42,37,57)
C0M42Y37K57 (0%, 42%, 37%, 57%)
(0.00 / 0.42 / 0.37 / 0.57)

CMYK percentages

%0
%41.82
%37.27
%56.86

Codes

Color #6E4045 in popluar color models

6E 40 45
RGB 110 64 69
HSL 353° 26.44% 34.12%
HSB/HSV 353° 41.82% 43.14%
CMYK 0.00% 41.82% 37.27%
56.86%

Color #6E4045 in popluar number systems.

HEX 6E 40 45
Decimal 110 64 69
Binary 1101110 1000000 1000101
Octal 156 100 105

Shades and tints

Shades of #6E4045

#6E4045
(110,64,69)
#643B3F
(100,59,63)
#5A3639
(90,54,57)
#503133
(80,49,51)
#462C2D
(70,44,45)
#3C2727
(60,39,39)
#322221
(50,34,33)
#281D1B
(40,29,27)
#1E1815
(30,24,21)
#14130F
(20,19,15)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #6E4045

#6E4045
(110,64,69)
#7B5155
(123,81,85)
#886265
(136,98,101)
#957375
(149,115,117)
#A28485
(162,132,133)
#AF9595
(175,149,149)
#BCA6A5
(188,166,165)
#C9B7B5
(201,183,181)
#D6C8C5
(214,200,197)
#E3D9D5
(227,217,213)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4045; }

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

This text font color is #6E4045.

Background Color

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

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

This div background color is #6E4045.

Border color

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

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

This div border color is #6E4045.

Opacity

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

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

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

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

This text has shadow with #6E4045 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4045.

Preview

Color preview on black background

This text has color #6E4045 on black background.


Color preview on white background

This text has color #6E4045 on white background.


Black color preview on #6E4045 background

This text has black color on #6E4045 background.


White color preview on #6E4045 background

This text has white color on #6E4045 background.


Related colors

Complementary color

Complementary color for #hex is #91BFBA.


I love getcolorcode.com

Triadic colors

1 #456E40 and #40456E with #6E4045 are triadic colors.

2 #45406E and #406E45 with #6E4045 are triadic colors.