COLOR #6D1E3D

HEX: #6D1E3D RGB: (109,30,61)

Color info

#6D1E3D contains mainly red and blue colors. Web safe color of #6D1E3D is #663333 (or #633).

RGB color model

#6D1E3D color RGB value is (109,30,61).

RGB: (109,30,61) (43%, 12%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 30 of 255 = 12%
B 61 of 255 = 24%

109
30
61

R + G + B ~ 26%. #6D1E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 30 + 61 = 200 (100%)
R 109 of 200 ~ 54.5%
G 30 of 200 ~ 15%
B 61 of 200 ~ 30.5'%

%54.5
%15
%30.5

CMYK color model

#6D1E3D color CMYK value is (0,72,44,57).

  • cyan value is 0.00%
  • magenta value is 72.48%
  • yellow value is 44.04%
  • key color value is 57.25%

CMYK: (0,72,44,57)
C0M72Y44K57 (0%, 72%, 44%, 57%)
(0.00 / 0.72 / 0.44 / 0.57)

CMYK percentages

%0
%72.48
%44.04
%57.25

Codes

Color #6D1E3D in popluar color models

6D 1E 3D
RGB 109 30 61
HSL 336° 56.83% 27.25%
HSB/HSV 336° 72.48% 42.75%
CMYK 0.00% 72.48% 44.04%
57.25%

Color #6D1E3D in popluar number systems.

HEX 6D 1E 3D
Decimal 109 30 61
Binary 1101101 11110 111101
Octal 155 36 75

Shades and tints

Shades of #6D1E3D

#6D1E3D
(109,30,61)
#641C38
(100,28,56)
#5B1A33
(91,26,51)
#52182E
(82,24,46)
#491629
(73,22,41)
#401424
(64,20,36)
#37121F
(55,18,31)
#2E101A
(46,16,26)
#250E15
(37,14,21)
#1C0C10
(28,12,16)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D1E3D

#6D1E3D
(109,30,61)
#7A324E
(122,50,78)
#87465F
(135,70,95)
#945A70
(148,90,112)
#A16E81
(161,110,129)
#AE8292
(174,130,146)
#BB96A3
(187,150,163)
#C8AAB4
(200,170,180)
#D5BEC5
(213,190,197)
#E2D2D6
(226,210,214)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1E3D color. Also use rgb(109,30,61) instead hex code.

Text Font Color

.myTextColor { color: #6D1E3D; }

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

This text font color is #6D1E3D.

Background Color

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

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

This div background color is #6D1E3D.

Border color

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

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

This div border color is #6D1E3D.

Opacity

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

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

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

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

This text has shadow with #6D1E3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D1E3D.

Preview

Color preview on black background

This text has color #6D1E3D on black background.


Color preview on white background

This text has color #6D1E3D on white background.


Black color preview on #6D1E3D background

This text has black color on #6D1E3D background.


White color preview on #6D1E3D background

This text has white color on #6D1E3D background.


Related colors

Complementary color

Complementary color for #hex is #92E1C2.


I love getcolorcode.com

Triadic colors

1 #3D6D1E and #1E3D6D with #6D1E3D are triadic colors.

2 #3D1E6D and #1E6D3D with #6D1E3D are triadic colors.