COLOR #6C4440

HEX: #6C4440
RGB: (108,68,64)

Color info

#6C4440 contains red, green and blue colors in about the same proportion. Web safe color of #6C4440 is #663333 (or #633).

RGB color model

#6C4440 color RGB value is (108,68,64).

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

RGB channels and saturation

R 108 of 255 = 42%
G 68 of 255 = 27%
B 64 of 255 = 25%

108
68
64

R + G + B ~ 31%. #6C4440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 68 + 64 = 240 (100%)
R 108 of 240 ~ 45%
G 68 of 240 ~ 28.33%
B 64 of 240 ~ 26.67%

%45
%28.33
%26.67

CMYK color model

#6C4440 color CMYK value is (0,37,41,58).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 40.74%
  • key color value is 57.65%
CMYK:
(0,37,41,58)
C0M37Y41K58 
(0%,37%,41%,58%)
(0.00/0.37/0.41/0.58)	

CMYK percentages

%0
%37.04
%40.74
%57.65

Codes

Color #6C4440 in popluar color models

6C4440
RGB1086864
HSL25.58%33.73%
HSB/HSV40.74%42.35%
CMYK0.00%37.04%40.74%
57.65%

Color #6C4440 in popluar number systems.

HEX6C4440
Decimal1086864
Binary110110010001001000000
Octal154104100

Shades and tints

Shades of #6C4440

#6C4440
(108,68,64)
#633E3B
(99,62,59)
#5A3836
(90,56,54)
#513231
(81,50,49)
#482C2C
(72,44,44)
#3F2627
(63,38,39)
#362022
(54,32,34)
#2D1A1D
(45,26,29)
#241418
(36,20,24)
#1B0E13
(27,14,19)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #6C4440

#6C4440
(108,68,64)
#795551
(121,85,81)
#866662
(134,102,98)
#937773
(147,119,115)
#A08884
(160,136,132)
#AD9995
(173,153,149)
#BAAAA6
(186,170,166)
#C7BBB7
(199,187,183)
#D4CCC8
(212,204,200)
#E1DDD9
(225,221,217)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4440; }

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

This text font color is #6C4440.


Background Color

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

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

This div background color is #6C4440.


Border color

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

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

This div border color is #6C4440.


Opacity

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

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

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

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

This text has shadow with #6C4440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4440 on black background.


Color preview on white background

This text has color #6C4440 on white background.



Black color preview on #6C4440 background

This text has black color on #6C4440 background.


White color preview on #6C4440 background

This text has white color on #6C4440 background.