COLOR #6D1717

HEX: #6D1717
RGB: (109,23,23)

Color info

#6D1717 contains mainly red color. Web safe color of #6D1717 is #660000 (or #600).

RGB color model

#6D1717 color RGB value is (109,23,23).

  • red value is 109;
  • green value is 23;
  • blue value is 23.
RGB:
(109,23,23)
(43%,9%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 23 of 255 = 9%
B 23 of 255 = 9%

109
23
23

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

Portions of RGB colors in percentages

R + G + B =
109 + 23 + 23 = 155 (100%)
R 109 of 155 ~ 70.32%
G 23 of 155 ~ 14.84%
B 23 of 155 ~ 14.84%

%70.32
%14.84
%14.84

CMYK color model

#6D1717 color CMYK value is (0,79,79,57).

  • cyan value is 0.00%
  • magenta value is 78.90%
  • yellow value is 78.90%
  • key color value is 57.25%
CMYK:
(0,79,79,57)
C0M79Y79K57 
(0%,79%,79%,57%)
(0.00/0.79/0.79/0.57)	

CMYK percentages

%0
%78.9
%78.9
%57.25

Codes

Color #6D1717 in popluar color models

6D1717
RGB1092323
HSL65.15%25.88%
HSB/HSV78.90%42.75%
CMYK0.00%78.90%78.90%
57.25%

Color #6D1717 in popluar number systems.

HEX6D1717
Decimal1092323
Binary11011011011110111
Octal1552727

Shades and tints

Shades of #6D1717

#6D1717
(109,23,23)
#641515
(100,21,21)
#5B1313
(91,19,19)
#521111
(82,17,17)
#490F0F
(73,15,15)
#400D0D
(64,13,13)
#370B0B
(55,11,11)
#2E0909
(46,9,9)
#250707
(37,7,7)
#1C0505
(28,5,5)
#130303
(19,3,3)
#000000
(0,0,0)

Tints of #6D1717

#6D1717
(109,23,23)
#7A2C2C
(122,44,44)
#874141
(135,65,65)
#945656
(148,86,86)
#A16B6B
(161,107,107)
#AE8080
(174,128,128)
#BB9595
(187,149,149)
#C8AAAA
(200,170,170)
#D5BFBF
(213,191,191)
#E2D4D4
(226,212,212)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D1717; }

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

This text font color is #6D1717.


Background Color

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

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

This div background color is #6D1717.


Border color

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

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

This div border color is #6D1717.


Opacity

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

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

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

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

This text has shadow with #6D1717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D1717 on black background.


Color preview on white background

This text has color #6D1717 on white background.



Black color preview on #6D1717 background

This text has black color on #6D1717 background.


White color preview on #6D1717 background

This text has white color on #6D1717 background.