COLOR #6D090F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
9
15

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

Portions of RGB colors in percentages

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

%81.95
%11.28

CMYK color model

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

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

CMYK percentages

%0
%91.74
%86.24
%57.25

Codes

Color #6D090F in popluar color models

6D090F
RGB109915
HSL356°84.75%23.14%
HSB/HSV356°91.74%42.75%
CMYK0.00%91.74%86.24%
57.25%

Color #6D090F in popluar number systems.

HEX6D090F
Decimal109915
Binary110110110011111
Octal1551117

Shades and tints

Shades of #6D090F

#6D090F
(109,9,15)
#64090E
(100,9,14)
#5B090D
(91,9,13)
#52090C
(82,9,12)
#49090B
(73,9,11)
#40090A
(64,9,10)
#370909
(55,9,9)
#2E0908
(46,9,8)
#250907
(37,9,7)
#1C0906
(28,9,6)
#130905
(19,9,5)
#000000
(0,0,0)

Tints of #6D090F

#6D090F
(109,9,15)
#7A1F24
(122,31,36)
#873539
(135,53,57)
#944B4E
(148,75,78)
#A16163
(161,97,99)
#AE7778
(174,119,120)
#BB8D8D
(187,141,141)
#C8A3A2
(200,163,162)
#D5B9B7
(213,185,183)
#E2CFCC
(226,207,204)
#EFE5E1
(239,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D090F; }

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

This text font color is #6D090F.


Background Color

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

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

This div background color is #6D090F.


Border color

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

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

This div border color is #6D090F.


Opacity

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

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

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

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

This text has shadow with #6D090F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D090F on black background.


Color preview on white background

This text has color #6D090F on white background.



Black color preview on #6D090F background

This text has black color on #6D090F background.


White color preview on #6D090F background

This text has white color on #6D090F background.