COLOR #6E4B3B

HEX: #6E4B3B RGB: (110,75,59)

Color info

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

RGB color model

#6E4B3B color RGB value is (110,75,59).

RGB: (110,75,59) (43%, 29%, 23%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 59 of 255 = 23%

110
75
59

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

Portions of RGB colors in percentages

R + G + B = 110 + 75 + 59 = 244 (100%)
R 110 of 244 ~ 45.08%
G 75 of 244 ~ 30.74%
B 59 of 244 ~ 24.18'%

%45.08
%30.74
%24.18

CMYK color model

#6E4B3B color CMYK value is (0,32,46,57).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 46.36%
  • key color value is 56.86%
CMYK: (0,32,46,57) C0M32Y46K57 (0%,32%,46%,57%) (0.00/0.32/0.46/0.57) 

CMYK percentages

%0
%31.82
%46.36
%56.86

Codes

Color #6E4B3B in popluar color models

6E 4B 3B
RGB 110 75 59
HSL 19° 30.18% 33.14%
HSB/HSV 19° 46.36% 43.14%
CMYK 0.00% 31.82% 46.36%
56.86%

Color #6E4B3B in popluar number systems.

HEX 6E 4B 3B
Decimal 110 75 59
Binary 1101110 1001011 111011
Octal 156 113 73

Shades and tints

Shades of #6E4B3B

#6E4B3B
(110,75,59)
#644536
(100,69,54)
#5A3F31
(90,63,49)
#50392C
(80,57,44)
#463327
(70,51,39)
#3C2D22
(60,45,34)
#32271D
(50,39,29)
#282118
(40,33,24)
#1E1B13
(30,27,19)
#14150E
(20,21,14)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E4B3B

#6E4B3B
(110,75,59)
#7B5B4C
(123,91,76)
#886B5D
(136,107,93)
#957B6E
(149,123,110)
#A28B7F
(162,139,127)
#AF9B90
(175,155,144)
#BCABA1
(188,171,161)
#C9BBB2
(201,187,178)
#D6CBC3
(214,203,195)
#E3DBD4
(227,219,212)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4B3B; }

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

This text font color is #6E4B3B.

Background Color

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

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

This div background color is #6E4B3B.

Border color

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

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

This div border color is #6E4B3B.

Opacity

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

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

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

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

This text has shadow with #6E4B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4B3B.

Preview

Color preview on black background

This text has color #6E4B3B on black background.


Color preview on white background

This text has color #6E4B3B on white background.


Black color preview on #6E4B3B background

This text has black color on #6E4B3B background.


White color preview on #6E4B3B background

This text has white color on #6E4B3B background.


Related colors

Complementary color

Complementary color for #hex is #91B4C4.


I love getcolorcode.com

Triadic colors

1 #3B6E4B and #4B3B6E with #6E4B3B are triadic colors.

2 #3B4B6E and #4B6E3B with #6E4B3B are triadic colors.