COLOR #6E3506

HEX: #6E3506
RGB: (110,53,6)

Color info

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

RGB color model

#6E3506 color RGB value is (110,53,6).

  • red value is 110;
  • green value is 53;
  • blue value is 6.
RGB:
(110,53,6)
(43%,21%,2%)

RGB channels and saturation

R 110 of 255 = 43%
G 53 of 255 = 21%
B 6 of 255 = 2%

110
53
6

R + G + B ~ 22%. #6E3506 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 53 + 6 = 169 (100%)
R 110 of 169 ~ 65.09%
G 53 of 169 ~ 31.36%
B 6 of 169 ~ 3.55%

%65.09
%31.36

CMYK color model

#6E3506 color CMYK value is (0,52,95,57).

  • cyan value is 0.00%
  • magenta value is 51.82%
  • yellow value is 94.55%
  • key color value is 56.86%
CMYK:
(0,52,95,57)
C0M52Y95K57 
(0%,52%,95%,57%)
(0.00/0.52/0.95/0.57)	

CMYK percentages

%0
%51.82
%94.55
%56.86

Codes

Color #6E3506 in popluar color models

6E3506
RGB110536
HSL27°89.66%22.75%
HSB/HSV27°94.55%43.14%
CMYK0.00%51.82%94.55%
56.86%

Color #6E3506 in popluar number systems.

HEX6E3506
Decimal110536
Binary1101110110101110
Octal156656

Shades and tints

Shades of #6E3506

#6E3506
(110,53,6)
#643106
(100,49,6)
#5A2D06
(90,45,6)
#502906
(80,41,6)
#462506
(70,37,6)
#3C2106
(60,33,6)
#321D06
(50,29,6)
#281906
(40,25,6)
#1E1506
(30,21,6)
#141106
(20,17,6)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #6E3506

#6E3506
(110,53,6)
#7B471C
(123,71,28)
#885932
(136,89,50)
#956B48
(149,107,72)
#A27D5E
(162,125,94)
#AF8F74
(175,143,116)
#BCA18A
(188,161,138)
#C9B3A0
(201,179,160)
#D6C5B6
(214,197,182)
#E3D7CC
(227,215,204)
#F0E9E2
(240,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3506; }

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

This text font color is #6E3506.


Background Color

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

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

This div background color is #6E3506.


Border color

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

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

This div border color is #6E3506.


Opacity

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

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

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

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

This text has shadow with #6E3506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3506 on black background.


Color preview on white background

This text has color #6E3506 on white background.



Black color preview on #6E3506 background

This text has black color on #6E3506 background.


White color preview on #6E3506 background

This text has white color on #6E3506 background.