COLOR #6D361C

HEX: #6D361C
RGB: (109,54,28)

Color info

#6D361C contains mainly red and green colors. Web safe color of #6D361C is #663333 (or #633).

RGB color model

#6D361C color RGB value is (109,54,28).

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

RGB channels and saturation

R 109 of 255 = 43%
G 54 of 255 = 21%
B 28 of 255 = 11%

109
54
28

R + G + B ~ 25%. #6D361C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 54 + 28 = 191 (100%)
R 109 of 191 ~ 57.07%
G 54 of 191 ~ 28.27%
B 28 of 191 ~ 14.66%

%57.07
%28.27
%14.66

CMYK color model

#6D361C color CMYK value is (0,50,74,57).

  • cyan value is 0.00%
  • magenta value is 50.46%
  • yellow value is 74.31%
  • key color value is 57.25%
CMYK:
(0,50,74,57)
C0M50Y74K57 
(0%,50%,74%,57%)
(0.00/0.50/0.74/0.57)	

CMYK percentages

%0
%50.46
%74.31
%57.25

Codes

Color #6D361C in popluar color models

6D361C
RGB1095428
HSL19°59.12%26.86%
HSB/HSV19°74.31%42.75%
CMYK0.00%50.46%74.31%
57.25%

Color #6D361C in popluar number systems.

HEX6D361C
Decimal1095428
Binary110110111011011100
Octal1556634

Shades and tints

Shades of #6D361C

#6D361C
(109,54,28)
#64321A
(100,50,26)
#5B2E18
(91,46,24)
#522A16
(82,42,22)
#492614
(73,38,20)
#402212
(64,34,18)
#371E10
(55,30,16)
#2E1A0E
(46,26,14)
#25160C
(37,22,12)
#1C120A
(28,18,10)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #6D361C

#6D361C
(109,54,28)
#7A4830
(122,72,48)
#875A44
(135,90,68)
#946C58
(148,108,88)
#A17E6C
(161,126,108)
#AE9080
(174,144,128)
#BBA294
(187,162,148)
#C8B4A8
(200,180,168)
#D5C6BC
(213,198,188)
#E2D8D0
(226,216,208)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D361C; }

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

This text font color is #6D361C.


Background Color

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

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

This div background color is #6D361C.


Border color

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

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

This div border color is #6D361C.


Opacity

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

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

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

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

This text has shadow with #6D361C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D361C on black background.


Color preview on white background

This text has color #6D361C on white background.



Black color preview on #6D361C background

This text has black color on #6D361C background.


White color preview on #6D361C background

This text has white color on #6D361C background.