COLOR #6E4B3E

HEX: #6E4B3E
RGB: (110,75,62)

Color info

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

RGB color model

#6E4B3E color RGB value is (110,75,62).

  • red value is 110;
  • green value is 75;
  • blue value is 62.
RGB:
(110,75,62)
(43%,29%,24%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 62 of 255 = 24%

110
75
62

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

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 62 = 247 (100%)
R 110 of 247 ~ 44.53%
G 75 of 247 ~ 30.36%
B 62 of 247 ~ 25.1%

%44.53
%30.36
%25.1

CMYK color model

#6E4B3E color CMYK value is (0,32,44,57).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 43.64%
  • key color value is 56.86%
CMYK:
(0,32,44,57)
C0M32Y44K57 
(0%,32%,44%,57%)
(0.00/0.32/0.44/0.57)	

CMYK percentages

%0
%31.82
%43.64
%56.86

Codes

Color #6E4B3E in popluar color models

6E4B3E
RGB1107562
HSL16°27.91%33.73%
HSB/HSV16°43.64%43.14%
CMYK0.00%31.82%43.64%
56.86%

Color #6E4B3E in popluar number systems.

HEX6E4B3E
Decimal1107562
Binary11011101001011111110
Octal15611376

Shades and tints

Shades of #6E4B3E

#6E4B3E
(110,75,62)
#644539
(100,69,57)
#5A3F34
(90,63,52)
#50392F
(80,57,47)
#46332A
(70,51,42)
#3C2D25
(60,45,37)
#322720
(50,39,32)
#28211B
(40,33,27)
#1E1B16
(30,27,22)
#141511
(20,21,17)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E4B3E

#6E4B3E
(110,75,62)
#7B5B4F
(123,91,79)
#886B60
(136,107,96)
#957B71
(149,123,113)
#A28B82
(162,139,130)
#AF9B93
(175,155,147)
#BCABA4
(188,171,164)
#C9BBB5
(201,187,181)
#D6CBC6
(214,203,198)
#E3DBD7
(227,219,215)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4B3E color. Also use rgb(110,75,62) instead hex code.

Text Font Color

.myTextColor { color: #6E4B3E; }

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

This text font color is #6E4B3E.


Background Color

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

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

This div background color is #6E4B3E.


Border color

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

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

This div border color is #6E4B3E.


Opacity

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

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

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

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

This text has shadow with #6E4B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B3E on black background.


Color preview on white background

This text has color #6E4B3E on white background.



Black color preview on #6E4B3E background

This text has black color on #6E4B3E background.


White color preview on #6E4B3E background

This text has white color on #6E4B3E background.