COLOR #6E3C06

HEX: #6E3C06
RGB: (110,60,6)

Color info

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

RGB color model

#6E3C06 color RGB value is (110,60,6).

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

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 6 of 255 = 2%

110
60
6

R + G + B ~ 23%. #6E3C06 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 60 + 6 = 176 (100%)
R 110 of 176 ~ 62.5%
G 60 of 176 ~ 34.09%
B 6 of 176 ~ 3.41%

%62.5
%34.09

CMYK color model

#6E3C06 color CMYK value is (0,45,95,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 94.55%
  • key color value is 56.86%
CMYK:
(0,45,95,57)
C0M45Y95K57 
(0%,45%,95%,57%)
(0.00/0.45/0.95/0.57)	

CMYK percentages

%0
%45.45
%94.55
%56.86

Codes

Color #6E3C06 in popluar color models

6E3C06
RGB110606
HSL31°89.66%22.75%
HSB/HSV31°94.55%43.14%
CMYK0.00%45.45%94.55%
56.86%

Color #6E3C06 in popluar number systems.

HEX6E3C06
Decimal110606
Binary1101110111100110
Octal156746

Shades and tints

Shades of #6E3C06

#6E3C06
(110,60,6)
#643706
(100,55,6)
#5A3206
(90,50,6)
#502D06
(80,45,6)
#462806
(70,40,6)
#3C2306
(60,35,6)
#321E06
(50,30,6)
#281906
(40,25,6)
#1E1406
(30,20,6)
#140F06
(20,15,6)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #6E3C06

#6E3C06
(110,60,6)
#7B4D1C
(123,77,28)
#885E32
(136,94,50)
#956F48
(149,111,72)
#A2805E
(162,128,94)
#AF9174
(175,145,116)
#BCA28A
(188,162,138)
#C9B3A0
(201,179,160)
#D6C4B6
(214,196,182)
#E3D5CC
(227,213,204)
#F0E6E2
(240,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3C06; }

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

This text font color is #6E3C06.


Background Color

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

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

This div background color is #6E3C06.


Border color

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

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

This div border color is #6E3C06.


Opacity

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

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

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

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

This text has shadow with #6E3C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3C06 on black background.


Color preview on white background

This text has color #6E3C06 on white background.



Black color preview on #6E3C06 background

This text has black color on #6E3C06 background.


White color preview on #6E3C06 background

This text has white color on #6E3C06 background.