COLOR #6E4A09

HEX: #6E4A09
RGB: (110,74,9)

Color info

#6E4A09 contains mainly red and green colors. Web safe color of #6E4A09 is #663300 (or #630).

RGB color model

#6E4A09 color RGB value is (110,74,9).

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

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 9 of 255 = 4%

110
74
9

R + G + B ~ 25%. #6E4A09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 9 = 193 (100%)
R 110 of 193 ~ 56.99%
G 74 of 193 ~ 38.34%
B 9 of 193 ~ 4.66%

%56.99
%38.34

CMYK color model

#6E4A09 color CMYK value is (0,33,92,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 91.82%
  • key color value is 56.86%
CMYK:
(0,33,92,57)
C0M33Y92K57 
(0%,33%,92%,57%)
(0.00/0.33/0.92/0.57)	

CMYK percentages

%0
%32.73
%91.82
%56.86

Codes

Color #6E4A09 in popluar color models

6E4A09
RGB110749
HSL39°84.87%23.33%
HSB/HSV39°91.82%43.14%
CMYK0.00%32.73%91.82%
56.86%

Color #6E4A09 in popluar number systems.

HEX6E4A09
Decimal110749
Binary110111010010101001
Octal15611211

Shades and tints

Shades of #6E4A09

#6E4A09
(110,74,9)
#644409
(100,68,9)
#5A3E09
(90,62,9)
#503809
(80,56,9)
#463209
(70,50,9)
#3C2C09
(60,44,9)
#322609
(50,38,9)
#282009
(40,32,9)
#1E1A09
(30,26,9)
#141409
(20,20,9)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #6E4A09

#6E4A09
(110,74,9)
#7B5A1F
(123,90,31)
#886A35
(136,106,53)
#957A4B
(149,122,75)
#A28A61
(162,138,97)
#AF9A77
(175,154,119)
#BCAA8D
(188,170,141)
#C9BAA3
(201,186,163)
#D6CAB9
(214,202,185)
#E3DACF
(227,218,207)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4A09; }

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

This text font color is #6E4A09.


Background Color

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

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

This div background color is #6E4A09.


Border color

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

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

This div border color is #6E4A09.


Opacity

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

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

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

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

This text has shadow with #6E4A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A09 on black background.


Color preview on white background

This text has color #6E4A09 on white background.



Black color preview on #6E4A09 background

This text has black color on #6E4A09 background.


White color preview on #6E4A09 background

This text has white color on #6E4A09 background.