COLOR #6D1D0D

HEX: #6D1D0D
RGB: (109,29,13)

Color info

#6D1D0D contains mainly red color. Web safe color of #6D1D0D is #663300 (or #630).

RGB color model

#6D1D0D color RGB value is (109,29,13).

  • red value is 109;
  • green value is 29;
  • blue value is 13.
RGB:
(109,29,13)
(43%,11%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 29 of 255 = 11%
B 13 of 255 = 5%

109
29
13

R + G + B ~ 20%. #6D1D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 29 + 13 = 151 (100%)
R 109 of 151 ~ 72.19%
G 29 of 151 ~ 19.21%
B 13 of 151 ~ 8.61%

%72.19
%19.21

CMYK color model

#6D1D0D color CMYK value is (0,73,88,57).

  • cyan value is 0.00%
  • magenta value is 73.39%
  • yellow value is 88.07%
  • key color value is 57.25%
CMYK:
(0,73,88,57)
C0M73Y88K57 
(0%,73%,88%,57%)
(0.00/0.73/0.88/0.57)	

CMYK percentages

%0
%73.39
%88.07
%57.25

Codes

Color #6D1D0D in popluar color models

6D1D0D
RGB1092913
HSL10°78.69%23.92%
HSB/HSV10°88.07%42.75%
CMYK0.00%73.39%88.07%
57.25%

Color #6D1D0D in popluar number systems.

HEX6D1D0D
Decimal1092913
Binary1101101111011101
Octal1553515

Shades and tints

Shades of #6D1D0D

#6D1D0D
(109,29,13)
#641B0C
(100,27,12)
#5B190B
(91,25,11)
#52170A
(82,23,10)
#491509
(73,21,9)
#401308
(64,19,8)
#371107
(55,17,7)
#2E0F06
(46,15,6)
#250D05
(37,13,5)
#1C0B04
(28,11,4)
#130903
(19,9,3)
#000000
(0,0,0)

Tints of #6D1D0D

#6D1D0D
(109,29,13)
#7A3123
(122,49,35)
#874539
(135,69,57)
#94594F
(148,89,79)
#A16D65
(161,109,101)
#AE817B
(174,129,123)
#BB9591
(187,149,145)
#C8A9A7
(200,169,167)
#D5BDBD
(213,189,189)
#E2D1D3
(226,209,211)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D1D0D color. Also use rgb(109,29,13) instead hex code.

Text Font Color

.myTextColor { color: #6D1D0D; }

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

This text font color is #6D1D0D.


Background Color

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

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

This div background color is #6D1D0D.


Border color

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

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

This div border color is #6D1D0D.


Opacity

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

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

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

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

This text has shadow with #6D1D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1D0D on black background.


Color preview on white background

This text has color #6D1D0D on white background.



Black color preview on #6D1D0D background

This text has black color on #6D1D0D background.


White color preview on #6D1D0D background

This text has white color on #6D1D0D background.