COLOR #6D1E09

HEX: #6D1E09
RGB: (109,30,9)

Color info

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

RGB color model

#6D1E09 color RGB value is (109,30,9).

  • red value is 109;
  • green value is 30;
  • blue value is 9.
RGB:
(109,30,9)
(43%,12%,4%)

RGB channels and saturation

R 109 of 255 = 43%
G 30 of 255 = 12%
B 9 of 255 = 4%

109
30
9

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

Portions of RGB colors in percentages

R + G + B =
109 + 30 + 9 = 148 (100%)
R 109 of 148 ~ 73.65%
G 30 of 148 ~ 20.27%
B 9 of 148 ~ 6.08%

%73.65
%20.27

CMYK color model

#6D1E09 color CMYK value is (0,72,92,57).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 91.74%
  • key color value is 57.25%
CMYK:
(0,72,92,57)
C0M72Y92K57 
(0%,72%,92%,57%)
(0.00/0.72/0.92/0.57)	

CMYK percentages

%0
%72.48
%91.74
%57.25

Codes

Color #6D1E09 in popluar color models

6D1E09
RGB109309
HSL13°84.75%23.14%
HSB/HSV13°91.74%42.75%
CMYK0.00%72.48%91.74%
57.25%

Color #6D1E09 in popluar number systems.

HEX6D1E09
Decimal109309
Binary1101101111101001
Octal1553611

Shades and tints

Shades of #6D1E09

#6D1E09
(109,30,9)
#641C09
(100,28,9)
#5B1A09
(91,26,9)
#521809
(82,24,9)
#491609
(73,22,9)
#401409
(64,20,9)
#371209
(55,18,9)
#2E1009
(46,16,9)
#250E09
(37,14,9)
#1C0C09
(28,12,9)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D1E09

#6D1E09
(109,30,9)
#7A321F
(122,50,31)
#874635
(135,70,53)
#945A4B
(148,90,75)
#A16E61
(161,110,97)
#AE8277
(174,130,119)
#BB968D
(187,150,141)
#C8AAA3
(200,170,163)
#D5BEB9
(213,190,185)
#E2D2CF
(226,210,207)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1E09 color. Also use rgb(109,30,9) instead hex code.

Text Font Color

.myTextColor { color: #6D1E09; }

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

This text font color is #6D1E09.


Background Color

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

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

This div background color is #6D1E09.


Border color

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

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

This div border color is #6D1E09.


Opacity

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

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

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

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

This text has shadow with #6D1E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1E09 on black background.


Color preview on white background

This text has color #6D1E09 on white background.



Black color preview on #6D1E09 background

This text has black color on #6D1E09 background.


White color preview on #6D1E09 background

This text has white color on #6D1E09 background.