COLOR #6D1C13

HEX: #6D1C13
RGB: (109,28,19)

Color info

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

RGB color model

#6D1C13 color RGB value is (109,28,19).

  • red value is 109;
  • green value is 28;
  • blue value is 19.
RGB:
(109,28,19)
(43%,11%,7%)

RGB channels and saturation

R 109 of 255 = 43%
G 28 of 255 = 11%
B 19 of 255 = 7%

109
28
19

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

Portions of RGB colors in percentages

R + G + B =
109 + 28 + 19 = 156 (100%)
R 109 of 156 ~ 69.87%
G 28 of 156 ~ 17.95%
B 19 of 156 ~ 12.18%

%69.87
%17.95
%12.18

CMYK color model

#6D1C13 color CMYK value is (0,74,83,57).

  • cyan value is 0.00%
  • magenta value is 74.31%
  • yellow value is 82.57%
  • key color value is 57.25%
CMYK:
(0,74,83,57)
C0M74Y83K57 
(0%,74%,83%,57%)
(0.00/0.74/0.83/0.57)	

CMYK percentages

%0
%74.31
%82.57
%57.25

Codes

Color #6D1C13 in popluar color models

6D1C13
RGB1092819
HSL70.31%25.10%
HSB/HSV82.57%42.75%
CMYK0.00%74.31%82.57%
57.25%

Color #6D1C13 in popluar number systems.

HEX6D1C13
Decimal1092819
Binary11011011110010011
Octal1553423

Shades and tints

Shades of #6D1C13

#6D1C13
(109,28,19)
#641A12
(100,26,18)
#5B1811
(91,24,17)
#521610
(82,22,16)
#49140F
(73,20,15)
#40120E
(64,18,14)
#37100D
(55,16,13)
#2E0E0C
(46,14,12)
#250C0B
(37,12,11)
#1C0A0A
(28,10,10)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #6D1C13

#6D1C13
(109,28,19)
#7A3028
(122,48,40)
#87443D
(135,68,61)
#945852
(148,88,82)
#A16C67
(161,108,103)
#AE807C
(174,128,124)
#BB9491
(187,148,145)
#C8A8A6
(200,168,166)
#D5BCBB
(213,188,187)
#E2D0D0
(226,208,208)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1C13 color. Also use rgb(109,28,19) instead hex code.

Text Font Color

.myTextColor { color: #6D1C13; }

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

This text font color is #6D1C13.


Background Color

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

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

This div background color is #6D1C13.


Border color

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

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

This div border color is #6D1C13.


Opacity

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

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

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

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

This text has shadow with #6D1C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1C13 on black background.


Color preview on white background

This text has color #6D1C13 on white background.



Black color preview on #6D1C13 background

This text has black color on #6D1C13 background.


White color preview on #6D1C13 background

This text has white color on #6D1C13 background.