COLOR #6E491E

HEX: #6E491E
RGB: (110,73,30)

Color info

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

RGB color model

#6E491E color RGB value is (110,73,30).

  • red value is 110;
  • green value is 73;
  • blue value is 30.
RGB:
(110,73,30)
(43%,29%,12%)

RGB channels and saturation

R 110 of 255 = 43%
G 73 of 255 = 29%
B 30 of 255 = 12%

110
73
30

R + G + B ~ 28%. #6E491E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 73 + 30 = 213 (100%)
R 110 of 213 ~ 51.64%
G 73 of 213 ~ 34.27%
B 30 of 213 ~ 14.08%

%51.64
%34.27
%14.08

CMYK color model

#6E491E color CMYK value is (0,34,73,57).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 72.73%
  • key color value is 56.86%
CMYK:
(0,34,73,57)
C0M34Y73K57 
(0%,34%,73%,57%)
(0.00/0.34/0.73/0.57)	

CMYK percentages

%0
%33.64
%72.73
%56.86

Codes

Color #6E491E in popluar color models

6E491E
RGB1107330
HSL32°57.14%27.45%
HSB/HSV32°72.73%43.14%
CMYK0.00%33.64%72.73%
56.86%

Color #6E491E in popluar number systems.

HEX6E491E
Decimal1107330
Binary1101110100100111110
Octal15611136

Shades and tints

Shades of #6E491E

#6E491E
(110,73,30)
#64431C
(100,67,28)
#5A3D1A
(90,61,26)
#503718
(80,55,24)
#463116
(70,49,22)
#3C2B14
(60,43,20)
#322512
(50,37,18)
#281F10
(40,31,16)
#1E190E
(30,25,14)
#14130C
(20,19,12)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E491E

#6E491E
(110,73,30)
#7B5932
(123,89,50)
#886946
(136,105,70)
#95795A
(149,121,90)
#A2896E
(162,137,110)
#AF9982
(175,153,130)
#BCA996
(188,169,150)
#C9B9AA
(201,185,170)
#D6C9BE
(214,201,190)
#E3D9D2
(227,217,210)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E491E color. Also use rgb(110,73,30) instead hex code.

Text Font Color

.myTextColor { color: #6E491E; }

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

This text font color is #6E491E.


Background Color

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

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

This div background color is #6E491E.


Border color

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

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

This div border color is #6E491E.


Opacity

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

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

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

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

This text has shadow with #6E491E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E491E on black background.


Color preview on white background

This text has color #6E491E on white background.



Black color preview on #6E491E background

This text has black color on #6E491E background.


White color preview on #6E491E background

This text has white color on #6E491E background.