COLOR #6E3602

HEX: #6E3602
RGB: (110,54,2)

Color info

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

RGB color model

#6E3602 color RGB value is (110,54,2).

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

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 2 of 255 = 1%

110
54
2

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

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 2 = 166 (100%)
R 110 of 166 ~ 66.27%
G 54 of 166 ~ 32.53%
B 2 of 166 ~ 1.2%

%66.27
%32.53

CMYK color model

#6E3602 color CMYK value is (0,51,98,57).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 98.18%
  • key color value is 56.86%
CMYK:
(0,51,98,57)
C0M51Y98K57 
(0%,51%,98%,57%)
(0.00/0.51/0.98/0.57)	

CMYK percentages

%0
%50.91
%98.18
%56.86

Codes

Color #6E3602 in popluar color models

6E3602
RGB110542
HSL29°96.43%21.96%
HSB/HSV29°98.18%43.14%
CMYK0.00%50.91%98.18%
56.86%

Color #6E3602 in popluar number systems.

HEX6E3602
Decimal110542
Binary110111011011010
Octal156662

Shades and tints

Shades of #6E3602

#6E3602
(110,54,2)
#643202
(100,50,2)
#5A2E02
(90,46,2)
#502A02
(80,42,2)
#462602
(70,38,2)
#3C2202
(60,34,2)
#321E02
(50,30,2)
#281A02
(40,26,2)
#1E1602
(30,22,2)
#141202
(20,18,2)
#0A0E02
(10,14,2)
#000000
(0,0,0)

Tints of #6E3602

#6E3602
(110,54,2)
#7B4819
(123,72,25)
#885A30
(136,90,48)
#956C47
(149,108,71)
#A27E5E
(162,126,94)
#AF9075
(175,144,117)
#BCA28C
(188,162,140)
#C9B4A3
(201,180,163)
#D6C6BA
(214,198,186)
#E3D8D1
(227,216,209)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3602; }

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

This text font color is #6E3602.


Background Color

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

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

This div background color is #6E3602.


Border color

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

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

This div border color is #6E3602.


Opacity

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

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

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

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

This text has shadow with #6E3602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3602 on black background.


Color preview on white background

This text has color #6E3602 on white background.



Black color preview on #6E3602 background

This text has black color on #6E3602 background.


White color preview on #6E3602 background

This text has white color on #6E3602 background.