COLOR #6E4541

HEX: #6E4541
RGB: (110,69,65)

Color info

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

RGB color model

#6E4541 color RGB value is (110,69,65).

  • red value is 110;
  • green value is 69;
  • blue value is 65.
RGB:
(110,69,65)
(43%,27%,25%)

RGB channels and saturation

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

110
69
65

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

Portions of RGB colors in percentages

R + G + B =
110 + 69 + 65 = 244 (100%)
R 110 of 244 ~ 45.08%
G 69 of 244 ~ 28.28%
B 65 of 244 ~ 26.64%

%45.08
%28.28
%26.64

CMYK color model

#6E4541 color CMYK value is (0,37,41,57).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 40.91%
  • key color value is 56.86%
CMYK:
(0,37,41,57)
C0M37Y41K57 
(0%,37%,41%,57%)
(0.00/0.37/0.41/0.57)	

CMYK percentages

%0
%37.27
%40.91
%56.86

Codes

Color #6E4541 in popluar color models

6E4541
RGB1106965
HSL25.71%34.31%
HSB/HSV40.91%43.14%
CMYK0.00%37.27%40.91%
56.86%

Color #6E4541 in popluar number systems.

HEX6E4541
Decimal1106965
Binary110111010001011000001
Octal156105101

Shades and tints

Shades of #6E4541

#6E4541
(110,69,65)
#643F3C
(100,63,60)
#5A3937
(90,57,55)
#503332
(80,51,50)
#462D2D
(70,45,45)
#3C2728
(60,39,40)
#322123
(50,33,35)
#281B1E
(40,27,30)
#1E1519
(30,21,25)
#140F14
(20,15,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #6E4541

#6E4541
(110,69,65)
#7B5552
(123,85,82)
#886563
(136,101,99)
#957574
(149,117,116)
#A28585
(162,133,133)
#AF9596
(175,149,150)
#BCA5A7
(188,165,167)
#C9B5B8
(201,181,184)
#D6C5C9
(214,197,201)
#E3D5DA
(227,213,218)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4541; }

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

This text font color is #6E4541.


Background Color

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

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

This div background color is #6E4541.


Border color

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

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

This div border color is #6E4541.


Opacity

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

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

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

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

This text has shadow with #6E4541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4541 on black background.


Color preview on white background

This text has color #6E4541 on white background.



Black color preview on #6E4541 background

This text has black color on #6E4541 background.


White color preview on #6E4541 background

This text has white color on #6E4541 background.