COLOR #6C5E4E

HEX: #6C5E4E
RGB: (108,94,78)

Color info

#6C5E4E contains red, green and blue colors in about the same proportion. Web safe color of #6C5E4E is #666666 (or #666).

RGB color model

#6C5E4E color RGB value is (108,94,78).

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

RGB channels and saturation

R 108 of 255 = 42%
G 94 of 255 = 37%
B 78 of 255 = 31%

108
94
78

R + G + B ~ 37%. #6C5E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 94 + 78 = 280 (100%)
R 108 of 280 ~ 38.57%
G 94 of 280 ~ 33.57%
B 78 of 280 ~ 27.86%

%38.57
%33.57
%27.86

CMYK color model

#6C5E4E color CMYK value is (0,13,28,58).

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,13,28,58)
C0M13Y28K58 
(0%,13%,28%,58%)
(0.00/0.13/0.28/0.58)	

CMYK percentages

%0
%12.96
%27.78
%57.65

Codes

Color #6C5E4E in popluar color models

6C5E4E
RGB1089478
HSL32°16.13%36.47%
HSB/HSV32°27.78%42.35%
CMYK0.00%12.96%27.78%
57.65%

Color #6C5E4E in popluar number systems.

HEX6C5E4E
Decimal1089478
Binary110110010111101001110
Octal154136116

Shades and tints

Shades of #6C5E4E

#6C5E4E
(108,94,78)
#635647
(99,86,71)
#5A4E40
(90,78,64)
#514639
(81,70,57)
#483E32
(72,62,50)
#3F362B
(63,54,43)
#362E24
(54,46,36)
#2D261D
(45,38,29)
#241E16
(36,30,22)
#1B160F
(27,22,15)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C5E4E

#6C5E4E
(108,94,78)
#796C5E
(121,108,94)
#867A6E
(134,122,110)
#93887E
(147,136,126)
#A0968E
(160,150,142)
#ADA49E
(173,164,158)
#BAB2AE
(186,178,174)
#C7C0BE
(199,192,190)
#D4CECE
(212,206,206)
#E1DCDE
(225,220,222)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5E4E; }

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

This text font color is #6C5E4E.


Background Color

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

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

This div background color is #6C5E4E.


Border color

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

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

This div border color is #6C5E4E.


Opacity

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

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

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

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

This text has shadow with #6C5E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E4E on black background.


Color preview on white background

This text has color #6C5E4E on white background.



Black color preview on #6C5E4E background

This text has black color on #6C5E4E background.


White color preview on #6C5E4E background

This text has white color on #6C5E4E background.