COLOR #6C4C2E

HEX: #6C4C2E
RGB: (108,76,46)

Color info

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

RGB color model

#6C4C2E color RGB value is (108,76,46).

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

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 46 of 255 = 18%

108
76
46

R + G + B ~ 30%. #6C4C2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 46 = 230 (100%)
R 108 of 230 ~ 46.96%
G 76 of 230 ~ 33.04%
B 46 of 230 ~ 20%

%46.96
%33.04
%20

CMYK color model

#6C4C2E color CMYK value is (0,30,57,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 57.41%
  • key color value is 57.65%
CMYK:
(0,30,57,58)
C0M30Y57K58 
(0%,30%,57%,58%)
(0.00/0.30/0.57/0.58)	

CMYK percentages

%0
%29.63
%57.41
%57.65

Codes

Color #6C4C2E in popluar color models

6C4C2E
RGB1087646
HSL29°40.26%30.20%
HSB/HSV29°57.41%42.35%
CMYK0.00%29.63%57.41%
57.65%

Color #6C4C2E in popluar number systems.

HEX6C4C2E
Decimal1087646
Binary11011001001100101110
Octal15411456

Shades and tints

Shades of #6C4C2E

#6C4C2E
(108,76,46)
#63462A
(99,70,42)
#5A4026
(90,64,38)
#513A22
(81,58,34)
#48341E
(72,52,30)
#3F2E1A
(63,46,26)
#362816
(54,40,22)
#2D2212
(45,34,18)
#241C0E
(36,28,14)
#1B160A
(27,22,10)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #6C4C2E

#6C4C2E
(108,76,46)
#795C41
(121,92,65)
#866C54
(134,108,84)
#937C67
(147,124,103)
#A08C7A
(160,140,122)
#AD9C8D
(173,156,141)
#BAACA0
(186,172,160)
#C7BCB3
(199,188,179)
#D4CCC6
(212,204,198)
#E1DCD9
(225,220,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C2E; }

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

This text font color is #6C4C2E.


Background Color

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

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

This div background color is #6C4C2E.


Border color

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

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

This div border color is #6C4C2E.


Opacity

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

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

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

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

This text has shadow with #6C4C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C2E on black background.


Color preview on white background

This text has color #6C4C2E on white background.



Black color preview on #6C4C2E background

This text has black color on #6C4C2E background.


White color preview on #6C4C2E background

This text has white color on #6C4C2E background.