COLOR #6D3633

HEX: #6D3633
RGB: (109,54,51)

Color info

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

RGB color model

#6D3633 color RGB value is (109,54,51).

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

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 51 of 255 = 20%

109
54
51

R + G + B ~ 28%. #6D3633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 54 + 51 = 214 (100%)
R 109 of 214 ~ 50.93%
G 54 of 214 ~ 25.23%
B 51 of 214 ~ 23.83%

%50.93
%25.23
%23.83

CMYK color model

#6D3633 color CMYK value is (0,50,53,57).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 53.21%
  • key color value is 57.25%
CMYK:
(0,50,53,57)
C0M50Y53K57 
(0%,50%,53%,57%)
(0.00/0.50/0.53/0.57)	

CMYK percentages

%0
%50.46
%53.21
%57.25

Codes

Color #6D3633 in popluar color models

6D3633
RGB1095451
HSL36.25%31.37%
HSB/HSV53.21%42.75%
CMYK0.00%50.46%53.21%
57.25%

Color #6D3633 in popluar number systems.

HEX6D3633
Decimal1095451
Binary1101101110110110011
Octal1556663

Shades and tints

Shades of #6D3633

#6D3633
(109,54,51)
#64322F
(100,50,47)
#5B2E2B
(91,46,43)
#522A27
(82,42,39)
#492623
(73,38,35)
#40221F
(64,34,31)
#371E1B
(55,30,27)
#2E1A17
(46,26,23)
#251613
(37,22,19)
#1C120F
(28,18,15)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #6D3633

#6D3633
(109,54,51)
#7A4845
(122,72,69)
#875A57
(135,90,87)
#946C69
(148,108,105)
#A17E7B
(161,126,123)
#AE908D
(174,144,141)
#BBA29F
(187,162,159)
#C8B4B1
(200,180,177)
#D5C6C3
(213,198,195)
#E2D8D5
(226,216,213)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3633; }

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

This text font color is #6D3633.


Background Color

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

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

This div background color is #6D3633.


Border color

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

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

This div border color is #6D3633.


Opacity

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

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

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

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

This text has shadow with #6D3633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3633 on black background.


Color preview on white background

This text has color #6D3633 on white background.



Black color preview on #6D3633 background

This text has black color on #6D3633 background.


White color preview on #6D3633 background

This text has white color on #6D3633 background.