COLOR #6D3342

HEX: #6D3342 RGB: (109,51,66)

Color info

#6D3342 contains red, green and blue colors in about the same proportion. Web safe color of #6D3342 is #663333 (or #633).

RGB color model

#6D3342 color RGB value is (109,51,66).

RGB: (109,51,66) (43%, 20%, 26%)

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 66 of 255 = 26%

109
51
66

R + G + B ~ 30%. #6D3342 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 51 + 66 = 226 (100%)
R 109 of 226 ~ 48.23%
G 51 of 226 ~ 22.57%
B 66 of 226 ~ 29.2'%

%48.23
%22.57
%29.2

CMYK color model

#6D3342 color CMYK value is (0,53,39,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 39.45%
  • key color value is 57.25%

CMYK: (0,53,39,57)
C0M53Y39K57 (0%, 53%, 39%, 57%)
(0.00 / 0.53 / 0.39 / 0.57)

CMYK percentages

%0
%53.21
%39.45
%57.25

Codes

Color #6D3342 in popluar color models

6D 33 42
RGB 109 51 66
HSL 344° 36.25% 31.37%
HSB/HSV 344° 53.21% 42.75%
CMYK 0.00% 53.21% 39.45%
57.25%

Color #6D3342 in popluar number systems.

HEX 6D 33 42
Decimal 109 51 66
Binary 1101101 110011 1000010
Octal 155 63 102

Shades and tints

Shades of #6D3342

#6D3342
(109,51,66)
#642F3C
(100,47,60)
#5B2B36
(91,43,54)
#522730
(82,39,48)
#49232A
(73,35,42)
#401F24
(64,31,36)
#371B1E
(55,27,30)
#2E1718
(46,23,24)
#251312
(37,19,18)
#1C0F0C
(28,15,12)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #6D3342

#6D3342
(109,51,66)
#7A4553
(122,69,83)
#875764
(135,87,100)
#946975
(148,105,117)
#A17B86
(161,123,134)
#AE8D97
(174,141,151)
#BB9FA8
(187,159,168)
#C8B1B9
(200,177,185)
#D5C3CA
(213,195,202)
#E2D5DB
(226,213,219)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3342 color. Also use rgb(109,51,66) instead hex code.

Text Font Color

.myTextColor { color: #6D3342; }

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

This text font color is #6D3342.

Background Color

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

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

This div background color is #6D3342.

Border color

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

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

This div border color is #6D3342.

Opacity

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

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

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

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

This text has shadow with #6D3342 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3342.

Preview

Color preview on black background

This text has color #6D3342 on black background.


Color preview on white background

This text has color #6D3342 on white background.


Black color preview on #6D3342 background

This text has black color on #6D3342 background.


White color preview on #6D3342 background

This text has white color on #6D3342 background.


Related colors

Complementary color

Complementary color for #hex is #92CCBD.


I love getcolorcode.com

Triadic colors

1 #426D33 and #33426D with #6D3342 are triadic colors.

2 #42336D and #336D42 with #6D3342 are triadic colors.