COLOR #6E4A3D

HEX: #6E4A3D
RGB: (110,74,61)

Color info

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

RGB color model

#6E4A3D color RGB value is (110,74,61).

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

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 61 of 255 = 24%

110
74
61

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

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 61 = 245 (100%)
R 110 of 245 ~ 44.9%
G 74 of 245 ~ 30.2%
B 61 of 245 ~ 24.9%

%44.9
%30.2
%24.9

CMYK color model

#6E4A3D color CMYK value is (0,33,45,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 44.55%
  • key color value is 56.86%
CMYK:
(0,33,45,57)
C0M33Y45K57 
(0%,33%,45%,57%)
(0.00/0.33/0.45/0.57)	

CMYK percentages

%0
%32.73
%44.55
%56.86

Codes

Color #6E4A3D in popluar color models

6E4A3D
RGB1107461
HSL16°28.65%33.53%
HSB/HSV16°44.55%43.14%
CMYK0.00%32.73%44.55%
56.86%

Color #6E4A3D in popluar number systems.

HEX6E4A3D
Decimal1107461
Binary11011101001010111101
Octal15611275

Shades and tints

Shades of #6E4A3D

#6E4A3D
(110,74,61)
#644438
(100,68,56)
#5A3E33
(90,62,51)
#50382E
(80,56,46)
#463229
(70,50,41)
#3C2C24
(60,44,36)
#32261F
(50,38,31)
#28201A
(40,32,26)
#1E1A15
(30,26,21)
#141410
(20,20,16)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E4A3D

#6E4A3D
(110,74,61)
#7B5A4E
(123,90,78)
#886A5F
(136,106,95)
#957A70
(149,122,112)
#A28A81
(162,138,129)
#AF9A92
(175,154,146)
#BCAAA3
(188,170,163)
#C9BAB4
(201,186,180)
#D6CAC5
(214,202,197)
#E3DAD6
(227,218,214)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4A3D; }

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

This text font color is #6E4A3D.


Background Color

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

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

This div background color is #6E4A3D.


Border color

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

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

This div border color is #6E4A3D.


Opacity

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

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

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

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

This text has shadow with #6E4A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A3D on black background.


Color preview on white background

This text has color #6E4A3D on white background.



Black color preview on #6E4A3D background

This text has black color on #6E4A3D background.


White color preview on #6E4A3D background

This text has white color on #6E4A3D background.