COLOR #6D0E20

HEX: #6D0E20
RGB: (109,14,32)

Color info

#6D0E20 contains mainly red color. Web safe color of #6D0E20 is #660033 (or #603).

RGB color model

#6D0E20 color RGB value is (109,14,32).

  • red value is 109;
  • green value is 14;
  • blue value is 32.
RGB:
(109,14,32)
(43%,5%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 14 of 255 = 5%
B 32 of 255 = 13%

109
14
32

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

Portions of RGB colors in percentages

R + G + B =
109 + 14 + 32 = 155 (100%)
R 109 of 155 ~ 70.32%
G 14 of 155 ~ 9.03%
B 32 of 155 ~ 20.65%

%70.32
%20.65

CMYK color model

#6D0E20 color CMYK value is (0,87,71,57).

  • cyan value is 0.00%
  • magenta value is 87.16%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(0,87,71,57)
C0M87Y71K57 
(0%,87%,71%,57%)
(0.00/0.87/0.71/0.57)	

CMYK percentages

%0
%87.16
%70.64
%57.25

Codes

Color #6D0E20 in popluar color models

6D0E20
RGB1091432
HSL349°77.24%24.12%
HSB/HSV349°87.16%42.75%
CMYK0.00%87.16%70.64%
57.25%

Color #6D0E20 in popluar number systems.

HEX6D0E20
Decimal1091432
Binary11011011110100000
Octal1551640

Shades and tints

Shades of #6D0E20

#6D0E20
(109,14,32)
#640D1E
(100,13,30)
#5B0C1C
(91,12,28)
#520B1A
(82,11,26)
#490A18
(73,10,24)
#400916
(64,9,22)
#370814
(55,8,20)
#2E0712
(46,7,18)
#250610
(37,6,16)
#1C050E
(28,5,14)
#13040C
(19,4,12)
#000000
(0,0,0)

Tints of #6D0E20

#6D0E20
(109,14,32)
#7A2334
(122,35,52)
#873848
(135,56,72)
#944D5C
(148,77,92)
#A16270
(161,98,112)
#AE7784
(174,119,132)
#BB8C98
(187,140,152)
#C8A1AC
(200,161,172)
#D5B6C0
(213,182,192)
#E2CBD4
(226,203,212)
#EFE0E8
(239,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D0E20 color. Also use rgb(109,14,32) instead hex code.

Text Font Color

.myTextColor { color: #6D0E20; }

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

This text font color is #6D0E20.


Background Color

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

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

This div background color is #6D0E20.


Border color

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

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

This div border color is #6D0E20.


Opacity

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

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

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

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

This text has shadow with #6D0E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0E20 on black background.


Color preview on white background

This text has color #6D0E20 on white background.



Black color preview on #6D0E20 background

This text has black color on #6D0E20 background.


White color preview on #6D0E20 background

This text has white color on #6D0E20 background.