COLOR #6D2717

HEX: #6D2717
RGB: (109,39,23)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
39
23

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

Portions of RGB colors in percentages

R + G + B =
109 + 39 + 23 = 171 (100%)
R 109 of 171 ~ 63.74%
G 39 of 171 ~ 22.81%
B 23 of 171 ~ 13.45%

%63.74
%22.81
%13.45

CMYK color model

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

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

CMYK percentages

%0
%64.22
%78.9
%57.25

Codes

Color #6D2717 in popluar color models

6D2717
RGB1093923
HSL11°65.15%25.88%
HSB/HSV11°78.90%42.75%
CMYK0.00%64.22%78.90%
57.25%

Color #6D2717 in popluar number systems.

HEX6D2717
Decimal1093923
Binary110110110011110111
Octal1554727

Shades and tints

Shades of #6D2717

#6D2717
(109,39,23)
#642415
(100,36,21)
#5B2113
(91,33,19)
#521E11
(82,30,17)
#491B0F
(73,27,15)
#40180D
(64,24,13)
#37150B
(55,21,11)
#2E1209
(46,18,9)
#250F07
(37,15,7)
#1C0C05
(28,12,5)
#130903
(19,9,3)
#000000
(0,0,0)

Tints of #6D2717

#6D2717
(109,39,23)
#7A3A2C
(122,58,44)
#874D41
(135,77,65)
#946056
(148,96,86)
#A1736B
(161,115,107)
#AE8680
(174,134,128)
#BB9995
(187,153,149)
#C8ACAA
(200,172,170)
#D5BFBF
(213,191,191)
#E2D2D4
(226,210,212)
#EFE5E9
(239,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2717; }

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

This text font color is #6D2717.


Background Color

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

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

This div background color is #6D2717.


Border color

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

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

This div border color is #6D2717.


Opacity

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

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

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

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

This text has shadow with #6D2717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2717 on black background.


Color preview on white background

This text has color #6D2717 on white background.



Black color preview on #6D2717 background

This text has black color on #6D2717 background.


White color preview on #6D2717 background

This text has white color on #6D2717 background.