COLOR #6E3912

HEX: #6E3912
RGB: (110,57,18)

Color info

#6E3912 contains mainly red and green colors. Web safe color of #6E3912 is #663300 (or #630).

RGB color model

#6E3912 color RGB value is (110,57,18).

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

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 18 of 255 = 7%

110
57
18

R + G + B ~ 24%. #6E3912 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 57 + 18 = 185 (100%)
R 110 of 185 ~ 59.46%
G 57 of 185 ~ 30.81%
B 18 of 185 ~ 9.73%

%59.46
%30.81
%9.73

CMYK color model

#6E3912 color CMYK value is (0,48,84,57).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 83.64%
  • key color value is 56.86%
CMYK:
(0,48,84,57)
C0M48Y84K57 
(0%,48%,84%,57%)
(0.00/0.48/0.84/0.57)	

CMYK percentages

%0
%48.18
%83.64
%56.86

Codes

Color #6E3912 in popluar color models

6E3912
RGB1105718
HSL25°71.88%25.10%
HSB/HSV25°83.64%43.14%
CMYK0.00%48.18%83.64%
56.86%

Color #6E3912 in popluar number systems.

HEX6E3912
Decimal1105718
Binary110111011100110010
Octal1567122

Shades and tints

Shades of #6E3912

#6E3912
(110,57,18)
#643411
(100,52,17)
#5A2F10
(90,47,16)
#502A0F
(80,42,15)
#46250E
(70,37,14)
#3C200D
(60,32,13)
#321B0C
(50,27,12)
#28160B
(40,22,11)
#1E110A
(30,17,10)
#140C09
(20,12,9)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #6E3912

#6E3912
(110,57,18)
#7B4B27
(123,75,39)
#885D3C
(136,93,60)
#956F51
(149,111,81)
#A28166
(162,129,102)
#AF937B
(175,147,123)
#BCA590
(188,165,144)
#C9B7A5
(201,183,165)
#D6C9BA
(214,201,186)
#E3DBCF
(227,219,207)
#F0EDE4
(240,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3912; }

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

This text font color is #6E3912.


Background Color

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

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

This div background color is #6E3912.


Border color

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

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

This div border color is #6E3912.


Opacity

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

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

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

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

This text has shadow with #6E3912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3912 on black background.


Color preview on white background

This text has color #6E3912 on white background.



Black color preview on #6E3912 background

This text has black color on #6E3912 background.


White color preview on #6E3912 background

This text has white color on #6E3912 background.