COLOR #6C4E61

HEX: #6C4E61
RGB: (108,78,97)

Color info

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

RGB color model

#6C4E61 color RGB value is (108,78,97).

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

RGB channels and saturation

R 108 of 255 = 42%
G 78 of 255 = 31%
B 97 of 255 = 38%

108
78
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 78 + 97 = 283 (100%)
R 108 of 283 ~ 38.16%
G 78 of 283 ~ 27.56%
B 97 of 283 ~ 34.28%

%38.16
%27.56
%34.28

CMYK color model

#6C4E61 color CMYK value is (0,28,10,58).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(0,28,10,58)
C0M28Y10K58 
(0%,28%,10%,58%)
(0.00/0.28/0.10/0.58)	

CMYK percentages

%0
%27.78
%10.19
%57.65

Codes

Color #6C4E61 in popluar color models

6C4E61
RGB1087897
HSL322°16.13%36.47%
HSB/HSV322°27.78%42.35%
CMYK0.00%27.78%10.19%
57.65%

Color #6C4E61 in popluar number systems.

HEX6C4E61
Decimal1087897
Binary110110010011101100001
Octal154116141

Shades and tints

Shades of #6C4E61

#6C4E61
(108,78,97)
#634759
(99,71,89)
#5A4051
(90,64,81)
#513949
(81,57,73)
#483241
(72,50,65)
#3F2B39
(63,43,57)
#362431
(54,36,49)
#2D1D29
(45,29,41)
#241621
(36,22,33)
#1B0F19
(27,15,25)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #6C4E61

#6C4E61
(108,78,97)
#795E6F
(121,94,111)
#866E7D
(134,110,125)
#937E8B
(147,126,139)
#A08E99
(160,142,153)
#AD9EA7
(173,158,167)
#BAAEB5
(186,174,181)
#C7BEC3
(199,190,195)
#D4CED1
(212,206,209)
#E1DEDF
(225,222,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4E61; }

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

This text font color is #6C4E61.


Background Color

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

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

This div background color is #6C4E61.


Border color

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

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

This div border color is #6C4E61.


Opacity

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

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

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

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

This text has shadow with #6C4E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4E61 on black background.


Color preview on white background

This text has color #6C4E61 on white background.



Black color preview on #6C4E61 background

This text has black color on #6C4E61 background.


White color preview on #6C4E61 background

This text has white color on #6C4E61 background.