COLOR #6D1A2C

HEX: #6D1A2C RGB: (109,26,44)

Color info

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

RGB color model

#6D1A2C color RGB value is (109,26,44).

RGB: (109,26,44) (43%, 10%, 17%)

RGB channels and saturation

R 109 of 255 = 43%
G 26 of 255 = 10%
B 44 of 255 = 17%

109
26
44

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

Portions of RGB colors in percentages

R + G + B = 109 + 26 + 44 = 179 (100%)
R 109 of 179 ~ 60.89%
G 26 of 179 ~ 14.53%
B 44 of 179 ~ 24.58'%

%60.89
%14.53
%24.58

CMYK color model

#6D1A2C color CMYK value is (0,76,60,57).

  • cyan value is 0.00%
  • magenta value is 76.15%
  • yellow value is 59.63%
  • key color value is 57.25%

CMYK: (0,76,60,57)
C0M76Y60K57 (0%, 76%, 60%, 57%)
(0.00 / 0.76 / 0.60 / 0.57)

CMYK percentages

%0
%76.15
%59.63
%57.25

Codes

Color #6D1A2C in popluar color models

6D 1A 2C
RGB 109 26 44
HSL 347° 61.48% 26.47%
HSB/HSV 347° 76.15% 42.75%
CMYK 0.00% 76.15% 59.63%
57.25%

Color #6D1A2C in popluar number systems.

HEX 6D 1A 2C
Decimal 109 26 44
Binary 1101101 11010 101100
Octal 155 32 54

Shades and tints

Shades of #6D1A2C

#6D1A2C
(109,26,44)
#641828
(100,24,40)
#5B1624
(91,22,36)
#521420
(82,20,32)
#49121C
(73,18,28)
#401018
(64,16,24)
#370E14
(55,14,20)
#2E0C10
(46,12,16)
#250A0C
(37,10,12)
#1C0808
(28,8,8)
#130604
(19,6,4)
#000000
(0,0,0)

Tints of #6D1A2C

#6D1A2C
(109,26,44)
#7A2E3F
(122,46,63)
#874252
(135,66,82)
#945665
(148,86,101)
#A16A78
(161,106,120)
#AE7E8B
(174,126,139)
#BB929E
(187,146,158)
#C8A6B1
(200,166,177)
#D5BAC4
(213,186,196)
#E2CED7
(226,206,215)
#EFE2EA
(239,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1A2C; }

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

This text font color is #6D1A2C.

Background Color

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

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

This div background color is #6D1A2C.

Border color

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

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

This div border color is #6D1A2C.

Opacity

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

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

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

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

This text has shadow with #6D1A2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D1A2C.

Preview

Color preview on black background

This text has color #6D1A2C on black background.


Color preview on white background

This text has color #6D1A2C on white background.


Black color preview on #6D1A2C background

This text has black color on #6D1A2C background.


White color preview on #6D1A2C background

This text has white color on #6D1A2C background.


Related colors

Complementary color

Complementary color for #hex is #92E5D3.


I love getcolorcode.com

Triadic colors

1 #2C6D1A and #1A2C6D with #6D1A2C are triadic colors.

2 #2C1A6D and #1A6D2C with #6D1A2C are triadic colors.