COLOR #6C3E1E

HEX: #6C3E1E
RGB: (108,62,30)

Color info

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

RGB color model

#6C3E1E color RGB value is (108,62,30).

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

RGB channels and saturation

R 108 of 255 = 42%
G 62 of 255 = 24%
B 30 of 255 = 12%

108
62
30

R + G + B ~ 26%. #6C3E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 62 + 30 = 200 (100%)
R 108 of 200 ~ 54%
G 62 of 200 ~ 31%
B 30 of 200 ~ 15%

%54
%31
%15

CMYK color model

#6C3E1E color CMYK value is (0,43,72,58).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 72.22%
  • key color value is 57.65%
CMYK:
(0,43,72,58)
C0M43Y72K58 
(0%,43%,72%,58%)
(0.00/0.43/0.72/0.58)	

CMYK percentages

%0
%42.59
%72.22
%57.65

Codes

Color #6C3E1E in popluar color models

6C3E1E
RGB1086230
HSL25°56.52%27.06%
HSB/HSV25°72.22%42.35%
CMYK0.00%42.59%72.22%
57.65%

Color #6C3E1E in popluar number systems.

HEX6C3E1E
Decimal1086230
Binary110110011111011110
Octal1547636

Shades and tints

Shades of #6C3E1E

#6C3E1E
(108,62,30)
#63391C
(99,57,28)
#5A341A
(90,52,26)
#512F18
(81,47,24)
#482A16
(72,42,22)
#3F2514
(63,37,20)
#362012
(54,32,18)
#2D1B10
(45,27,16)
#24160E
(36,22,14)
#1B110C
(27,17,12)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #6C3E1E

#6C3E1E
(108,62,30)
#794F32
(121,79,50)
#866046
(134,96,70)
#93715A
(147,113,90)
#A0826E
(160,130,110)
#AD9382
(173,147,130)
#BAA496
(186,164,150)
#C7B5AA
(199,181,170)
#D4C6BE
(212,198,190)
#E1D7D2
(225,215,210)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3E1E; }

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

This text font color is #6C3E1E.


Background Color

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

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

This div background color is #6C3E1E.


Border color

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

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

This div border color is #6C3E1E.


Opacity

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

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

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

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

This text has shadow with #6C3E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3E1E on black background.


Color preview on white background

This text has color #6C3E1E on white background.



Black color preview on #6C3E1E background

This text has black color on #6C3E1E background.


White color preview on #6C3E1E background

This text has white color on #6C3E1E background.