COLOR #6E4313

HEX: #6E4313
RGB: (110,67,19)

Color info

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

RGB color model

#6E4313 color RGB value is (110,67,19).

  • red value is 110;
  • green value is 67;
  • blue value is 19.
RGB: (110,67,19) (43%,26%,7%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 19 of 255 = 7%

110
67
19

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

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 19 = 196 (100%)
R 110 of 196 ~ 56.12%
G 67 of 196 ~ 34.18%
B 19 of 196 ~ 9.69%

%56.12
%34.18
%9.69

CMYK color model

#6E4313 color CMYK value is (0,39,83,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 82.73%
  • key color value is 56.86%
CMYK: (0,39,83,57) C0M39Y83K57 (0%,39%,83%,57%) (0.00/0.39/0.83/0.57)

CMYK percentages

%0
%39.09
%82.73
%56.86

Codes

Color #6E4313 in popluar color models

6E4313
RGB1106719
HSL32°70.54%25.29%
HSB/HSV32°82.73%43.14%
CMYK0.00%39.09%82.73%
56.86%

Color #6E4313 in popluar number systems.

HEX6E4313
Decimal1106719
Binary1101110100001110011
Octal15610323

Shades and tints

Shades of #6E4313

#6E4313
(110,67,19)
#643D12
(100,61,18)
#5A3711
(90,55,17)
#503110
(80,49,16)
#462B0F
(70,43,15)
#3C250E
(60,37,14)
#321F0D
(50,31,13)
#28190C
(40,25,12)
#1E130B
(30,19,11)
#140D0A
(20,13,10)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #6E4313

#6E4313
(110,67,19)
#7B5428
(123,84,40)
#88653D
(136,101,61)
#957652
(149,118,82)
#A28767
(162,135,103)
#AF987C
(175,152,124)
#BCA991
(188,169,145)
#C9BAA6
(201,186,166)
#D6CBBB
(214,203,187)
#E3DCD0
(227,220,208)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4313 color. Also use rgb(110,67,19) instead hex code.

Text Font Color

.myTextColor { color: #6E4313; }

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

This text font color is #6E4313.


Background Color

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

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

This div background color is #6E4313.


Border color

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

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

This div border color is #6E4313.


Opacity

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

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

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

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

This text has shadow with #6E4313 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E4313 on black background.


Color preview on white background

This text has color #6E4313 on white background.



Black color preview on #6E4313 background

This text has black color on #6E4313 background.


White color preview on #6E4313 background

This text has white color on #6E4313 background.