COLOR #6D312A

HEX: #6D312A RGB: (109,49,42)

Color info

#6D312A contains mainly red color. Web safe color of #6D312A is #663333 (or #633).

RGB color model

#6D312A color RGB value is (109,49,42).

RGB: (109,49,42) (43%, 19%, 16%)

RGB channels and saturation

R 109 of 255 = 43%
G 49 of 255 = 19%
B 42 of 255 = 16%

109
49
42

R + G + B ~ 26%. #6D312A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 49 + 42 = 200 (100%)
R 109 of 200 ~ 54.5%
G 49 of 200 ~ 24.5%
B 42 of 200 ~ 21'%

%54.5
%24.5
%21

CMYK color model

#6D312A color CMYK value is (0,55,61,57).

  • cyan value is 0.00%
  • magenta value is 55.05%
  • yellow value is 61.47%
  • key color value is 57.25%

CMYK: (0,55,61,57)
C0M55Y61K57 (0%, 55%, 61%, 57%)
(0.00 / 0.55 / 0.61 / 0.57)

CMYK percentages

%0
%55.05
%61.47
%57.25

Codes

Color #6D312A in popluar color models

6D 31 2A
RGB 109 49 42
HSL 44.37% 29.61%
HSB/HSV 61.47% 42.75%
CMYK 0.00% 55.05% 61.47%
57.25%

Color #6D312A in popluar number systems.

HEX 6D 31 2A
Decimal 109 49 42
Binary 1101101 110001 101010
Octal 155 61 52

Shades and tints

Shades of #6D312A

#6D312A
(109,49,42)
#642D27
(100,45,39)
#5B2924
(91,41,36)
#522521
(82,37,33)
#49211E
(73,33,30)
#401D1B
(64,29,27)
#371918
(55,25,24)
#2E1515
(46,21,21)
#251112
(37,17,18)
#1C0D0F
(28,13,15)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #6D312A

#6D312A
(109,49,42)
#7A433D
(122,67,61)
#875550
(135,85,80)
#946763
(148,103,99)
#A17976
(161,121,118)
#AE8B89
(174,139,137)
#BB9D9C
(187,157,156)
#C8AFAF
(200,175,175)
#D5C1C2
(213,193,194)
#E2D3D5
(226,211,213)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D312A color. Also use rgb(109,49,42) instead hex code.

Text Font Color

.myTextColor { color: #6D312A; }

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

This text font color is #6D312A.

Background Color

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

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

This div background color is #6D312A.

Border color

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

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

This div border color is #6D312A.

Opacity

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

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

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

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

This text has shadow with #6D312A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D312A.

Preview

Color preview on black background

This text has color #6D312A on black background.


Color preview on white background

This text has color #6D312A on white background.


Black color preview on #6D312A background

This text has black color on #6D312A background.


White color preview on #6D312A background

This text has white color on #6D312A background.


Related colors

Complementary color

Complementary color for #hex is #92CED5.


I love getcolorcode.com

Triadic colors

1 #2A6D31 and #312A6D with #6D312A are triadic colors.

2 #2A316D and #316D2A with #6D312A are triadic colors.