COLOR #6D0C04

HEX: #6D0C04 RGB: (109,12,4)

Color info

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

RGB color model

#6D0C04 color RGB value is (109,12,4).

RGB: (109,12,4) (43%, 5%, 2%)

RGB channels and saturation

R 109 of 255 = 43%
G 12 of 255 = 5%
B 4 of 255 = 2%

109
12
4

R + G + B ~ 17%. #6D0C04 is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 12 + 4 = 125 (100%)
R 109 of 125 ~ 87.2%
G 12 of 125 ~ 9.6%
B 4 of 125 ~ 3.2'%

%87.2

CMYK color model

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

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

CMYK: (0,89,96,57)
C0M89Y96K57 (0%, 89%, 96%, 57%)
(0.00 / 0.89 / 0.96 / 0.57)

CMYK percentages

%0
%88.99
%96.33
%57.25

Codes

Color #6D0C04 in popluar color models

6D 0C 04
RGB 109 12 4
HSL 92.92% 22.16%
HSB/HSV 96.33% 42.75%
CMYK 0.00% 88.99% 96.33%
57.25%

Color #6D0C04 in popluar number systems.

HEX 6D 0C 04
Decimal 109 12 4
Binary 1101101 1100 100
Octal 155 14 4

Shades and tints

Shades of #6D0C04

#6D0C04
(109,12,4)
#640B04
(100,11,4)
#5B0A04
(91,10,4)
#520904
(82,9,4)
#490804
(73,8,4)
#400704
(64,7,4)
#370604
(55,6,4)
#2E0504
(46,5,4)
#250404
(37,4,4)
#1C0304
(28,3,4)
#130204
(19,2,4)
#000000
(0,0,0)

Tints of #6D0C04

#6D0C04
(109,12,4)
#7A221A
(122,34,26)
#873830
(135,56,48)
#944E46
(148,78,70)
#A1645C
(161,100,92)
#AE7A72
(174,122,114)
#BB9088
(187,144,136)
#C8A69E
(200,166,158)
#D5BCB4
(213,188,180)
#E2D2CA
(226,210,202)
#EFE8E0
(239,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D0C04; }

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

This text font color is #6D0C04.

Background Color

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

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

This div background color is #6D0C04.

Border color

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

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

This div border color is #6D0C04.

Opacity

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

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

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

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

This text has shadow with #6D0C04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D0C04.

Preview

Color preview on black background

This text has color #6D0C04 on black background.


Color preview on white background

This text has color #6D0C04 on white background.


Black color preview on #6D0C04 background

This text has black color on #6D0C04 background.


White color preview on #6D0C04 background

This text has white color on #6D0C04 background.


Related colors

Complementary color

Complementary color for #hex is #92F3FB.


I love getcolorcode.com

Triadic colors

1 #046D0C and #0C046D with #6D0C04 are triadic colors.

2 #040C6D and #0C6D04 with #6D0C04 are triadic colors.