COLOR #6D0A2E

HEX: #6D0A2E
RGB: (109,10,46)

Color info

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

RGB color model

#6D0A2E color RGB value is (109,10,46).

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

RGB channels and saturation

R 109 of 255 = 43%
G 10 of 255 = 4%
B 46 of 255 = 18%

109
10
46

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

Portions of RGB colors in percentages

R + G + B =
109 + 10 + 46 = 165 (100%)
R 109 of 165 ~ 66.06%
G 10 of 165 ~ 6.06%
B 46 of 165 ~ 27.88%

%66.06
%27.88

CMYK color model

#6D0A2E color CMYK value is (0,91,58,57).

  • cyan value is 0.00%
  • magenta value is 90.83%
  • yellow value is 57.80%
  • key color value is 57.25%
CMYK:
(0,91,58,57)
C0M91Y58K57 
(0%,91%,58%,57%)
(0.00/0.91/0.58/0.57)	

CMYK percentages

%0
%90.83
%57.8
%57.25

Codes

Color #6D0A2E in popluar color models

6D0A2E
RGB1091046
HSL338°83.19%23.33%
HSB/HSV338°90.83%42.75%
CMYK0.00%90.83%57.80%
57.25%

Color #6D0A2E in popluar number systems.

HEX6D0A2E
Decimal1091046
Binary11011011010101110
Octal1551256

Shades and tints

Shades of #6D0A2E

#6D0A2E
(109,10,46)
#640A2A
(100,10,42)
#5B0A26
(91,10,38)
#520A22
(82,10,34)
#490A1E
(73,10,30)
#400A1A
(64,10,26)
#370A16
(55,10,22)
#2E0A12
(46,10,18)
#250A0E
(37,10,14)
#1C0A0A
(28,10,10)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #6D0A2E

#6D0A2E
(109,10,46)
#7A2041
(122,32,65)
#873654
(135,54,84)
#944C67
(148,76,103)
#A1627A
(161,98,122)
#AE788D
(174,120,141)
#BB8EA0
(187,142,160)
#C8A4B3
(200,164,179)
#D5BAC6
(213,186,198)
#E2D0D9
(226,208,217)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0A2E; }

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

This text font color is #6D0A2E.


Background Color

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

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

This div background color is #6D0A2E.


Border color

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

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

This div border color is #6D0A2E.


Opacity

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

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

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

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

This text has shadow with #6D0A2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0A2E on black background.


Color preview on white background

This text has color #6D0A2E on white background.



Black color preview on #6D0A2E background

This text has black color on #6D0A2E background.


White color preview on #6D0A2E background

This text has white color on #6D0A2E background.