COLOR #6C4B4E

HEX: #6C4B4E
RGB: (108,75,78)

Color info

#6C4B4E contains red, green and blue colors in about the same proportion. Web safe color of #6C4B4E is #663366 (or #636).

RGB color model

#6C4B4E color RGB value is (108,75,78).

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

RGB channels and saturation

R 108 of 255 = 42%
G 75 of 255 = 29%
B 78 of 255 = 31%

108
75
78

R + G + B ~ 34%. #6C4B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 75 + 78 = 261 (100%)
R 108 of 261 ~ 41.38%
G 75 of 261 ~ 28.74%
B 78 of 261 ~ 29.89%

%41.38
%28.74
%29.89

CMYK color model

#6C4B4E color CMYK value is (0,31,28,58).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,31,28,58)
C0M31Y28K58 
(0%,31%,28%,58%)
(0.00/0.31/0.28/0.58)	

CMYK percentages

%0
%30.56
%27.78
%57.65

Codes

Color #6C4B4E in popluar color models

6C4B4E
RGB1087578
HSL355°18.03%35.88%
HSB/HSV355°30.56%42.35%
CMYK0.00%30.56%27.78%
57.65%

Color #6C4B4E in popluar number systems.

HEX6C4B4E
Decimal1087578
Binary110110010010111001110
Octal154113116

Shades and tints

Shades of #6C4B4E

#6C4B4E
(108,75,78)
#634547
(99,69,71)
#5A3F40
(90,63,64)
#513939
(81,57,57)
#483332
(72,51,50)
#3F2D2B
(63,45,43)
#362724
(54,39,36)
#2D211D
(45,33,29)
#241B16
(36,27,22)
#1B150F
(27,21,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #6C4B4E

#6C4B4E
(108,75,78)
#795B5E
(121,91,94)
#866B6E
(134,107,110)
#937B7E
(147,123,126)
#A08B8E
(160,139,142)
#AD9B9E
(173,155,158)
#BAABAE
(186,171,174)
#C7BBBE
(199,187,190)
#D4CBCE
(212,203,206)
#E1DBDE
(225,219,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4B4E; }

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

This text font color is #6C4B4E.


Background Color

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

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

This div background color is #6C4B4E.


Border color

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

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

This div border color is #6C4B4E.


Opacity

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

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

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

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

This text has shadow with #6C4B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B4E on black background.


Color preview on white background

This text has color #6C4B4E on white background.



Black color preview on #6C4B4E background

This text has black color on #6C4B4E background.


White color preview on #6C4B4E background

This text has white color on #6C4B4E background.