COLOR #6D3C4B

HEX: #6D3C4B RGB: (109,60,75)

Color info

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

RGB color model

#6D3C4B color RGB value is (109,60,75).

RGB: (109,60,75) (43%, 24%, 29%)

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 75 of 255 = 29%

109
60
75

R + G + B ~ 32%. #6D3C4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 60 + 75 = 244 (100%)
R 109 of 244 ~ 44.67%
G 60 of 244 ~ 24.59%
B 75 of 244 ~ 30.74'%

%44.67
%24.59
%30.74

CMYK color model

#6D3C4B color CMYK value is (0,45,31,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 31.19%
  • key color value is 57.25%

CMYK: (0,45,31,57)
C0M45Y31K57 (0%, 45%, 31%, 57%)
(0.00 / 0.45 / 0.31 / 0.57)

CMYK percentages

%0
%44.95
%31.19
%57.25

Codes

Color #6D3C4B in popluar color models

6D 3C 4B
RGB 109 60 75
HSL 342° 28.99% 33.14%
HSB/HSV 342° 44.95% 42.75%
CMYK 0.00% 44.95% 31.19%
57.25%

Color #6D3C4B in popluar number systems.

HEX 6D 3C 4B
Decimal 109 60 75
Binary 1101101 111100 1001011
Octal 155 74 113

Shades and tints

Shades of #6D3C4B

#6D3C4B
(109,60,75)
#643745
(100,55,69)
#5B323F
(91,50,63)
#522D39
(82,45,57)
#492833
(73,40,51)
#40232D
(64,35,45)
#371E27
(55,30,39)
#2E1921
(46,25,33)
#25141B
(37,20,27)
#1C0F15
(28,15,21)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #6D3C4B

#6D3C4B
(109,60,75)
#7A4D5B
(122,77,91)
#875E6B
(135,94,107)
#946F7B
(148,111,123)
#A1808B
(161,128,139)
#AE919B
(174,145,155)
#BBA2AB
(187,162,171)
#C8B3BB
(200,179,187)
#D5C4CB
(213,196,203)
#E2D5DB
(226,213,219)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C4B color. Also use rgb(109,60,75) instead hex code.

Text Font Color

.myTextColor { color: #6D3C4B; }

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

This text font color is #6D3C4B.

Background Color

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

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

This div background color is #6D3C4B.

Border color

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

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

This div border color is #6D3C4B.

Opacity

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

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

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

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

This text has shadow with #6D3C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3C4B.

Preview

Color preview on black background

This text has color #6D3C4B on black background.


Color preview on white background

This text has color #6D3C4B on white background.


Black color preview on #6D3C4B background

This text has black color on #6D3C4B background.


White color preview on #6D3C4B background

This text has white color on #6D3C4B background.


Related colors

Complementary color

Complementary color for #hex is #92C3B4.


I love getcolorcode.com

Triadic colors

1 #4B6D3C and #3C4B6D with #6D3C4B are triadic colors.

2 #4B3C6D and #3C6D4B with #6D3C4B are triadic colors.