COLOR #6E4A27

HEX: #6E4A27
RGB: (110,74,39)

Color info

#6E4A27 contains mainly red and green colors. Web safe color of #6E4A27 is #663333 (or #633).

RGB color model

#6E4A27 color RGB value is (110,74,39).

  • red value is 110;
  • green value is 74;
  • blue value is 39.
RGB:
(110,74,39)
(43%,29%,15%)

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 39 of 255 = 15%

110
74
39

R + G + B ~ 29%. #6E4A27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 39 = 223 (100%)
R 110 of 223 ~ 49.33%
G 74 of 223 ~ 33.18%
B 39 of 223 ~ 17.49%

%49.33
%33.18
%17.49

CMYK color model

#6E4A27 color CMYK value is (0,33,65,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 64.55%
  • key color value is 56.86%
CMYK:
(0,33,65,57)
C0M33Y65K57 
(0%,33%,65%,57%)
(0.00/0.33/0.65/0.57)	

CMYK percentages

%0
%32.73
%64.55
%56.86

Codes

Color #6E4A27 in popluar color models

6E4A27
RGB1107439
HSL30°47.65%29.22%
HSB/HSV30°64.55%43.14%
CMYK0.00%32.73%64.55%
56.86%

Color #6E4A27 in popluar number systems.

HEX6E4A27
Decimal1107439
Binary11011101001010100111
Octal15611247

Shades and tints

Shades of #6E4A27

#6E4A27
(110,74,39)
#644424
(100,68,36)
#5A3E21
(90,62,33)
#50381E
(80,56,30)
#46321B
(70,50,27)
#3C2C18
(60,44,24)
#322615
(50,38,21)
#282012
(40,32,18)
#1E1A0F
(30,26,15)
#14140C
(20,20,12)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #6E4A27

#6E4A27
(110,74,39)
#7B5A3A
(123,90,58)
#886A4D
(136,106,77)
#957A60
(149,122,96)
#A28A73
(162,138,115)
#AF9A86
(175,154,134)
#BCAA99
(188,170,153)
#C9BAAC
(201,186,172)
#D6CABF
(214,202,191)
#E3DAD2
(227,218,210)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4A27 color. Also use rgb(110,74,39) instead hex code.

Text Font Color

.myTextColor { color: #6E4A27; }

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

This text font color is #6E4A27.


Background Color

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

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

This div background color is #6E4A27.


Border color

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

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

This div border color is #6E4A27.


Opacity

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

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

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

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

This text has shadow with #6E4A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A27 on black background.


Color preview on white background

This text has color #6E4A27 on white background.



Black color preview on #6E4A27 background

This text has black color on #6E4A27 background.


White color preview on #6E4A27 background

This text has white color on #6E4A27 background.