COLOR #6E4C28

HEX: #6E4C28
RGB: (110,76,40)

Color info

#6E4C28 contains mainly red and green colors. Web safe color of #6E4C28 is #663333 (or #633).

RGB color model

#6E4C28 color RGB value is (110,76,40).

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

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 40 of 255 = 16%

110
76
40

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

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 40 = 226 (100%)
R 110 of 226 ~ 48.67%
G 76 of 226 ~ 33.63%
B 40 of 226 ~ 17.7%

%48.67
%33.63
%17.7

CMYK color model

#6E4C28 color CMYK value is (0,31,64,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 63.64%
  • key color value is 56.86%
CMYK:
(0,31,64,57)
C0M31Y64K57 
(0%,31%,64%,57%)
(0.00/0.31/0.64/0.57)	

CMYK percentages

%0
%30.91
%63.64
%56.86

Codes

Color #6E4C28 in popluar color models

6E4C28
RGB1107640
HSL31°46.67%29.41%
HSB/HSV31°63.64%43.14%
CMYK0.00%30.91%63.64%
56.86%

Color #6E4C28 in popluar number systems.

HEX6E4C28
Decimal1107640
Binary11011101001100101000
Octal15611450

Shades and tints

Shades of #6E4C28

#6E4C28
(110,76,40)
#644625
(100,70,37)
#5A4022
(90,64,34)
#503A1F
(80,58,31)
#46341C
(70,52,28)
#3C2E19
(60,46,25)
#322816
(50,40,22)
#282213
(40,34,19)
#1E1C10
(30,28,16)
#14160D
(20,22,13)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #6E4C28

#6E4C28
(110,76,40)
#7B5C3B
(123,92,59)
#886C4E
(136,108,78)
#957C61
(149,124,97)
#A28C74
(162,140,116)
#AF9C87
(175,156,135)
#BCAC9A
(188,172,154)
#C9BCAD
(201,188,173)
#D6CCC0
(214,204,192)
#E3DCD3
(227,220,211)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4C28; }

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

This text font color is #6E4C28.


Background Color

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

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

This div background color is #6E4C28.


Border color

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

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

This div border color is #6E4C28.


Opacity

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

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

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

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

This text has shadow with #6E4C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C28 on black background.


Color preview on white background

This text has color #6E4C28 on white background.



Black color preview on #6E4C28 background

This text has black color on #6E4C28 background.


White color preview on #6E4C28 background

This text has white color on #6E4C28 background.