COLOR #6C4B59

HEX: #6C4B59
RGB: (108,75,89)

Color info

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

RGB color model

#6C4B59 color RGB value is (108,75,89).

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

RGB channels and saturation

R 108 of 255 = 42%
G 75 of 255 = 29%
B 89 of 255 = 35%

108
75
89

R + G + B ~ 35%. #6C4B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 75 + 89 = 272 (100%)
R 108 of 272 ~ 39.71%
G 75 of 272 ~ 27.57%
B 89 of 272 ~ 32.72%

%39.71
%27.57
%32.72

CMYK color model

#6C4B59 color CMYK value is (0,31,18,58).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 17.59%
  • key color value is 57.65%
CMYK:
(0,31,18,58)
C0M31Y18K58 
(0%,31%,18%,58%)
(0.00/0.31/0.18/0.58)	

CMYK percentages

%0
%30.56
%17.59
%57.65

Codes

Color #6C4B59 in popluar color models

6C4B59
RGB1087589
HSL335°18.03%35.88%
HSB/HSV335°30.56%42.35%
CMYK0.00%30.56%17.59%
57.65%

Color #6C4B59 in popluar number systems.

HEX6C4B59
Decimal1087589
Binary110110010010111011001
Octal154113131

Shades and tints

Shades of #6C4B59

#6C4B59
(108,75,89)
#634551
(99,69,81)
#5A3F49
(90,63,73)
#513941
(81,57,65)
#483339
(72,51,57)
#3F2D31
(63,45,49)
#362729
(54,39,41)
#2D2121
(45,33,33)
#241B19
(36,27,25)
#1B1511
(27,21,17)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C4B59

#6C4B59
(108,75,89)
#795B68
(121,91,104)
#866B77
(134,107,119)
#937B86
(147,123,134)
#A08B95
(160,139,149)
#AD9BA4
(173,155,164)
#BAABB3
(186,171,179)
#C7BBC2
(199,187,194)
#D4CBD1
(212,203,209)
#E1DBE0
(225,219,224)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4B59; }

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

This text font color is #6C4B59.


Background Color

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

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

This div background color is #6C4B59.


Border color

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

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

This div border color is #6C4B59.


Opacity

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

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

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

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

This text has shadow with #6C4B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B59 on black background.


Color preview on white background

This text has color #6C4B59 on white background.



Black color preview on #6C4B59 background

This text has black color on #6C4B59 background.


White color preview on #6C4B59 background

This text has white color on #6C4B59 background.