COLOR #6E471A

HEX: #6E471A
RGB: (110,71,26)

Color info

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

RGB color model

#6E471A color RGB value is (110,71,26).

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

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 26 of 255 = 10%

110
71
26

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

Portions of RGB colors in percentages

R + G + B =
110 + 71 + 26 = 207 (100%)
R 110 of 207 ~ 53.14%
G 71 of 207 ~ 34.3%
B 26 of 207 ~ 12.56%

%53.14
%34.3
%12.56

CMYK color model

#6E471A color CMYK value is (0,35,76,57).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 76.36%
  • key color value is 56.86%
CMYK:
(0,35,76,57)
C0M35Y76K57 
(0%,35%,76%,57%)
(0.00/0.35/0.76/0.57)	

CMYK percentages

%0
%35.45
%76.36
%56.86

Codes

Color #6E471A in popluar color models

6E471A
RGB1107126
HSL32°61.76%26.67%
HSB/HSV32°76.36%43.14%
CMYK0.00%35.45%76.36%
56.86%

Color #6E471A in popluar number systems.

HEX6E471A
Decimal1107126
Binary1101110100011111010
Octal15610732

Shades and tints

Shades of #6E471A

#6E471A
(110,71,26)
#644118
(100,65,24)
#5A3B16
(90,59,22)
#503514
(80,53,20)
#462F12
(70,47,18)
#3C2910
(60,41,16)
#32230E
(50,35,14)
#281D0C
(40,29,12)
#1E170A
(30,23,10)
#141108
(20,17,8)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #6E471A

#6E471A
(110,71,26)
#7B572E
(123,87,46)
#886742
(136,103,66)
#957756
(149,119,86)
#A2876A
(162,135,106)
#AF977E
(175,151,126)
#BCA792
(188,167,146)
#C9B7A6
(201,183,166)
#D6C7BA
(214,199,186)
#E3D7CE
(227,215,206)
#F0E7E2
(240,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E471A; }

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

This text font color is #6E471A.


Background Color

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

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

This div background color is #6E471A.


Border color

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

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

This div border color is #6E471A.


Opacity

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

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

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

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

This text has shadow with #6E471A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E471A on black background.


Color preview on white background

This text has color #6E471A on white background.



Black color preview on #6E471A background

This text has black color on #6E471A background.


White color preview on #6E471A background

This text has white color on #6E471A background.