COLOR #6E2C01

HEX: #6E2C01
RGB: (110,44,1)

Color info

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

RGB color model

#6E2C01 color RGB value is (110,44,1).

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

RGB channels and saturation

R 110 of 255 = 43%
G 44 of 255 = 17%
B 1 of 255 = 0%

110
44
1

R + G + B ~ 20%. #6E2C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 44 + 1 = 155 (100%)
R 110 of 155 ~ 70.97%
G 44 of 155 ~ 28.39%
B 1 of 155 ~ 0.65%

%70.97
%28.39

CMYK color model

#6E2C01 color CMYK value is (0,60,99,57).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 99.09%
  • key color value is 56.86%
CMYK:
(0,60,99,57)
C0M60Y99K57 
(0%,60%,99%,57%)
(0.00/0.60/0.99/0.57)	

CMYK percentages

%0
%60
%99.09
%56.86

Codes

Color #6E2C01 in popluar color models

6E2C01
RGB110441
HSL24°98.20%21.76%
HSB/HSV24°99.09%43.14%
CMYK0.00%60.00%99.09%
56.86%

Color #6E2C01 in popluar number systems.

HEX6E2C01
Decimal110441
Binary11011101011001
Octal156541

Shades and tints

Shades of #6E2C01

#6E2C01
(110,44,1)
#642801
(100,40,1)
#5A2401
(90,36,1)
#502001
(80,32,1)
#461C01
(70,28,1)
#3C1801
(60,24,1)
#321401
(50,20,1)
#281001
(40,16,1)
#1E0C01
(30,12,1)
#140801
(20,8,1)
#0A0401
(10,4,1)
#000000
(0,0,0)

Tints of #6E2C01

#6E2C01
(110,44,1)
#7B3F18
(123,63,24)
#88522F
(136,82,47)
#956546
(149,101,70)
#A2785D
(162,120,93)
#AF8B74
(175,139,116)
#BC9E8B
(188,158,139)
#C9B1A2
(201,177,162)
#D6C4B9
(214,196,185)
#E3D7D0
(227,215,208)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2C01; }

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

This text font color is #6E2C01.


Background Color

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

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

This div background color is #6E2C01.


Border color

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

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

This div border color is #6E2C01.


Opacity

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

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

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

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

This text has shadow with #6E2C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2C01 on black background.


Color preview on white background

This text has color #6E2C01 on white background.



Black color preview on #6E2C01 background

This text has black color on #6E2C01 background.


White color preview on #6E2C01 background

This text has white color on #6E2C01 background.