COLOR #6E4C3D

HEX: #6E4C3D
RGB: (110,76,61)

Color info

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

RGB color model

#6E4C3D color RGB value is (110,76,61).

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

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 61 of 255 = 24%

110
76
61

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

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 61 = 247 (100%)
R 110 of 247 ~ 44.53%
G 76 of 247 ~ 30.77%
B 61 of 247 ~ 24.7%

%44.53
%30.77
%24.7

CMYK color model

#6E4C3D color CMYK value is (0,31,45,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 44.55%
  • key color value is 56.86%
CMYK:
(0,31,45,57)
C0M31Y45K57 
(0%,31%,45%,57%)
(0.00/0.31/0.45/0.57)	

CMYK percentages

%0
%30.91
%44.55
%56.86

Codes

Color #6E4C3D in popluar color models

6E4C3D
RGB1107661
HSL18°28.65%33.53%
HSB/HSV18°44.55%43.14%
CMYK0.00%30.91%44.55%
56.86%

Color #6E4C3D in popluar number systems.

HEX6E4C3D
Decimal1107661
Binary11011101001100111101
Octal15611475

Shades and tints

Shades of #6E4C3D

#6E4C3D
(110,76,61)
#644638
(100,70,56)
#5A4033
(90,64,51)
#503A2E
(80,58,46)
#463429
(70,52,41)
#3C2E24
(60,46,36)
#32281F
(50,40,31)
#28221A
(40,34,26)
#1E1C15
(30,28,21)
#141610
(20,22,16)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #6E4C3D

#6E4C3D
(110,76,61)
#7B5C4E
(123,92,78)
#886C5F
(136,108,95)
#957C70
(149,124,112)
#A28C81
(162,140,129)
#AF9C92
(175,156,146)
#BCACA3
(188,172,163)
#C9BCB4
(201,188,180)
#D6CCC5
(214,204,197)
#E3DCD6
(227,220,214)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C3D; }

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

This text font color is #6E4C3D.


Background Color

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

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

This div background color is #6E4C3D.


Border color

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

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

This div border color is #6E4C3D.


Opacity

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

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

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

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

This text has shadow with #6E4C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C3D on black background.


Color preview on white background

This text has color #6E4C3D on white background.



Black color preview on #6E4C3D background

This text has black color on #6E4C3D background.


White color preview on #6E4C3D background

This text has white color on #6E4C3D background.