COLOR #6E3701

HEX: #6E3701
RGB: (110,55,1)

Color info

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

RGB color model

#6E3701 color RGB value is (110,55,1).

  • red value is 110;
  • green value is 55;
  • blue value is 1.
RGB:
(110,55,1)
(43%,22%,0%)

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 1 of 255 = 0%

110
55
1

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

Portions of RGB colors in percentages

R + G + B =
110 + 55 + 1 = 166 (100%)
R 110 of 166 ~ 66.27%
G 55 of 166 ~ 33.13%
B 1 of 166 ~ 0.6%

%66.27
%33.13

CMYK color model

#6E3701 color CMYK value is (0,50,99,57).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 99.09%
  • key color value is 56.86%
CMYK:
(0,50,99,57)
C0M50Y99K57 
(0%,50%,99%,57%)
(0.00/0.50/0.99/0.57)	

CMYK percentages

%0
%50
%99.09
%56.86

Codes

Color #6E3701 in popluar color models

6E3701
RGB110551
HSL30°98.20%21.76%
HSB/HSV30°99.09%43.14%
CMYK0.00%50.00%99.09%
56.86%

Color #6E3701 in popluar number systems.

HEX6E3701
Decimal110551
Binary11011101101111
Octal156671

Shades and tints

Shades of #6E3701

#6E3701
(110,55,1)
#643201
(100,50,1)
#5A2D01
(90,45,1)
#502801
(80,40,1)
#462301
(70,35,1)
#3C1E01
(60,30,1)
#321901
(50,25,1)
#281401
(40,20,1)
#1E0F01
(30,15,1)
#140A01
(20,10,1)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #6E3701

#6E3701
(110,55,1)
#7B4918
(123,73,24)
#885B2F
(136,91,47)
#956D46
(149,109,70)
#A27F5D
(162,127,93)
#AF9174
(175,145,116)
#BCA38B
(188,163,139)
#C9B5A2
(201,181,162)
#D6C7B9
(214,199,185)
#E3D9D0
(227,217,208)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3701; }

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

This text font color is #6E3701.


Background Color

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

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

This div background color is #6E3701.


Border color

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

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

This div border color is #6E3701.


Opacity

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

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

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

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

This text has shadow with #6E3701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3701 on black background.


Color preview on white background

This text has color #6E3701 on white background.



Black color preview on #6E3701 background

This text has black color on #6E3701 background.


White color preview on #6E3701 background

This text has white color on #6E3701 background.