COLOR #6C3E28

HEX: #6C3E28
RGB: (108,62,40)

Color info

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

RGB color model

#6C3E28 color RGB value is (108,62,40).

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

RGB channels and saturation

R 108 of 255 = 42%
G 62 of 255 = 24%
B 40 of 255 = 16%

108
62
40

R + G + B ~ 27%. #6C3E28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 62 + 40 = 210 (100%)
R 108 of 210 ~ 51.43%
G 62 of 210 ~ 29.52%
B 40 of 210 ~ 19.05%

%51.43
%29.52
%19.05

CMYK color model

#6C3E28 color CMYK value is (0,43,63,58).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 62.96%
  • key color value is 57.65%
CMYK:
(0,43,63,58)
C0M43Y63K58 
(0%,43%,63%,58%)
(0.00/0.43/0.63/0.58)	

CMYK percentages

%0
%42.59
%62.96
%57.65

Codes

Color #6C3E28 in popluar color models

6C3E28
RGB1086240
HSL19°45.95%29.02%
HSB/HSV19°62.96%42.35%
CMYK0.00%42.59%62.96%
57.65%

Color #6C3E28 in popluar number systems.

HEX6C3E28
Decimal1086240
Binary1101100111110101000
Octal1547650

Shades and tints

Shades of #6C3E28

#6C3E28
(108,62,40)
#633925
(99,57,37)
#5A3422
(90,52,34)
#512F1F
(81,47,31)
#482A1C
(72,42,28)
#3F2519
(63,37,25)
#362016
(54,32,22)
#2D1B13
(45,27,19)
#241610
(36,22,16)
#1B110D
(27,17,13)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C3E28

#6C3E28
(108,62,40)
#794F3B
(121,79,59)
#86604E
(134,96,78)
#937161
(147,113,97)
#A08274
(160,130,116)
#AD9387
(173,147,135)
#BAA49A
(186,164,154)
#C7B5AD
(199,181,173)
#D4C6C0
(212,198,192)
#E1D7D3
(225,215,211)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3E28; }

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

This text font color is #6C3E28.


Background Color

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

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

This div background color is #6C3E28.


Border color

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

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

This div border color is #6C3E28.


Opacity

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

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

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

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

This text has shadow with #6C3E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3E28 on black background.


Color preview on white background

This text has color #6C3E28 on white background.



Black color preview on #6C3E28 background

This text has black color on #6C3E28 background.


White color preview on #6C3E28 background

This text has white color on #6C3E28 background.