COLOR #6D0F09

HEX: #6D0F09
RGB: (109,15,9)

Color info

#6D0F09 contains mainly red color. Web safe color of #6D0F09 is #660000 (or #600).

RGB color model

#6D0F09 color RGB value is (109,15,9).

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

RGB channels and saturation

R 109 of 255 = 43%
G 15 of 255 = 6%
B 9 of 255 = 4%

109
15
9

R + G + B ~ 18%. #6D0F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 15 + 9 = 133 (100%)
R 109 of 133 ~ 81.95%
G 15 of 133 ~ 11.28%
B 9 of 133 ~ 6.77%

%81.95
%11.28

CMYK color model

#6D0F09 color CMYK value is (0,86,92,57).

  • cyan value is 0.00%
  • magenta value is 86.24%
  • yellow value is 91.74%
  • key color value is 57.25%
CMYK:
(0,86,92,57)
C0M86Y92K57 
(0%,86%,92%,57%)
(0.00/0.86/0.92/0.57)	

CMYK percentages

%0
%86.24
%91.74
%57.25

Codes

Color #6D0F09 in popluar color models

6D0F09
RGB109159
HSL84.75%23.14%
HSB/HSV91.74%42.75%
CMYK0.00%86.24%91.74%
57.25%

Color #6D0F09 in popluar number systems.

HEX6D0F09
Decimal109159
Binary110110111111001
Octal1551711

Shades and tints

Shades of #6D0F09

#6D0F09
(109,15,9)
#640E09
(100,14,9)
#5B0D09
(91,13,9)
#520C09
(82,12,9)
#490B09
(73,11,9)
#400A09
(64,10,9)
#370909
(55,9,9)
#2E0809
(46,8,9)
#250709
(37,7,9)
#1C0609
(28,6,9)
#130509
(19,5,9)
#000000
(0,0,0)

Tints of #6D0F09

#6D0F09
(109,15,9)
#7A241F
(122,36,31)
#873935
(135,57,53)
#944E4B
(148,78,75)
#A16361
(161,99,97)
#AE7877
(174,120,119)
#BB8D8D
(187,141,141)
#C8A2A3
(200,162,163)
#D5B7B9
(213,183,185)
#E2CCCF
(226,204,207)
#EFE1E5
(239,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0F09; }

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

This text font color is #6D0F09.


Background Color

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

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

This div background color is #6D0F09.


Border color

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

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

This div border color is #6D0F09.


Opacity

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

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

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

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

This text has shadow with #6D0F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0F09 on black background.


Color preview on white background

This text has color #6D0F09 on white background.



Black color preview on #6D0F09 background

This text has black color on #6D0F09 background.


White color preview on #6D0F09 background

This text has white color on #6D0F09 background.