COLOR #6D142C

HEX: #6D142C RGB: (109,20,44)

Color info

#6D142C contains mainly red color. Web safe color of #6D142C is #660033 (or #603).

RGB color model

#6D142C color RGB value is (109,20,44).

RGB: (109,20,44) (43%, 8%, 17%)

RGB channels and saturation

R 109 of 255 = 43%
G 20 of 255 = 8%
B 44 of 255 = 17%

109
20
44

R + G + B ~ 23%. #6D142C is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 20 + 44 = 173 (100%)
R 109 of 173 ~ 63.01%
G 20 of 173 ~ 11.56%
B 44 of 173 ~ 25.43'%

%63.01
%11.56
%25.43

CMYK color model

#6D142C color CMYK value is (0,82,60,57).

  • cyan value is 0.00%
  • magenta value is 81.65%
  • yellow value is 59.63%
  • key color value is 57.25%
CMYK: (0,82,60,57) C0M82Y60K57 (0%,82%,60%,57%) (0.00/0.82/0.60/0.57) 

CMYK percentages

%0
%81.65
%59.63
%57.25

Codes

Color #6D142C in popluar color models

6D 14 2C
RGB 109 20 44
HSL 344° 68.99% 25.29%
HSB/HSV 344° 81.65% 42.75%
CMYK 0.00% 81.65% 59.63%
57.25%

Color #6D142C in popluar number systems.

HEX 6D 14 2C
Decimal 109 20 44
Binary 1101101 10100 101100
Octal 155 24 54

Shades and tints

Shades of #6D142C

#6D142C
(109,20,44)
#641328
(100,19,40)
#5B1224
(91,18,36)
#521120
(82,17,32)
#49101C
(73,16,28)
#400F18
(64,15,24)
#370E14
(55,14,20)
#2E0D10
(46,13,16)
#250C0C
(37,12,12)
#1C0B08
(28,11,8)
#130A04
(19,10,4)
#000000
(0,0,0)

Tints of #6D142C

#6D142C
(109,20,44)
#7A293F
(122,41,63)
#873E52
(135,62,82)
#945365
(148,83,101)
#A16878
(161,104,120)
#AE7D8B
(174,125,139)
#BB929E
(187,146,158)
#C8A7B1
(200,167,177)
#D5BCC4
(213,188,196)
#E2D1D7
(226,209,215)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D142C color. Also use rgb(109,20,44) instead hex code.

Text Font Color

.myTextColor { color: #6D142C; }

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

This text font color is #6D142C.

Background Color

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

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

This div background color is #6D142C.

Border color

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

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

This div border color is #6D142C.

Opacity

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

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

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

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

This text has shadow with #6D142C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D142C.

Preview

Color preview on black background

This text has color #6D142C on black background.


Color preview on white background

This text has color #6D142C on white background.


Black color preview on #6D142C background

This text has black color on #6D142C background.


White color preview on #6D142C background

This text has white color on #6D142C background.


Related colors

Complementary color

Complementary color for #hex is #92EBD3.


I love getcolorcode.com

Triadic colors

1 #2C6D14 and #142C6D with #6D142C are triadic colors.

2 #2C146D and #146D2C with #6D142C are triadic colors.