COLOR #6E3216

HEX: #6E3216
RGB: (110,50,22)

Color info

#6E3216 contains mainly red color. Web safe color of #6E3216 is #663300 (or #630).

RGB color model

#6E3216 color RGB value is (110,50,22).

  • red value is 110;
  • green value is 50;
  • blue value is 22.
RGB:
(110,50,22)
(43%,20%,9%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 22 of 255 = 9%

110
50
22

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

Portions of RGB colors in percentages

R + G + B =
110 + 50 + 22 = 182 (100%)
R 110 of 182 ~ 60.44%
G 50 of 182 ~ 27.47%
B 22 of 182 ~ 12.09%

%60.44
%27.47
%12.09

CMYK color model

#6E3216 color CMYK value is (0,55,80,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 80.00%
  • key color value is 56.86%
CMYK:
(0,55,80,57)
C0M55Y80K57 
(0%,55%,80%,57%)
(0.00/0.55/0.80/0.57)	

CMYK percentages

%0
%54.55
%80
%56.86

Codes

Color #6E3216 in popluar color models

6E3216
RGB1105022
HSL19°66.67%25.88%
HSB/HSV19°80.00%43.14%
CMYK0.00%54.55%80.00%
56.86%

Color #6E3216 in popluar number systems.

HEX6E3216
Decimal1105022
Binary110111011001010110
Octal1566226

Shades and tints

Shades of #6E3216

#6E3216
(110,50,22)
#642E14
(100,46,20)
#5A2A12
(90,42,18)
#502610
(80,38,16)
#46220E
(70,34,14)
#3C1E0C
(60,30,12)
#321A0A
(50,26,10)
#281608
(40,22,8)
#1E1206
(30,18,6)
#140E04
(20,14,4)
#0A0A02
(10,10,2)
#000000
(0,0,0)

Tints of #6E3216

#6E3216
(110,50,22)
#7B442B
(123,68,43)
#885640
(136,86,64)
#956855
(149,104,85)
#A27A6A
(162,122,106)
#AF8C7F
(175,140,127)
#BC9E94
(188,158,148)
#C9B0A9
(201,176,169)
#D6C2BE
(214,194,190)
#E3D4D3
(227,212,211)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3216 color. Also use rgb(110,50,22) instead hex code.

Text Font Color

.myTextColor { color: #6E3216; }

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

This text font color is #6E3216.


Background Color

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

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

This div background color is #6E3216.


Border color

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

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

This div border color is #6E3216.


Opacity

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

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

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

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

This text has shadow with #6E3216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3216 on black background.


Color preview on white background

This text has color #6E3216 on white background.



Black color preview on #6E3216 background

This text has black color on #6E3216 background.


White color preview on #6E3216 background

This text has white color on #6E3216 background.