COLOR #6D3639

HEX: #6D3639
RGB: (109,54,57)

Color info

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

RGB color model

#6D3639 color RGB value is (109,54,57).

  • red value is 109;
  • green value is 54;
  • blue value is 57.
RGB:
(109,54,57)
(43%,21%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 57 of 255 = 22%

109
54
57

R + G + B ~ 29%. #6D3639 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 54 + 57 = 220 (100%)
R 109 of 220 ~ 49.55%
G 54 of 220 ~ 24.55%
B 57 of 220 ~ 25.91%

%49.55
%24.55
%25.91

CMYK color model

#6D3639 color CMYK value is (0,50,48,57).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(0,50,48,57)
C0M50Y48K57 
(0%,50%,48%,57%)
(0.00/0.50/0.48/0.57)	

CMYK percentages

%0
%50.46
%47.71
%57.25

Codes

Color #6D3639 in popluar color models

6D3639
RGB1095457
HSL357°33.74%31.96%
HSB/HSV357°50.46%42.75%
CMYK0.00%50.46%47.71%
57.25%

Color #6D3639 in popluar number systems.

HEX6D3639
Decimal1095457
Binary1101101110110111001
Octal1556671

Shades and tints

Shades of #6D3639

#6D3639
(109,54,57)
#643234
(100,50,52)
#5B2E2F
(91,46,47)
#522A2A
(82,42,42)
#492625
(73,38,37)
#402220
(64,34,32)
#371E1B
(55,30,27)
#2E1A16
(46,26,22)
#251611
(37,22,17)
#1C120C
(28,18,12)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #6D3639

#6D3639
(109,54,57)
#7A484B
(122,72,75)
#875A5D
(135,90,93)
#946C6F
(148,108,111)
#A17E81
(161,126,129)
#AE9093
(174,144,147)
#BBA2A5
(187,162,165)
#C8B4B7
(200,180,183)
#D5C6C9
(213,198,201)
#E2D8DB
(226,216,219)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3639 color. Also use rgb(109,54,57) instead hex code.

Text Font Color

.myTextColor { color: #6D3639; }

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

This text font color is #6D3639.


Background Color

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

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

This div background color is #6D3639.


Border color

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

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

This div border color is #6D3639.


Opacity

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

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

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

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

This text has shadow with #6D3639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3639 on black background.


Color preview on white background

This text has color #6D3639 on white background.



Black color preview on #6D3639 background

This text has black color on #6D3639 background.


White color preview on #6D3639 background

This text has white color on #6D3639 background.