COLOR #6C4C18

HEX: #6C4C18
RGB: (108,76,24)

Color info

#6C4C18 contains mainly red and green colors. Web safe color of #6C4C18 is #663300 (or #630).

RGB color model

#6C4C18 color RGB value is (108,76,24).

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

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 24 of 255 = 9%

108
76
24

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

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 24 = 208 (100%)
R 108 of 208 ~ 51.92%
G 76 of 208 ~ 36.54%
B 24 of 208 ~ 11.54%

%51.92
%36.54
%11.54

CMYK color model

#6C4C18 color CMYK value is (0,30,78,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 77.78%
  • key color value is 57.65%
CMYK:
(0,30,78,58)
C0M30Y78K58 
(0%,30%,78%,58%)
(0.00/0.30/0.78/0.58)	

CMYK percentages

%0
%29.63
%77.78
%57.65

Codes

Color #6C4C18 in popluar color models

6C4C18
RGB1087624
HSL37°63.64%25.88%
HSB/HSV37°77.78%42.35%
CMYK0.00%29.63%77.78%
57.65%

Color #6C4C18 in popluar number systems.

HEX6C4C18
Decimal1087624
Binary1101100100110011000
Octal15411430

Shades and tints

Shades of #6C4C18

#6C4C18
(108,76,24)
#634616
(99,70,22)
#5A4014
(90,64,20)
#513A12
(81,58,18)
#483410
(72,52,16)
#3F2E0E
(63,46,14)
#36280C
(54,40,12)
#2D220A
(45,34,10)
#241C08
(36,28,8)
#1B1606
(27,22,6)
#121004
(18,16,4)
#000000
(0,0,0)

Tints of #6C4C18

#6C4C18
(108,76,24)
#795C2D
(121,92,45)
#866C42
(134,108,66)
#937C57
(147,124,87)
#A08C6C
(160,140,108)
#AD9C81
(173,156,129)
#BAAC96
(186,172,150)
#C7BCAB
(199,188,171)
#D4CCC0
(212,204,192)
#E1DCD5
(225,220,213)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C18; }

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

This text font color is #6C4C18.


Background Color

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

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

This div background color is #6C4C18.


Border color

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

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

This div border color is #6C4C18.


Opacity

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

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

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

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

This text has shadow with #6C4C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C18 on black background.


Color preview on white background

This text has color #6C4C18 on white background.



Black color preview on #6C4C18 background

This text has black color on #6C4C18 background.


White color preview on #6C4C18 background

This text has white color on #6C4C18 background.