COLOR #6D0C2F

HEX: #6D0C2F RGB: (109,12,47)

Color info

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

RGB color model

#6D0C2F color RGB value is (109,12,47).

RGB: (109,12,47) (43%, 5%, 18%)

RGB channels and saturation

R 109 of 255 = 43%
G 12 of 255 = 5%
B 47 of 255 = 18%

109
12
47

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

Portions of RGB colors in percentages

R + G + B = 109 + 12 + 47 = 168 (100%)
R 109 of 168 ~ 64.88%
G 12 of 168 ~ 7.14%
B 47 of 168 ~ 27.98'%

%64.88
%27.98

CMYK color model

#6D0C2F color CMYK value is (0,89,57,57).

  • cyan value is 0.00%
  • magenta value is 88.99%
  • yellow value is 56.88%
  • key color value is 57.25%

CMYK: (0,89,57,57)
C0M89Y57K57 (0%, 89%, 57%, 57%)
(0.00 / 0.89 / 0.57 / 0.57)

CMYK percentages

%0
%88.99
%56.88
%57.25

Codes

Color #6D0C2F in popluar color models

6D 0C 2F
RGB 109 12 47
HSL 338° 80.17% 23.73%
HSB/HSV 338° 88.99% 42.75%
CMYK 0.00% 88.99% 56.88%
57.25%

Color #6D0C2F in popluar number systems.

HEX 6D 0C 2F
Decimal 109 12 47
Binary 1101101 1100 101111
Octal 155 14 57

Shades and tints

Shades of #6D0C2F

#6D0C2F
(109,12,47)
#640B2B
(100,11,43)
#5B0A27
(91,10,39)
#520923
(82,9,35)
#49081F
(73,8,31)
#40071B
(64,7,27)
#370617
(55,6,23)
#2E0513
(46,5,19)
#25040F
(37,4,15)
#1C030B
(28,3,11)
#130207
(19,2,7)
#000000
(0,0,0)

Tints of #6D0C2F

#6D0C2F
(109,12,47)
#7A2241
(122,34,65)
#873853
(135,56,83)
#944E65
(148,78,101)
#A16477
(161,100,119)
#AE7A89
(174,122,137)
#BB909B
(187,144,155)
#C8A6AD
(200,166,173)
#D5BCBF
(213,188,191)
#E2D2D1
(226,210,209)
#EFE8E3
(239,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0C2F; }

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

This text font color is #6D0C2F.

Background Color

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

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

This div background color is #6D0C2F.

Border color

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

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

This div border color is #6D0C2F.

Opacity

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

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

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

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

This text has shadow with #6D0C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D0C2F.

Preview

Color preview on black background

This text has color #6D0C2F on black background.


Color preview on white background

This text has color #6D0C2F on white background.


Black color preview on #6D0C2F background

This text has black color on #6D0C2F background.


White color preview on #6D0C2F background

This text has white color on #6D0C2F background.


Related colors

Complementary color

Complementary color for #hex is #92F3D0.


I love getcolorcode.com

Triadic colors

1 #2F6D0C and #0C2F6D with #6D0C2F are triadic colors.

2 #2F0C6D and #0C6D2F with #6D0C2F are triadic colors.