COLOR #6E553A

HEX: #6E553A RGB: (110,85,58)

Color info

#6E553A contains red, green and blue colors in about the same proportion. Web safe color of #6E553A is #666633 (or #663).

RGB color model

#6E553A color RGB value is (110,85,58).

RGB: (110,85,58) (43%, 33%, 23%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 58 of 255 = 23%

110
85
58

R + G + B ~ 33%. #6E553A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 85 + 58 = 253 (100%)
R 110 of 253 ~ 43.48%
G 85 of 253 ~ 33.6%
B 58 of 253 ~ 22.92'%

%43.48
%33.6
%22.92

CMYK color model

#6E553A color CMYK value is (0,23,47,57).

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

CMYK: (0,23,47,57)
C0M23Y47K57 (0%, 23%, 47%, 57%)
(0.00 / 0.23 / 0.47 / 0.57)

CMYK percentages

%0
%22.73
%47.27
%56.86

Codes

Color #6E553A in popluar color models

6E 55 3A
RGB 110 85 58
HSL 31° 30.95% 32.94%
HSB/HSV 31° 47.27% 43.14%
CMYK 0.00% 22.73% 47.27%
56.86%

Color #6E553A in popluar number systems.

HEX 6E 55 3A
Decimal 110 85 58
Binary 1101110 1010101 111010
Octal 156 125 72

Shades and tints

Shades of #6E553A

#6E553A
(110,85,58)
#644E35
(100,78,53)
#5A4730
(90,71,48)
#50402B
(80,64,43)
#463926
(70,57,38)
#3C3221
(60,50,33)
#322B1C
(50,43,28)
#282417
(40,36,23)
#1E1D12
(30,29,18)
#14160D
(20,22,13)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #6E553A

#6E553A
(110,85,58)
#7B644B
(123,100,75)
#88735C
(136,115,92)
#95826D
(149,130,109)
#A2917E
(162,145,126)
#AFA08F
(175,160,143)
#BCAFA0
(188,175,160)
#C9BEB1
(201,190,177)
#D6CDC2
(214,205,194)
#E3DCD3
(227,220,211)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E553A; }

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

This text font color is #6E553A.

Background Color

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

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

This div background color is #6E553A.

Border color

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

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

This div border color is #6E553A.

Opacity

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

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

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

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

This text has shadow with #6E553A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E553A.

Preview

Color preview on black background

This text has color #6E553A on black background.


Color preview on white background

This text has color #6E553A on white background.


Black color preview on #6E553A background

This text has black color on #6E553A background.


White color preview on #6E553A background

This text has white color on #6E553A background.


Related colors

Complementary color

Complementary color for #hex is #91AAC5.


I love getcolorcode.com

Triadic colors

1 #3A6E55 and #553A6E with #6E553A are triadic colors.

2 #3A556E and #556E3A with #6E553A are triadic colors.