COLOR #6E391B

HEX: #6E391B
RGB: (110,57,27)

Color info

#6E391B contains mainly red and green colors. Web safe color of #6E391B is #663333 (or #633).

RGB color model

#6E391B color RGB value is (110,57,27).

  • red value is 110;
  • green value is 57;
  • blue value is 27.
RGB:
(110,57,27)
(43%,22%,11%)

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 27 of 255 = 11%

110
57
27

R + G + B ~ 25%. #6E391B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 57 + 27 = 194 (100%)
R 110 of 194 ~ 56.7%
G 57 of 194 ~ 29.38%
B 27 of 194 ~ 13.92%

%56.7
%29.38
%13.92

CMYK color model

#6E391B color CMYK value is (0,48,75,57).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 75.45%
  • key color value is 56.86%
CMYK:
(0,48,75,57)
C0M48Y75K57 
(0%,48%,75%,57%)
(0.00/0.48/0.75/0.57)	

CMYK percentages

%0
%48.18
%75.45
%56.86

Codes

Color #6E391B in popluar color models

6E391B
RGB1105727
HSL22°60.58%26.86%
HSB/HSV22°75.45%43.14%
CMYK0.00%48.18%75.45%
56.86%

Color #6E391B in popluar number systems.

HEX6E391B
Decimal1105727
Binary110111011100111011
Octal1567133

Shades and tints

Shades of #6E391B

#6E391B
(110,57,27)
#643419
(100,52,25)
#5A2F17
(90,47,23)
#502A15
(80,42,21)
#462513
(70,37,19)
#3C2011
(60,32,17)
#321B0F
(50,27,15)
#28160D
(40,22,13)
#1E110B
(30,17,11)
#140C09
(20,12,9)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #6E391B

#6E391B
(110,57,27)
#7B4B2F
(123,75,47)
#885D43
(136,93,67)
#956F57
(149,111,87)
#A2816B
(162,129,107)
#AF937F
(175,147,127)
#BCA593
(188,165,147)
#C9B7A7
(201,183,167)
#D6C9BB
(214,201,187)
#E3DBCF
(227,219,207)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E391B color. Also use rgb(110,57,27) instead hex code.

Text Font Color

.myTextColor { color: #6E391B; }

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

This text font color is #6E391B.


Background Color

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

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

This div background color is #6E391B.


Border color

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

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

This div border color is #6E391B.


Opacity

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

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

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

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

This text has shadow with #6E391B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E391B on black background.


Color preview on white background

This text has color #6E391B on white background.



Black color preview on #6E391B background

This text has black color on #6E391B background.


White color preview on #6E391B background

This text has white color on #6E391B background.