COLOR #6D400C

HEX: #6D400C RGB: (109,64,12)

Color info

#6D400C contains mainly red and green colors. Web safe color of #6D400C is #663300 (or #630).

RGB color model

#6D400C color RGB value is (109,64,12).

RGB: (109,64,12) (43%, 25%, 5%)

RGB channels and saturation

R 109 of 255 = 43%
G 64 of 255 = 25%
B 12 of 255 = 5%

109
64
12

R + G + B ~ 24%. #6D400C is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 64 + 12 = 185 (100%)
R 109 of 185 ~ 58.92%
G 64 of 185 ~ 34.59%
B 12 of 185 ~ 6.49'%

%58.92
%34.59

CMYK color model

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

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

CMYK: (0,41,89,57)
C0M41Y89K57 (0%, 41%, 89%, 57%)
(0.00 / 0.41 / 0.89 / 0.57)

CMYK percentages

%0
%41.28
%88.99
%57.25

Codes

Color #6D400C in popluar color models

6D 40 0C
RGB 109 64 12
HSL 32° 80.17% 23.73%
HSB/HSV 32° 88.99% 42.75%
CMYK 0.00% 41.28% 88.99%
57.25%

Color #6D400C in popluar number systems.

HEX 6D 40 0C
Decimal 109 64 12
Binary 1101101 1000000 1100
Octal 155 100 14

Shades and tints

Shades of #6D400C

#6D400C
(109,64,12)
#643B0B
(100,59,11)
#5B360A
(91,54,10)
#523109
(82,49,9)
#492C08
(73,44,8)
#402707
(64,39,7)
#372206
(55,34,6)
#2E1D05
(46,29,5)
#251804
(37,24,4)
#1C1303
(28,19,3)
#130E02
(19,14,2)
#000000
(0,0,0)

Tints of #6D400C

#6D400C
(109,64,12)
#7A5122
(122,81,34)
#876238
(135,98,56)
#94734E
(148,115,78)
#A18464
(161,132,100)
#AE957A
(174,149,122)
#BBA690
(187,166,144)
#C8B7A6
(200,183,166)
#D5C8BC
(213,200,188)
#E2D9D2
(226,217,210)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D400C; }

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

This text font color is #6D400C.

Background Color

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

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

This div background color is #6D400C.

Border color

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

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

This div border color is #6D400C.

Opacity

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

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

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

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

This text has shadow with #6D400C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D400C.

Preview

Color preview on black background

This text has color #6D400C on black background.


Color preview on white background

This text has color #6D400C on white background.


Black color preview on #6D400C background

This text has black color on #6D400C background.


White color preview on #6D400C background

This text has white color on #6D400C background.


Related colors

Complementary color

Complementary color for #hex is #92BFF3.


I love getcolorcode.com

Triadic colors

1 #0C6D40 and #400C6D with #6D400C are triadic colors.

2 #0C406D and #406D0C with #6D400C are triadic colors.