COLOR #6C4E27

HEX: #6C4E27
RGB: (108,78,39)

Color info

#6C4E27 contains mainly red and green colors. Web safe color of #6C4E27 is #666633 (or #663).

RGB color model

#6C4E27 color RGB value is (108,78,39).

  • red value is 108;
  • green value is 78;
  • blue value is 39.
RGB:
(108,78,39)
(42%,31%,15%)

RGB channels and saturation

R 108 of 255 = 42%
G 78 of 255 = 31%
B 39 of 255 = 15%

108
78
39

R + G + B ~ 29%. #6C4E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 78 + 39 = 225 (100%)
R 108 of 225 ~ 48%
G 78 of 225 ~ 34.67%
B 39 of 225 ~ 17.33%

%48
%34.67
%17.33

CMYK color model

#6C4E27 color CMYK value is (0,28,64,58).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 63.89%
  • key color value is 57.65%
CMYK:
(0,28,64,58)
C0M28Y64K58 
(0%,28%,64%,58%)
(0.00/0.28/0.64/0.58)	

CMYK percentages

%0
%27.78
%63.89
%57.65

Codes

Color #6C4E27 in popluar color models

6C4E27
RGB1087839
HSL34°46.94%28.82%
HSB/HSV34°63.89%42.35%
CMYK0.00%27.78%63.89%
57.65%

Color #6C4E27 in popluar number systems.

HEX6C4E27
Decimal1087839
Binary11011001001110100111
Octal15411647

Shades and tints

Shades of #6C4E27

#6C4E27
(108,78,39)
#634724
(99,71,36)
#5A4021
(90,64,33)
#51391E
(81,57,30)
#48321B
(72,50,27)
#3F2B18
(63,43,24)
#362415
(54,36,21)
#2D1D12
(45,29,18)
#24160F
(36,22,15)
#1B0F0C
(27,15,12)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #6C4E27

#6C4E27
(108,78,39)
#795E3A
(121,94,58)
#866E4D
(134,110,77)
#937E60
(147,126,96)
#A08E73
(160,142,115)
#AD9E86
(173,158,134)
#BAAE99
(186,174,153)
#C7BEAC
(199,190,172)
#D4CEBF
(212,206,191)
#E1DED2
(225,222,210)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4E27 color. Also use rgb(108,78,39) instead hex code.

Text Font Color

.myTextColor { color: #6C4E27; }

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

This text font color is #6C4E27.


Background Color

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

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

This div background color is #6C4E27.


Border color

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

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

This div border color is #6C4E27.


Opacity

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

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

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

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

This text has shadow with #6C4E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4E27 on black background.


Color preview on white background

This text has color #6C4E27 on white background.



Black color preview on #6C4E27 background

This text has black color on #6C4E27 background.


White color preview on #6C4E27 background

This text has white color on #6C4E27 background.