COLOR #6E414A

HEX: #6E414A RGB: (110,65,74)

Color info

#6E414A contains red, green and blue colors in about the same proportion. Web safe color of #6E414A is #663333 (or #633).

RGB color model

#6E414A color RGB value is (110,65,74).

RGB: (110,65,74) (43%, 25%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 74 of 255 = 29%

110
65
74

R + G + B ~ 32%. #6E414A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 65 + 74 = 249 (100%)
R 110 of 249 ~ 44.18%
G 65 of 249 ~ 26.1%
B 74 of 249 ~ 29.72'%

%44.18
%26.1
%29.72

CMYK color model

#6E414A color CMYK value is (0,41,33,57).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 32.73%
  • key color value is 56.86%

CMYK: (0,41,33,57)
C0M41Y33K57 (0%, 41%, 33%, 57%)
(0.00 / 0.41 / 0.33 / 0.57)

CMYK percentages

%0
%40.91
%32.73
%56.86

Codes

Color #6E414A in popluar color models

6E 41 4A
RGB 110 65 74
HSL 348° 25.71% 34.31%
HSB/HSV 348° 40.91% 43.14%
CMYK 0.00% 40.91% 32.73%
56.86%

Color #6E414A in popluar number systems.

HEX 6E 41 4A
Decimal 110 65 74
Binary 1101110 1000001 1001010
Octal 156 101 112

Shades and tints

Shades of #6E414A

#6E414A
(110,65,74)
#643C44
(100,60,68)
#5A373E
(90,55,62)
#503238
(80,50,56)
#462D32
(70,45,50)
#3C282C
(60,40,44)
#322326
(50,35,38)
#281E20
(40,30,32)
#1E191A
(30,25,26)
#141414
(20,20,20)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #6E414A

#6E414A
(110,65,74)
#7B525A
(123,82,90)
#88636A
(136,99,106)
#95747A
(149,116,122)
#A2858A
(162,133,138)
#AF969A
(175,150,154)
#BCA7AA
(188,167,170)
#C9B8BA
(201,184,186)
#D6C9CA
(214,201,202)
#E3DADA
(227,218,218)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E414A; }

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

This text font color is #6E414A.

Background Color

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

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

This div background color is #6E414A.

Border color

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

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

This div border color is #6E414A.

Opacity

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

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

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

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

This text has shadow with #6E414A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E414A.

Preview

Color preview on black background

This text has color #6E414A on black background.


Color preview on white background

This text has color #6E414A on white background.


Black color preview on #6E414A background

This text has black color on #6E414A background.


White color preview on #6E414A background

This text has white color on #6E414A background.


Related colors

Complementary color

Complementary color for #hex is #91BEB5.


I love getcolorcode.com

Triadic colors

1 #4A6E41 and #414A6E with #6E414A are triadic colors.

2 #4A416E and #416E4A with #6E414A are triadic colors.