COLOR #6E3D1A

HEX: #6E3D1A
RGB: (110,61,26)

Color info

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

RGB color model

#6E3D1A color RGB value is (110,61,26).

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

RGB channels and saturation

R 110 of 255 = 43%
G 61 of 255 = 24%
B 26 of 255 = 10%

110
61
26

R + G + B ~ 26%. #6E3D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 61 + 26 = 197 (100%)
R 110 of 197 ~ 55.84%
G 61 of 197 ~ 30.96%
B 26 of 197 ~ 13.2%

%55.84
%30.96
%13.2

CMYK color model

#6E3D1A color CMYK value is (0,45,76,57).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 76.36%
  • key color value is 56.86%
CMYK:
(0,45,76,57)
C0M45Y76K57 
(0%,45%,76%,57%)
(0.00/0.45/0.76/0.57)	

CMYK percentages

%0
%44.55
%76.36
%56.86

Codes

Color #6E3D1A in popluar color models

6E3D1A
RGB1106126
HSL25°61.76%26.67%
HSB/HSV25°76.36%43.14%
CMYK0.00%44.55%76.36%
56.86%

Color #6E3D1A in popluar number systems.

HEX6E3D1A
Decimal1106126
Binary110111011110111010
Octal1567532

Shades and tints

Shades of #6E3D1A

#6E3D1A
(110,61,26)
#643818
(100,56,24)
#5A3316
(90,51,22)
#502E14
(80,46,20)
#462912
(70,41,18)
#3C2410
(60,36,16)
#321F0E
(50,31,14)
#281A0C
(40,26,12)
#1E150A
(30,21,10)
#141008
(20,16,8)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #6E3D1A

#6E3D1A
(110,61,26)
#7B4E2E
(123,78,46)
#885F42
(136,95,66)
#957056
(149,112,86)
#A2816A
(162,129,106)
#AF927E
(175,146,126)
#BCA392
(188,163,146)
#C9B4A6
(201,180,166)
#D6C5BA
(214,197,186)
#E3D6CE
(227,214,206)
#F0E7E2
(240,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3D1A; }

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

This text font color is #6E3D1A.


Background Color

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

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

This div background color is #6E3D1A.


Border color

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

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

This div border color is #6E3D1A.


Opacity

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

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

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

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

This text has shadow with #6E3D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3D1A on black background.


Color preview on white background

This text has color #6E3D1A on white background.



Black color preview on #6E3D1A background

This text has black color on #6E3D1A background.


White color preview on #6E3D1A background

This text has white color on #6E3D1A background.