COLOR #6D1A1F

HEX: #6D1A1F
RGB: (109,26,31)

Color info

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

RGB color model

#6D1A1F color RGB value is (109,26,31).

  • red value is 109;
  • green value is 26;
  • blue value is 31.
RGB:
(109,26,31)
(43%,10%,12%)

RGB channels and saturation

R 109 of 255 = 43%
G 26 of 255 = 10%
B 31 of 255 = 12%

109
26
31

R + G + B ~ 22%. #6D1A1F is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 26 + 31 = 166 (100%)
R 109 of 166 ~ 65.66%
G 26 of 166 ~ 15.66%
B 31 of 166 ~ 18.67%

%65.66
%15.66
%18.67

CMYK color model

#6D1A1F color CMYK value is (0,76,72,57).

  • cyan value is 0.00%
  • magenta value is 76.15%
  • yellow value is 71.56%
  • key color value is 57.25%
CMYK:
(0,76,72,57)
C0M76Y72K57 
(0%,76%,72%,57%)
(0.00/0.76/0.72/0.57)	

CMYK percentages

%0
%76.15
%71.56
%57.25

Codes

Color #6D1A1F in popluar color models

6D1A1F
RGB1092631
HSL356°61.48%26.47%
HSB/HSV356°76.15%42.75%
CMYK0.00%76.15%71.56%
57.25%

Color #6D1A1F in popluar number systems.

HEX6D1A1F
Decimal1092631
Binary11011011101011111
Octal1553237

Shades and tints

Shades of #6D1A1F

#6D1A1F
(109,26,31)
#64181D
(100,24,29)
#5B161B
(91,22,27)
#521419
(82,20,25)
#491217
(73,18,23)
#401015
(64,16,21)
#370E13
(55,14,19)
#2E0C11
(46,12,17)
#250A0F
(37,10,15)
#1C080D
(28,8,13)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #6D1A1F

#6D1A1F
(109,26,31)
#7A2E33
(122,46,51)
#874247
(135,66,71)
#94565B
(148,86,91)
#A16A6F
(161,106,111)
#AE7E83
(174,126,131)
#BB9297
(187,146,151)
#C8A6AB
(200,166,171)
#D5BABF
(213,186,191)
#E2CED3
(226,206,211)
#EFE2E7
(239,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1A1F; }

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

This text font color is #6D1A1F.


Background Color

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

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

This div background color is #6D1A1F.


Border color

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

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

This div border color is #6D1A1F.


Opacity

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

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

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

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

This text has shadow with #6D1A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1A1F on black background.


Color preview on white background

This text has color #6D1A1F on white background.



Black color preview on #6D1A1F background

This text has black color on #6D1A1F background.


White color preview on #6D1A1F background

This text has white color on #6D1A1F background.