COLOR #6D0A17

HEX: #6D0A17
RGB: (109,10,23)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
10
23

R + G + B ~ 19%. #6D0A17 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 10 + 23 = 142 (100%)
R 109 of 142 ~ 76.76%
G 10 of 142 ~ 7.04%
B 23 of 142 ~ 16.2%

%76.76
%16.2

CMYK color model

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

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

CMYK percentages

%0
%90.83
%78.9
%57.25

Codes

Color #6D0A17 in popluar color models

6D0A17
RGB1091023
HSL352°83.19%23.33%
HSB/HSV352°90.83%42.75%
CMYK0.00%90.83%78.90%
57.25%

Color #6D0A17 in popluar number systems.

HEX6D0A17
Decimal1091023
Binary1101101101010111
Octal1551227

Shades and tints

Shades of #6D0A17

#6D0A17
(109,10,23)
#640A15
(100,10,21)
#5B0A13
(91,10,19)
#520A11
(82,10,17)
#490A0F
(73,10,15)
#400A0D
(64,10,13)
#370A0B
(55,10,11)
#2E0A09
(46,10,9)
#250A07
(37,10,7)
#1C0A05
(28,10,5)
#130A03
(19,10,3)
#000000
(0,0,0)

Tints of #6D0A17

#6D0A17
(109,10,23)
#7A202C
(122,32,44)
#873641
(135,54,65)
#944C56
(148,76,86)
#A1626B
(161,98,107)
#AE7880
(174,120,128)
#BB8E95
(187,142,149)
#C8A4AA
(200,164,170)
#D5BABF
(213,186,191)
#E2D0D4
(226,208,212)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0A17; }

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

This text font color is #6D0A17.


Background Color

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

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

This div background color is #6D0A17.


Border color

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

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

This div border color is #6D0A17.


Opacity

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

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

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

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

This text has shadow with #6D0A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0A17 on black background.


Color preview on white background

This text has color #6D0A17 on white background.



Black color preview on #6D0A17 background

This text has black color on #6D0A17 background.


White color preview on #6D0A17 background

This text has white color on #6D0A17 background.