COLOR #6E4A1A

HEX: #6E4A1A
RGB: (110,74,26)

Color info

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

RGB color model

#6E4A1A color RGB value is (110,74,26).

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

RGB channels and saturation

R 110 of 255 = 43%
G 74 of 255 = 29%
B 26 of 255 = 10%

110
74
26

R + G + B ~ 27%. #6E4A1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 74 + 26 = 210 (100%)
R 110 of 210 ~ 52.38%
G 74 of 210 ~ 35.24%
B 26 of 210 ~ 12.38%

%52.38
%35.24
%12.38

CMYK color model

#6E4A1A color CMYK value is (0,33,76,57).

  • cyan value is 0.00%
  • magenta value is 32.73%
  • yellow value is 76.36%
  • key color value is 56.86%
CMYK:
(0,33,76,57)
C0M33Y76K57 
(0%,33%,76%,57%)
(0.00/0.33/0.76/0.57)	

CMYK percentages

%0
%32.73
%76.36
%56.86

Codes

Color #6E4A1A in popluar color models

6E4A1A
RGB1107426
HSL34°61.76%26.67%
HSB/HSV34°76.36%43.14%
CMYK0.00%32.73%76.36%
56.86%

Color #6E4A1A in popluar number systems.

HEX6E4A1A
Decimal1107426
Binary1101110100101011010
Octal15611232

Shades and tints

Shades of #6E4A1A

#6E4A1A
(110,74,26)
#644418
(100,68,24)
#5A3E16
(90,62,22)
#503814
(80,56,20)
#463212
(70,50,18)
#3C2C10
(60,44,16)
#32260E
(50,38,14)
#28200C
(40,32,12)
#1E1A0A
(30,26,10)
#141408
(20,20,8)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #6E4A1A

#6E4A1A
(110,74,26)
#7B5A2E
(123,90,46)
#886A42
(136,106,66)
#957A56
(149,122,86)
#A28A6A
(162,138,106)
#AF9A7E
(175,154,126)
#BCAA92
(188,170,146)
#C9BAA6
(201,186,166)
#D6CABA
(214,202,186)
#E3DACE
(227,218,206)
#F0EAE2
(240,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4A1A; }

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

This text font color is #6E4A1A.


Background Color

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

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

This div background color is #6E4A1A.


Border color

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

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

This div border color is #6E4A1A.


Opacity

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

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

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

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

This text has shadow with #6E4A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4A1A on black background.


Color preview on white background

This text has color #6E4A1A on white background.



Black color preview on #6E4A1A background

This text has black color on #6E4A1A background.


White color preview on #6E4A1A background

This text has white color on #6E4A1A background.