COLOR #6D363C

HEX: #6D363C
RGB: (109,54,60)

Color info

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

RGB color model

#6D363C color RGB value is (109,54,60).

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

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 60 of 255 = 24%

109
54
60

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

Portions of RGB colors in percentages

R + G + B =
109 + 54 + 60 = 223 (100%)
R 109 of 223 ~ 48.88%
G 54 of 223 ~ 24.22%
B 60 of 223 ~ 26.91%

%48.88
%24.22
%26.91

CMYK color model

#6D363C color CMYK value is (0,50,45,57).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 44.95%
  • key color value is 57.25%
CMYK:
(0,50,45,57)
C0M50Y45K57 
(0%,50%,45%,57%)
(0.00/0.50/0.45/0.57)	

CMYK percentages

%0
%50.46
%44.95
%57.25

Codes

Color #6D363C in popluar color models

6D363C
RGB1095460
HSL353°33.74%31.96%
HSB/HSV353°50.46%42.75%
CMYK0.00%50.46%44.95%
57.25%

Color #6D363C in popluar number systems.

HEX6D363C
Decimal1095460
Binary1101101110110111100
Octal1556674

Shades and tints

Shades of #6D363C

#6D363C
(109,54,60)
#643237
(100,50,55)
#5B2E32
(91,46,50)
#522A2D
(82,42,45)
#492628
(73,38,40)
#402223
(64,34,35)
#371E1E
(55,30,30)
#2E1A19
(46,26,25)
#251614
(37,22,20)
#1C120F
(28,18,15)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #6D363C

#6D363C
(109,54,60)
#7A484D
(122,72,77)
#875A5E
(135,90,94)
#946C6F
(148,108,111)
#A17E80
(161,126,128)
#AE9091
(174,144,145)
#BBA2A2
(187,162,162)
#C8B4B3
(200,180,179)
#D5C6C4
(213,198,196)
#E2D8D5
(226,216,213)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D363C; }

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

This text font color is #6D363C.


Background Color

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

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

This div background color is #6D363C.


Border color

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

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

This div border color is #6D363C.


Opacity

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

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

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

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

This text has shadow with #6D363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D363C on black background.


Color preview on white background

This text has color #6D363C on white background.



Black color preview on #6D363C background

This text has black color on #6D363C background.


White color preview on #6D363C background

This text has white color on #6D363C background.