COLOR #6D0C22

HEX: #6D0C22
RGB: (109,12,34)

Color info

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

RGB color model

#6D0C22 color RGB value is (109,12,34).

  • red value is 109;
  • green value is 12;
  • blue value is 34.
RGB:
(109,12,34)
(43%,5%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 12 of 255 = 5%
B 34 of 255 = 13%

109
12
34

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

Portions of RGB colors in percentages

R + G + B =
109 + 12 + 34 = 155 (100%)
R 109 of 155 ~ 70.32%
G 12 of 155 ~ 7.74%
B 34 of 155 ~ 21.94%

%70.32
%21.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 88.99%
  • yellow value is 68.81%
  • key color value is 57.25%
CMYK:
(0,89,69,57)
C0M89Y69K57 
(0%,89%,69%,57%)
(0.00/0.89/0.69/0.57)	

CMYK percentages

%0
%88.99
%68.81
%57.25

Codes

Color #6D0C22 in popluar color models

6D0C22
RGB1091234
HSL346°80.17%23.73%
HSB/HSV346°88.99%42.75%
CMYK0.00%88.99%68.81%
57.25%

Color #6D0C22 in popluar number systems.

HEX6D0C22
Decimal1091234
Binary11011011100100010
Octal1551442

Shades and tints

Shades of #6D0C22

#6D0C22
(109,12,34)
#640B1F
(100,11,31)
#5B0A1C
(91,10,28)
#520919
(82,9,25)
#490816
(73,8,22)
#400713
(64,7,19)
#370610
(55,6,16)
#2E050D
(46,5,13)
#25040A
(37,4,10)
#1C0307
(28,3,7)
#130204
(19,2,4)
#000000
(0,0,0)

Tints of #6D0C22

#6D0C22
(109,12,34)
#7A2236
(122,34,54)
#87384A
(135,56,74)
#944E5E
(148,78,94)
#A16472
(161,100,114)
#AE7A86
(174,122,134)
#BB909A
(187,144,154)
#C8A6AE
(200,166,174)
#D5BCC2
(213,188,194)
#E2D2D6
(226,210,214)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0C22; }

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

This text font color is #6D0C22.


Background Color

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

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

This div background color is #6D0C22.


Border color

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

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

This div border color is #6D0C22.


Opacity

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

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

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

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

This text has shadow with #6D0C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D0C22 on black background.


Color preview on white background

This text has color #6D0C22 on white background.



Black color preview on #6D0C22 background

This text has black color on #6D0C22 background.


White color preview on #6D0C22 background

This text has white color on #6D0C22 background.