COLOR #6E5E1C

HEX: #6E5E1C
RGB: (110,94,28)

Color info

#6E5E1C contains mainly red and green colors. Web safe color of #6E5E1C is #666633 (or #663).

RGB color model

#6E5E1C color RGB value is (110,94,28).

  • red value is 110;
  • green value is 94;
  • blue value is 28.
RGB:
(110,94,28)
(43%,37%,11%)

RGB channels and saturation

R 110 of 255 = 43%
G 94 of 255 = 37%
B 28 of 255 = 11%

110
94
28

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

Portions of RGB colors in percentages

R + G + B =
110 + 94 + 28 = 232 (100%)
R 110 of 232 ~ 47.41%
G 94 of 232 ~ 40.52%
B 28 of 232 ~ 12.07%

%47.41
%40.52
%12.07

CMYK color model

#6E5E1C color CMYK value is (0,15,75,57).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 74.55%
  • key color value is 56.86%
CMYK:
(0,15,75,57)
C0M15Y75K57 
(0%,15%,75%,57%)
(0.00/0.15/0.75/0.57)	

CMYK percentages

%0
%14.55
%74.55
%56.86

Codes

Color #6E5E1C in popluar color models

6E5E1C
RGB1109428
HSL48°59.42%27.06%
HSB/HSV48°74.55%43.14%
CMYK0.00%14.55%74.55%
56.86%

Color #6E5E1C in popluar number systems.

HEX6E5E1C
Decimal1109428
Binary1101110101111011100
Octal15613634

Shades and tints

Shades of #6E5E1C

#6E5E1C
(110,94,28)
#64561A
(100,86,26)
#5A4E18
(90,78,24)
#504616
(80,70,22)
#463E14
(70,62,20)
#3C3612
(60,54,18)
#322E10
(50,46,16)
#28260E
(40,38,14)
#1E1E0C
(30,30,12)
#14160A
(20,22,10)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #6E5E1C

#6E5E1C
(110,94,28)
#7B6C30
(123,108,48)
#887A44
(136,122,68)
#958858
(149,136,88)
#A2966C
(162,150,108)
#AFA480
(175,164,128)
#BCB294
(188,178,148)
#C9C0A8
(201,192,168)
#D6CEBC
(214,206,188)
#E3DCD0
(227,220,208)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5E1C color. Also use rgb(110,94,28) instead hex code.

Text Font Color

.myTextColor { color: #6E5E1C; }

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

This text font color is #6E5E1C.


Background Color

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

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

This div background color is #6E5E1C.


Border color

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

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

This div border color is #6E5E1C.


Opacity

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

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

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

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

This text has shadow with #6E5E1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5E1C on black background.


Color preview on white background

This text has color #6E5E1C on white background.



Black color preview on #6E5E1C background

This text has black color on #6E5E1C background.


White color preview on #6E5E1C background

This text has white color on #6E5E1C background.