COLOR #6D3C38

HEX: #6D3C38
RGB: (109,60,56)

Color info

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

RGB color model

#6D3C38 color RGB value is (109,60,56).

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

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 56 of 255 = 22%

109
60
56

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 56 = 225 (100%)
R 109 of 225 ~ 48.44%
G 60 of 225 ~ 26.67%
B 56 of 225 ~ 24.89%

%48.44
%26.67
%24.89

CMYK color model

#6D3C38 color CMYK value is (0,45,49,57).

  • cyan value is 0.00%
  • magenta value is 44.95%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(0,45,49,57)
C0M45Y49K57 
(0%,45%,49%,57%)
(0.00/0.45/0.49/0.57)	

CMYK percentages

%0
%44.95
%48.62
%57.25

Codes

Color #6D3C38 in popluar color models

6D3C38
RGB1096056
HSL32.12%32.35%
HSB/HSV48.62%42.75%
CMYK0.00%44.95%48.62%
57.25%

Color #6D3C38 in popluar number systems.

HEX6D3C38
Decimal1096056
Binary1101101111100111000
Octal1557470

Shades and tints

Shades of #6D3C38

#6D3C38
(109,60,56)
#643733
(100,55,51)
#5B322E
(91,50,46)
#522D29
(82,45,41)
#492824
(73,40,36)
#40231F
(64,35,31)
#371E1A
(55,30,26)
#2E1915
(46,25,21)
#251410
(37,20,16)
#1C0F0B
(28,15,11)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #6D3C38

#6D3C38
(109,60,56)
#7A4D4A
(122,77,74)
#875E5C
(135,94,92)
#946F6E
(148,111,110)
#A18080
(161,128,128)
#AE9192
(174,145,146)
#BBA2A4
(187,162,164)
#C8B3B6
(200,179,182)
#D5C4C8
(213,196,200)
#E2D5DA
(226,213,218)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3C38; }

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

This text font color is #6D3C38.


Background Color

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

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

This div background color is #6D3C38.


Border color

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

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

This div border color is #6D3C38.


Opacity

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

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

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

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

This text has shadow with #6D3C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C38 on black background.


Color preview on white background

This text has color #6D3C38 on white background.



Black color preview on #6D3C38 background

This text has black color on #6D3C38 background.


White color preview on #6D3C38 background

This text has white color on #6D3C38 background.