COLOR #6E5B3B

HEX: #6E5B3B RGB: (110,91,59)

Color info

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

RGB color model

#6E5B3B color RGB value is (110,91,59).

RGB: (110,91,59) (43%, 36%, 23%)

RGB channels and saturation

R 110 of 255 = 43%
G 91 of 255 = 36%
B 59 of 255 = 23%

110
91
59

R + G + B ~ 34%. #6E5B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 91 + 59 = 260 (100%)
R 110 of 260 ~ 42.31%
G 91 of 260 ~ 35%
B 59 of 260 ~ 22.69'%

%42.31
%35
%22.69

CMYK color model

#6E5B3B color CMYK value is (0,17,46,57).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 46.36%
  • key color value is 56.86%

CMYK: (0,17,46,57)
C0M17Y46K57 (0%, 17%, 46%, 57%)
(0.00 / 0.17 / 0.46 / 0.57)

CMYK percentages

%0
%17.27
%46.36
%56.86

Codes

Color #6E5B3B in popluar color models

6E 5B 3B
RGB 110 91 59
HSL 38° 30.18% 33.14%
HSB/HSV 38° 46.36% 43.14%
CMYK 0.00% 17.27% 46.36%
56.86%

Color #6E5B3B in popluar number systems.

HEX 6E 5B 3B
Decimal 110 91 59
Binary 1101110 1011011 111011
Octal 156 133 73

Shades and tints

Shades of #6E5B3B

#6E5B3B
(110,91,59)
#645336
(100,83,54)
#5A4B31
(90,75,49)
#50432C
(80,67,44)
#463B27
(70,59,39)
#3C3322
(60,51,34)
#322B1D
(50,43,29)
#282318
(40,35,24)
#1E1B13
(30,27,19)
#14130E
(20,19,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #6E5B3B

#6E5B3B
(110,91,59)
#7B694C
(123,105,76)
#88775D
(136,119,93)
#95856E
(149,133,110)
#A2937F
(162,147,127)
#AFA190
(175,161,144)
#BCAFA1
(188,175,161)
#C9BDB2
(201,189,178)
#D6CBC3
(214,203,195)
#E3D9D4
(227,217,212)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5B3B color. Also use rgb(110,91,59) instead hex code.

Text Font Color

.myTextColor { color: #6E5B3B; }

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

This text font color is #6E5B3B.

Background Color

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

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

This div background color is #6E5B3B.

Border color

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

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

This div border color is #6E5B3B.

Opacity

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

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

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

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

This text has shadow with #6E5B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5B3B.

Preview

Color preview on black background

This text has color #6E5B3B on black background.


Color preview on white background

This text has color #6E5B3B on white background.


Black color preview on #6E5B3B background

This text has black color on #6E5B3B background.


White color preview on #6E5B3B background

This text has white color on #6E5B3B background.


Related colors

Complementary color

Complementary color for #hex is #91A4C4.


I love getcolorcode.com

Triadic colors

1 #3B6E5B and #5B3B6E with #6E5B3B are triadic colors.

2 #3B5B6E and #5B6E3B with #6E5B3B are triadic colors.