COLOR #6C5144

HEX: #6C5144
RGB: (108,81,68)

Color info

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

RGB color model

#6C5144 color RGB value is (108,81,68).

  • red value is 108;
  • green value is 81;
  • blue value is 68.
RGB:
(108,81,68)
(42%,32%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 81 of 255 = 32%
B 68 of 255 = 27%

108
81
68

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

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 68 = 257 (100%)
R 108 of 257 ~ 42.02%
G 81 of 257 ~ 31.52%
B 68 of 257 ~ 26.46%

%42.02
%31.52
%26.46

CMYK color model

#6C5144 color CMYK value is (0,25,37,58).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(0,25,37,58)
C0M25Y37K58 
(0%,25%,37%,58%)
(0.00/0.25/0.37/0.58)	

CMYK percentages

%0
%25
%37.04
%57.65

Codes

Color #6C5144 in popluar color models

6C5144
RGB1088168
HSL20°22.73%34.51%
HSB/HSV20°37.04%42.35%
CMYK0.00%25.00%37.04%
57.65%

Color #6C5144 in popluar number systems.

HEX6C5144
Decimal1088168
Binary110110010100011000100
Octal154121104

Shades and tints

Shades of #6C5144

#6C5144
(108,81,68)
#634A3E
(99,74,62)
#5A4338
(90,67,56)
#513C32
(81,60,50)
#48352C
(72,53,44)
#3F2E26
(63,46,38)
#362720
(54,39,32)
#2D201A
(45,32,26)
#241914
(36,25,20)
#1B120E
(27,18,14)
#120B08
(18,11,8)
#000000
(0,0,0)

Tints of #6C5144

#6C5144
(108,81,68)
#796055
(121,96,85)
#866F66
(134,111,102)
#937E77
(147,126,119)
#A08D88
(160,141,136)
#AD9C99
(173,156,153)
#BAABAA
(186,171,170)
#C7BABB
(199,186,187)
#D4C9CC
(212,201,204)
#E1D8DD
(225,216,221)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5144 color. Also use rgb(108,81,68) instead hex code.

Text Font Color

.myTextColor { color: #6C5144; }

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

This text font color is #6C5144.


Background Color

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

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

This div background color is #6C5144.


Border color

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

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

This div border color is #6C5144.


Opacity

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

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

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

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

This text has shadow with #6C5144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5144 on black background.


Color preview on white background

This text has color #6C5144 on white background.



Black color preview on #6C5144 background

This text has black color on #6C5144 background.


White color preview on #6C5144 background

This text has white color on #6C5144 background.