COLOR #6D040F

HEX: #6D040F
RGB: (109,4,15)

Color info

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

RGB color model

#6D040F color RGB value is (109,4,15).

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

RGB channels and saturation

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

109
4
15

R + G + B ~ 17%. #6D040F is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 4 + 15 = 128 (100%)
R 109 of 128 ~ 85.16%
G 4 of 128 ~ 3.13%
B 15 of 128 ~ 11.72%

%85.16
%11.72

CMYK color model

#6D040F color CMYK value is (0,96,86,57).

  • cyan value is 0.00%
  • magenta value is 96.33%
  • yellow value is 86.24%
  • key color value is 57.25%
CMYK:
(0,96,86,57)
C0M96Y86K57 
(0%,96%,86%,57%)
(0.00/0.96/0.86/0.57)	

CMYK percentages

%0
%96.33
%86.24
%57.25

Codes

Color #6D040F in popluar color models

6D040F
RGB109415
HSL354°92.92%22.16%
HSB/HSV354°96.33%42.75%
CMYK0.00%96.33%86.24%
57.25%

Color #6D040F in popluar number systems.

HEX6D040F
Decimal109415
Binary11011011001111
Octal155417

Shades and tints

Shades of #6D040F

#6D040F
(109,4,15)
#64040E
(100,4,14)
#5B040D
(91,4,13)
#52040C
(82,4,12)
#49040B
(73,4,11)
#40040A
(64,4,10)
#370409
(55,4,9)
#2E0408
(46,4,8)
#250407
(37,4,7)
#1C0406
(28,4,6)
#130405
(19,4,5)
#000000
(0,0,0)

Tints of #6D040F

#6D040F
(109,4,15)
#7A1A24
(122,26,36)
#873039
(135,48,57)
#94464E
(148,70,78)
#A15C63
(161,92,99)
#AE7278
(174,114,120)
#BB888D
(187,136,141)
#C89EA2
(200,158,162)
#D5B4B7
(213,180,183)
#E2CACC
(226,202,204)
#EFE0E1
(239,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D040F; }

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

This text font color is #6D040F.


Background Color

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

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

This div background color is #6D040F.


Border color

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

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

This div border color is #6D040F.


Opacity

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

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

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

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

This text has shadow with #6D040F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D040F on black background.


Color preview on white background

This text has color #6D040F on white background.



Black color preview on #6D040F background

This text has black color on #6D040F background.


White color preview on #6D040F background

This text has white color on #6D040F background.