COLOR #6C5042

HEX: #6C5042
RGB: (108,80,66)

Color info

#6C5042 contains red, green and blue colors in about the same proportion. Web safe color of #6C5042 is #666633 (or #663).

RGB color model

#6C5042 color RGB value is (108,80,66).

  • red value is 108;
  • green value is 80;
  • blue value is 66.
RGB:
(108,80,66)
(42%,31%,26%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 66 of 255 = 26%

108
80
66

R + G + B ~ 33%. #6C5042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 80 + 66 = 254 (100%)
R 108 of 254 ~ 42.52%
G 80 of 254 ~ 31.5%
B 66 of 254 ~ 25.98%

%42.52
%31.5
%25.98

CMYK color model

#6C5042 color CMYK value is (0,26,39,58).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(0,26,39,58)
C0M26Y39K58 
(0%,26%,39%,58%)
(0.00/0.26/0.39/0.58)	

CMYK percentages

%0
%25.93
%38.89
%57.65

Codes

Color #6C5042 in popluar color models

6C5042
RGB1088066
HSL20°24.14%34.12%
HSB/HSV20°38.89%42.35%
CMYK0.00%25.93%38.89%
57.65%

Color #6C5042 in popluar number systems.

HEX6C5042
Decimal1088066
Binary110110010100001000010
Octal154120102

Shades and tints

Shades of #6C5042

#6C5042
(108,80,66)
#63493C
(99,73,60)
#5A4236
(90,66,54)
#513B30
(81,59,48)
#48342A
(72,52,42)
#3F2D24
(63,45,36)
#36261E
(54,38,30)
#2D1F18
(45,31,24)
#241812
(36,24,18)
#1B110C
(27,17,12)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #6C5042

#6C5042
(108,80,66)
#795F53
(121,95,83)
#866E64
(134,110,100)
#937D75
(147,125,117)
#A08C86
(160,140,134)
#AD9B97
(173,155,151)
#BAAAA8
(186,170,168)
#C7B9B9
(199,185,185)
#D4C8CA
(212,200,202)
#E1D7DB
(225,215,219)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5042 color. Also use rgb(108,80,66) instead hex code.

Text Font Color

.myTextColor { color: #6C5042; }

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

This text font color is #6C5042.


Background Color

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

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

This div background color is #6C5042.


Border color

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

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

This div border color is #6C5042.


Opacity

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

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

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

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

This text has shadow with #6C5042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5042 on black background.


Color preview on white background

This text has color #6C5042 on white background.



Black color preview on #6C5042 background

This text has black color on #6C5042 background.


White color preview on #6C5042 background

This text has white color on #6C5042 background.