COLOR #6E5B1E

HEX: #6E5B1E
RGB: (110,91,30)

Color info

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

RGB color model

#6E5B1E color RGB value is (110,91,30).

  • red value is 110;
  • green value is 91;
  • blue value is 30.
RGB:
(110,91,30)
(43%,36%,12%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 30 of 255 = 12%

110
91
30

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

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 30 = 231 (100%)
R 110 of 231 ~ 47.62%
G 91 of 231 ~ 39.39%
B 30 of 231 ~ 12.99%

%47.62
%39.39
%12.99

CMYK color model

#6E5B1E color CMYK value is (0,17,73,57).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 72.73%
  • key color value is 56.86%
CMYK:
(0,17,73,57)
C0M17Y73K57 
(0%,17%,73%,57%)
(0.00/0.17/0.73/0.57)	

CMYK percentages

%0
%17.27
%72.73
%56.86

Codes

Color #6E5B1E in popluar color models

6E5B1E
RGB1109130
HSL46°57.14%27.45%
HSB/HSV46°72.73%43.14%
CMYK0.00%17.27%72.73%
56.86%

Color #6E5B1E in popluar number systems.

HEX6E5B1E
Decimal1109130
Binary1101110101101111110
Octal15613336

Shades and tints

Shades of #6E5B1E

#6E5B1E
(110,91,30)
#64531C
(100,83,28)
#5A4B1A
(90,75,26)
#504318
(80,67,24)
#463B16
(70,59,22)
#3C3314
(60,51,20)
#322B12
(50,43,18)
#282310
(40,35,16)
#1E1B0E
(30,27,14)
#14130C
(20,19,12)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #6E5B1E

#6E5B1E
(110,91,30)
#7B6932
(123,105,50)
#887746
(136,119,70)
#95855A
(149,133,90)
#A2936E
(162,147,110)
#AFA182
(175,161,130)
#BCAF96
(188,175,150)
#C9BDAA
(201,189,170)
#D6CBBE
(214,203,190)
#E3D9D2
(227,217,210)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5B1E color. Also use rgb(110,91,30) instead hex code.

Text Font Color

.myTextColor { color: #6E5B1E; }

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

This text font color is #6E5B1E.


Background Color

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

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

This div background color is #6E5B1E.


Border color

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

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

This div border color is #6E5B1E.


Opacity

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

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

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

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

This text has shadow with #6E5B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B1E on black background.


Color preview on white background

This text has color #6E5B1E on white background.



Black color preview on #6E5B1E background

This text has black color on #6E5B1E background.


White color preview on #6E5B1E background

This text has white color on #6E5B1E background.