COLOR #6C4A27

HEX: #6C4A27
RGB: (108,74,39)

Color info

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

RGB color model

#6C4A27 color RGB value is (108,74,39).

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

RGB channels and saturation

R 108 of 255 = 42%
G 74 of 255 = 29%
B 39 of 255 = 15%

108
74
39

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

Portions of RGB colors in percentages

R + G + B =
108 + 74 + 39 = 221 (100%)
R 108 of 221 ~ 48.87%
G 74 of 221 ~ 33.48%
B 39 of 221 ~ 17.65%

%48.87
%33.48
%17.65

CMYK color model

#6C4A27 color CMYK value is (0,31,64,58).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 63.89%
  • key color value is 57.65%
CMYK:
(0,31,64,58)
C0M31Y64K58 
(0%,31%,64%,58%)
(0.00/0.31/0.64/0.58)	

CMYK percentages

%0
%31.48
%63.89
%57.65

Codes

Color #6C4A27 in popluar color models

6C4A27
RGB1087439
HSL30°46.94%28.82%
HSB/HSV30°63.89%42.35%
CMYK0.00%31.48%63.89%
57.65%

Color #6C4A27 in popluar number systems.

HEX6C4A27
Decimal1087439
Binary11011001001010100111
Octal15411247

Shades and tints

Shades of #6C4A27

#6C4A27
(108,74,39)
#634424
(99,68,36)
#5A3E21
(90,62,33)
#51381E
(81,56,30)
#48321B
(72,50,27)
#3F2C18
(63,44,24)
#362615
(54,38,21)
#2D2012
(45,32,18)
#241A0F
(36,26,15)
#1B140C
(27,20,12)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #6C4A27

#6C4A27
(108,74,39)
#795A3A
(121,90,58)
#866A4D
(134,106,77)
#937A60
(147,122,96)
#A08A73
(160,138,115)
#AD9A86
(173,154,134)
#BAAA99
(186,170,153)
#C7BAAC
(199,186,172)
#D4CABF
(212,202,191)
#E1DAD2
(225,218,210)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4A27; }

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

This text font color is #6C4A27.


Background Color

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

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

This div background color is #6C4A27.


Border color

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

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

This div border color is #6C4A27.


Opacity

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

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

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

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

This text has shadow with #6C4A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4A27 on black background.


Color preview on white background

This text has color #6C4A27 on white background.



Black color preview on #6C4A27 background

This text has black color on #6C4A27 background.


White color preview on #6C4A27 background

This text has white color on #6C4A27 background.