COLOR #6E4B37

HEX: #6E4B37
RGB: (110,75,55)

Color info

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

RGB color model

#6E4B37 color RGB value is (110,75,55).

  • red value is 110;
  • green value is 75;
  • blue value is 55.
RGB:
(110,75,55)
(43%,29%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 55 of 255 = 22%

110
75
55

R + G + B ~ 31%. #6E4B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 55 = 240 (100%)
R 110 of 240 ~ 45.83%
G 75 of 240 ~ 31.25%
B 55 of 240 ~ 22.92%

%45.83
%31.25
%22.92

CMYK color model

#6E4B37 color CMYK value is (0,32,50,57).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(0,32,50,57)
C0M32Y50K57 
(0%,32%,50%,57%)
(0.00/0.32/0.50/0.57)	

CMYK percentages

%0
%31.82
%50
%56.86

Codes

Color #6E4B37 in popluar color models

6E4B37
RGB1107555
HSL22°33.33%32.35%
HSB/HSV22°50.00%43.14%
CMYK0.00%31.82%50.00%
56.86%

Color #6E4B37 in popluar number systems.

HEX6E4B37
Decimal1107555
Binary11011101001011110111
Octal15611367

Shades and tints

Shades of #6E4B37

#6E4B37
(110,75,55)
#644532
(100,69,50)
#5A3F2D
(90,63,45)
#503928
(80,57,40)
#463323
(70,51,35)
#3C2D1E
(60,45,30)
#322719
(50,39,25)
#282114
(40,33,20)
#1E1B0F
(30,27,15)
#14150A
(20,21,10)
#0A0F05
(10,15,5)
#000000
(0,0,0)

Tints of #6E4B37

#6E4B37
(110,75,55)
#7B5B49
(123,91,73)
#886B5B
(136,107,91)
#957B6D
(149,123,109)
#A28B7F
(162,139,127)
#AF9B91
(175,155,145)
#BCABA3
(188,171,163)
#C9BBB5
(201,187,181)
#D6CBC7
(214,203,199)
#E3DBD9
(227,219,217)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4B37; }

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

This text font color is #6E4B37.


Background Color

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

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

This div background color is #6E4B37.


Border color

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

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

This div border color is #6E4B37.


Opacity

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

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

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

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

This text has shadow with #6E4B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B37 on black background.


Color preview on white background

This text has color #6E4B37 on white background.



Black color preview on #6E4B37 background

This text has black color on #6E4B37 background.


White color preview on #6E4B37 background

This text has white color on #6E4B37 background.