COLOR #6C3E2B

HEX: #6C3E2B
RGB: (108,62,43)

Color info

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

RGB color model

#6C3E2B color RGB value is (108,62,43).

  • red value is 108;
  • green value is 62;
  • blue value is 43.
RGB:
(108,62,43)
(42%,24%,17%)

RGB channels and saturation

R 108 of 255 = 42%
G 62 of 255 = 24%
B 43 of 255 = 17%

108
62
43

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

Portions of RGB colors in percentages

R + G + B =
108 + 62 + 43 = 213 (100%)
R 108 of 213 ~ 50.7%
G 62 of 213 ~ 29.11%
B 43 of 213 ~ 20.19%

%50.7
%29.11
%20.19

CMYK color model

#6C3E2B color CMYK value is (0,43,60,58).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 60.19%
  • key color value is 57.65%
CMYK:
(0,43,60,58)
C0M43Y60K58 
(0%,43%,60%,58%)
(0.00/0.43/0.60/0.58)	

CMYK percentages

%0
%42.59
%60.19
%57.65

Codes

Color #6C3E2B in popluar color models

6C3E2B
RGB1086243
HSL18°43.05%29.61%
HSB/HSV18°60.19%42.35%
CMYK0.00%42.59%60.19%
57.65%

Color #6C3E2B in popluar number systems.

HEX6C3E2B
Decimal1086243
Binary1101100111110101011
Octal1547653

Shades and tints

Shades of #6C3E2B

#6C3E2B
(108,62,43)
#633928
(99,57,40)
#5A3425
(90,52,37)
#512F22
(81,47,34)
#482A1F
(72,42,31)
#3F251C
(63,37,28)
#362019
(54,32,25)
#2D1B16
(45,27,22)
#241613
(36,22,19)
#1B1110
(27,17,16)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #6C3E2B

#6C3E2B
(108,62,43)
#794F3E
(121,79,62)
#866051
(134,96,81)
#937164
(147,113,100)
#A08277
(160,130,119)
#AD938A
(173,147,138)
#BAA49D
(186,164,157)
#C7B5B0
(199,181,176)
#D4C6C3
(212,198,195)
#E1D7D6
(225,215,214)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3E2B color. Also use rgb(108,62,43) instead hex code.

Text Font Color

.myTextColor { color: #6C3E2B; }

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

This text font color is #6C3E2B.


Background Color

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

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

This div background color is #6C3E2B.


Border color

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

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

This div border color is #6C3E2B.


Opacity

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

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

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

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

This text has shadow with #6C3E2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3E2B on black background.


Color preview on white background

This text has color #6C3E2B on white background.



Black color preview on #6C3E2B background

This text has black color on #6C3E2B background.


White color preview on #6C3E2B background

This text has white color on #6C3E2B background.