COLOR #6E4755

HEX: #6E4755 RGB: (110,71,85)

Color info

#6E4755 contains red, green and blue colors in about the same proportion. Web safe color of #6E4755 is #663366 (or #636).

RGB color model

#6E4755 color RGB value is (110,71,85).

RGB: (110,71,85) (43%, 28%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 85 of 255 = 33%

110
71
85

R + G + B ~ 35%. #6E4755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 71 + 85 = 266 (100%)
R 110 of 266 ~ 41.35%
G 71 of 266 ~ 26.69%
B 85 of 266 ~ 31.95'%

%41.35
%26.69
%31.95

CMYK color model

#6E4755 color CMYK value is (0,35,23,57).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 22.73%
  • key color value is 56.86%

CMYK: (0,35,23,57)
C0M35Y23K57 (0%, 35%, 23%, 57%)
(0.00 / 0.35 / 0.23 / 0.57)

CMYK percentages

%0
%35.45
%22.73
%56.86

Codes

Color #6E4755 in popluar color models

6E 47 55
RGB 110 71 85
HSL 338° 21.55% 35.49%
HSB/HSV 338° 35.45% 43.14%
CMYK 0.00% 35.45% 22.73%
56.86%

Color #6E4755 in popluar number systems.

HEX 6E 47 55
Decimal 110 71 85
Binary 1101110 1000111 1010101
Octal 156 107 125

Shades and tints

Shades of #6E4755

#6E4755
(110,71,85)
#64414E
(100,65,78)
#5A3B47
(90,59,71)
#503540
(80,53,64)
#462F39
(70,47,57)
#3C2932
(60,41,50)
#32232B
(50,35,43)
#281D24
(40,29,36)
#1E171D
(30,23,29)
#141116
(20,17,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E4755

#6E4755
(110,71,85)
#7B5764
(123,87,100)
#886773
(136,103,115)
#957782
(149,119,130)
#A28791
(162,135,145)
#AF97A0
(175,151,160)
#BCA7AF
(188,167,175)
#C9B7BE
(201,183,190)
#D6C7CD
(214,199,205)
#E3D7DC
(227,215,220)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4755; }

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

This text font color is #6E4755.

Background Color

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

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

This div background color is #6E4755.

Border color

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

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

This div border color is #6E4755.

Opacity

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

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

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

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

This text has shadow with #6E4755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4755.

Preview

Color preview on black background

This text has color #6E4755 on black background.


Color preview on white background

This text has color #6E4755 on white background.


Black color preview on #6E4755 background

This text has black color on #6E4755 background.


White color preview on #6E4755 background

This text has white color on #6E4755 background.


Related colors

Complementary color

Complementary color for #hex is #91B8AA.


I love getcolorcode.com

Triadic colors

1 #556E47 and #47556E with #6E4755 are triadic colors.

2 #55476E and #476E55 with #6E4755 are triadic colors.