COLOR #6D192D

HEX: #6D192D RGB: (109,25,45)

Color info

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

RGB color model

#6D192D color RGB value is (109,25,45).

RGB: (109,25,45) (43%, 10%, 18%)

RGB channels and saturation

R 109 of 255 = 43%
G 25 of 255 = 10%
B 45 of 255 = 18%

109
25
45

R + G + B ~ 24%. #6D192D is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 25 + 45 = 179 (100%)
R 109 of 179 ~ 60.89%
G 25 of 179 ~ 13.97%
B 45 of 179 ~ 25.14'%

%60.89
%13.97
%25.14

CMYK color model

#6D192D color CMYK value is (0,77,59,57).

  • cyan value is 0.00%
  • magenta value is 77.06%
  • yellow value is 58.72%
  • key color value is 57.25%

CMYK: (0,77,59,57)
C0M77Y59K57 (0%, 77%, 59%, 57%)
(0.00 / 0.77 / 0.59 / 0.57)

CMYK percentages

%0
%77.06
%58.72
%57.25

Codes

Color #6D192D in popluar color models

6D 19 2D
RGB 109 25 45
HSL 346° 62.69% 26.27%
HSB/HSV 346° 77.06% 42.75%
CMYK 0.00% 77.06% 58.72%
57.25%

Color #6D192D in popluar number systems.

HEX 6D 19 2D
Decimal 109 25 45
Binary 1101101 11001 101101
Octal 155 31 55

Shades and tints

Shades of #6D192D

#6D192D
(109,25,45)
#641729
(100,23,41)
#5B1525
(91,21,37)
#521321
(82,19,33)
#49111D
(73,17,29)
#400F19
(64,15,25)
#370D15
(55,13,21)
#2E0B11
(46,11,17)
#25090D
(37,9,13)
#1C0709
(28,7,9)
#130505
(19,5,5)
#000000
(0,0,0)

Tints of #6D192D

#6D192D
(109,25,45)
#7A2D40
(122,45,64)
#874153
(135,65,83)
#945566
(148,85,102)
#A16979
(161,105,121)
#AE7D8C
(174,125,140)
#BB919F
(187,145,159)
#C8A5B2
(200,165,178)
#D5B9C5
(213,185,197)
#E2CDD8
(226,205,216)
#EFE1EB
(239,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D192D color. Also use rgb(109,25,45) instead hex code.

Text Font Color

.myTextColor { color: #6D192D; }

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

This text font color is #6D192D.

Background Color

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

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

This div background color is #6D192D.

Border color

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

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

This div border color is #6D192D.

Opacity

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

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

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

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

This text has shadow with #6D192D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D192D.

Preview

Color preview on black background

This text has color #6D192D on black background.


Color preview on white background

This text has color #6D192D on white background.


Black color preview on #6D192D background

This text has black color on #6D192D background.


White color preview on #6D192D background

This text has white color on #6D192D background.


Related colors

Complementary color

Complementary color for #hex is #92E6D2.


I love getcolorcode.com

Triadic colors

1 #2D6D19 and #192D6D with #6D192D are triadic colors.

2 #2D196D and #196D2D with #6D192D are triadic colors.