COLOR #6E461A

HEX: #6E461A RGB: (110,70,26)

Color info

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

RGB color model

#6E461A color RGB value is (110,70,26).

RGB: (110,70,26) (43%, 27%, 10%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 26 of 255 = 10%

110
70
26

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

Portions of RGB colors in percentages

R + G + B = 110 + 70 + 26 = 206 (100%)
R 110 of 206 ~ 53.4%
G 70 of 206 ~ 33.98%
B 26 of 206 ~ 12.62'%

%53.4
%33.98
%12.62

CMYK color model

#6E461A color CMYK value is (0,36,76,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 76.36%
  • key color value is 56.86%

CMYK: (0,36,76,57)
C0M36Y76K57 (0%, 36%, 76%, 57%)
(0.00 / 0.36 / 0.76 / 0.57)

CMYK percentages

%0
%36.36
%76.36
%56.86

Codes

Color #6E461A in popluar color models

6E 46 1A
RGB 110 70 26
HSL 31° 61.76% 26.67%
HSB/HSV 31° 76.36% 43.14%
CMYK 0.00% 36.36% 76.36%
56.86%

Color #6E461A in popluar number systems.

HEX 6E 46 1A
Decimal 110 70 26
Binary 1101110 1000110 11010
Octal 156 106 32

Shades and tints

Shades of #6E461A

#6E461A
(110,70,26)
#644018
(100,64,24)
#5A3A16
(90,58,22)
#503414
(80,52,20)
#462E12
(70,46,18)
#3C2810
(60,40,16)
#32220E
(50,34,14)
#281C0C
(40,28,12)
#1E160A
(30,22,10)
#141008
(20,16,8)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #6E461A

#6E461A
(110,70,26)
#7B562E
(123,86,46)
#886642
(136,102,66)
#957656
(149,118,86)
#A2866A
(162,134,106)
#AF967E
(175,150,126)
#BCA692
(188,166,146)
#C9B6A6
(201,182,166)
#D6C6BA
(214,198,186)
#E3D6CE
(227,214,206)
#F0E6E2
(240,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E461A; }

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

This text font color is #6E461A.

Background Color

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

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

This div background color is #6E461A.

Border color

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

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

This div border color is #6E461A.

Opacity

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

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

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

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

This text has shadow with #6E461A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E461A.

Preview

Color preview on black background

This text has color #6E461A on black background.


Color preview on white background

This text has color #6E461A on white background.


Black color preview on #6E461A background

This text has black color on #6E461A background.


White color preview on #6E461A background

This text has white color on #6E461A background.


Related colors

Complementary color

Complementary color for #hex is #91B9E5.


I love getcolorcode.com

Triadic colors

1 #1A6E46 and #461A6E with #6E461A are triadic colors.

2 #1A466E and #466E1A with #6E461A are triadic colors.