COLOR #6C4A44

HEX: #6C4A44
RGB: (108,74,68)

Color info

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

RGB color model

#6C4A44 color RGB value is (108,74,68).

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

RGB channels and saturation

R 108 of 255 = 42%
G 74 of 255 = 29%
B 68 of 255 = 27%

108
74
68

R + G + B ~ 33%. #6C4A44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 74 + 68 = 250 (100%)
R 108 of 250 ~ 43.2%
G 74 of 250 ~ 29.6%
B 68 of 250 ~ 27.2%

%43.2
%29.6
%27.2

CMYK color model

#6C4A44 color CMYK value is (0,31,37,58).

  • cyan value is 0.00%
  • magenta value is 31.48%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(0,31,37,58)
C0M31Y37K58 
(0%,31%,37%,58%)
(0.00/0.31/0.37/0.58)	

CMYK percentages

%0
%31.48
%37.04
%57.65

Codes

Color #6C4A44 in popluar color models

6C4A44
RGB1087468
HSL22.73%34.51%
HSB/HSV37.04%42.35%
CMYK0.00%31.48%37.04%
57.65%

Color #6C4A44 in popluar number systems.

HEX6C4A44
Decimal1087468
Binary110110010010101000100
Octal154112104

Shades and tints

Shades of #6C4A44

#6C4A44
(108,74,68)
#63443E
(99,68,62)
#5A3E38
(90,62,56)
#513832
(81,56,50)
#48322C
(72,50,44)
#3F2C26
(63,44,38)
#362620
(54,38,32)
#2D201A
(45,32,26)
#241A14
(36,26,20)
#1B140E
(27,20,14)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C4A44

#6C4A44
(108,74,68)
#795A55
(121,90,85)
#866A66
(134,106,102)
#937A77
(147,122,119)
#A08A88
(160,138,136)
#AD9A99
(173,154,153)
#BAAAAA
(186,170,170)
#C7BABB
(199,186,187)
#D4CACC
(212,202,204)
#E1DADD
(225,218,221)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4A44; }

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

This text font color is #6C4A44.


Background Color

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

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

This div background color is #6C4A44.


Border color

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

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

This div border color is #6C4A44.


Opacity

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

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

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

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

This text has shadow with #6C4A44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4A44 on black background.


Color preview on white background

This text has color #6C4A44 on white background.



Black color preview on #6C4A44 background

This text has black color on #6C4A44 background.


White color preview on #6C4A44 background

This text has white color on #6C4A44 background.