COLOR #6D3C41

HEX: #6D3C41
RGB: (109,60,65)

Color info

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

RGB color model

#6D3C41 color RGB value is (109,60,65).

  • red value is 109;
  • green value is 60;
  • blue value is 65.
RGB:
(109,60,65)
(43%,24%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 65 of 255 = 25%

109
60
65

R + G + B ~ 31%. #6D3C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 65 = 234 (100%)
R 109 of 234 ~ 46.58%
G 60 of 234 ~ 25.64%
B 65 of 234 ~ 27.78%

%46.58
%25.64
%27.78

CMYK color model

#6D3C41 color CMYK value is (0,45,40,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 40.37%
  • key color value is 57.25%
CMYK:
(0,45,40,57)
C0M45Y40K57 
(0%,45%,40%,57%)
(0.00/0.45/0.40/0.57)	

CMYK percentages

%0
%44.95
%40.37
%57.25

Codes

Color #6D3C41 in popluar color models

6D3C41
RGB1096065
HSL354°28.99%33.14%
HSB/HSV354°44.95%42.75%
CMYK0.00%44.95%40.37%
57.25%

Color #6D3C41 in popluar number systems.

HEX6D3C41
Decimal1096065
Binary11011011111001000001
Octal15574101

Shades and tints

Shades of #6D3C41

#6D3C41
(109,60,65)
#64373C
(100,55,60)
#5B3237
(91,50,55)
#522D32
(82,45,50)
#49282D
(73,40,45)
#402328
(64,35,40)
#371E23
(55,30,35)
#2E191E
(46,25,30)
#251419
(37,20,25)
#1C0F14
(28,15,20)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #6D3C41

#6D3C41
(109,60,65)
#7A4D52
(122,77,82)
#875E63
(135,94,99)
#946F74
(148,111,116)
#A18085
(161,128,133)
#AE9196
(174,145,150)
#BBA2A7
(187,162,167)
#C8B3B8
(200,179,184)
#D5C4C9
(213,196,201)
#E2D5DA
(226,213,218)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C41; }

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

This text font color is #6D3C41.


Background Color

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

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

This div background color is #6D3C41.


Border color

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

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

This div border color is #6D3C41.


Opacity

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

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

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

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

This text has shadow with #6D3C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C41 on black background.


Color preview on white background

This text has color #6D3C41 on white background.



Black color preview on #6D3C41 background

This text has black color on #6D3C41 background.


White color preview on #6D3C41 background

This text has white color on #6D3C41 background.