COLOR #6E5B2F

HEX: #6E5B2F
RGB: (110,91,47)

Color info

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

RGB color model

#6E5B2F color RGB value is (110,91,47).

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

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 47 of 255 = 18%

110
91
47

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

Portions of RGB colors in percentages

R + G + B =
110 + 91 + 47 = 248 (100%)
R 110 of 248 ~ 44.35%
G 91 of 248 ~ 36.69%
B 47 of 248 ~ 18.95%

%44.35
%36.69
%18.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 57.27%
  • key color value is 56.86%
CMYK:
(0,17,57,57)
C0M17Y57K57 
(0%,17%,57%,57%)
(0.00/0.17/0.57/0.57)	

CMYK percentages

%0
%17.27
%57.27
%56.86

Codes

Color #6E5B2F in popluar color models

6E5B2F
RGB1109147
HSL42°40.13%30.78%
HSB/HSV42°57.27%43.14%
CMYK0.00%17.27%57.27%
56.86%

Color #6E5B2F in popluar number systems.

HEX6E5B2F
Decimal1109147
Binary11011101011011101111
Octal15613357

Shades and tints

Shades of #6E5B2F

#6E5B2F
(110,91,47)
#64532B
(100,83,43)
#5A4B27
(90,75,39)
#504323
(80,67,35)
#463B1F
(70,59,31)
#3C331B
(60,51,27)
#322B17
(50,43,23)
#282313
(40,35,19)
#1E1B0F
(30,27,15)
#14130B
(20,19,11)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #6E5B2F

#6E5B2F
(110,91,47)
#7B6941
(123,105,65)
#887753
(136,119,83)
#958565
(149,133,101)
#A29377
(162,147,119)
#AFA189
(175,161,137)
#BCAF9B
(188,175,155)
#C9BDAD
(201,189,173)
#D6CBBF
(214,203,191)
#E3D9D1
(227,217,209)
#F0E7E3
(240,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5B2F; }

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

This text font color is #6E5B2F.


Background Color

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

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

This div background color is #6E5B2F.


Border color

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

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

This div border color is #6E5B2F.


Opacity

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

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

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

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

This text has shadow with #6E5B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5B2F on black background.


Color preview on white background

This text has color #6E5B2F on white background.



Black color preview on #6E5B2F background

This text has black color on #6E5B2F background.


White color preview on #6E5B2F background

This text has white color on #6E5B2F background.