COLOR #6C4C1E

HEX: #6C4C1E
RGB: (108,76,30)

Color info

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

RGB color model

#6C4C1E color RGB value is (108,76,30).

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

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 30 of 255 = 12%

108
76
30

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

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 30 = 214 (100%)
R 108 of 214 ~ 50.47%
G 76 of 214 ~ 35.51%
B 30 of 214 ~ 14.02%

%50.47
%35.51
%14.02

CMYK color model

#6C4C1E color CMYK value is (0,30,72,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 72.22%
  • key color value is 57.65%
CMYK:
(0,30,72,58)
C0M30Y72K58 
(0%,30%,72%,58%)
(0.00/0.30/0.72/0.58)	

CMYK percentages

%0
%29.63
%72.22
%57.65

Codes

Color #6C4C1E in popluar color models

6C4C1E
RGB1087630
HSL35°56.52%27.06%
HSB/HSV35°72.22%42.35%
CMYK0.00%29.63%72.22%
57.65%

Color #6C4C1E in popluar number systems.

HEX6C4C1E
Decimal1087630
Binary1101100100110011110
Octal15411436

Shades and tints

Shades of #6C4C1E

#6C4C1E
(108,76,30)
#63461C
(99,70,28)
#5A401A
(90,64,26)
#513A18
(81,58,24)
#483416
(72,52,22)
#3F2E14
(63,46,20)
#362812
(54,40,18)
#2D2210
(45,34,16)
#241C0E
(36,28,14)
#1B160C
(27,22,12)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #6C4C1E

#6C4C1E
(108,76,30)
#795C32
(121,92,50)
#866C46
(134,108,70)
#937C5A
(147,124,90)
#A08C6E
(160,140,110)
#AD9C82
(173,156,130)
#BAAC96
(186,172,150)
#C7BCAA
(199,188,170)
#D4CCBE
(212,204,190)
#E1DCD2
(225,220,210)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C1E; }

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

This text font color is #6C4C1E.


Background Color

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

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

This div background color is #6C4C1E.


Border color

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

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

This div border color is #6C4C1E.


Opacity

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

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

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

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

This text has shadow with #6C4C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C1E on black background.


Color preview on white background

This text has color #6C4C1E on white background.



Black color preview on #6C4C1E background

This text has black color on #6C4C1E background.


White color preview on #6C4C1E background

This text has white color on #6C4C1E background.