COLOR #6C4944

HEX: #6C4944
RGB: (108,73,68)

Color info

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

RGB color model

#6C4944 color RGB value is (108,73,68).

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

RGB channels and saturation

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

108
73
68

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

Portions of RGB colors in percentages

R + G + B =
108 + 73 + 68 = 249 (100%)
R 108 of 249 ~ 43.37%
G 73 of 249 ~ 29.32%
B 68 of 249 ~ 27.31%

%43.37
%29.32
%27.31

CMYK color model

#6C4944 color CMYK value is (0,32,37,58).

  • cyan value is 0.00%
  • magenta value is 32.41%
  • yellow value is 37.04%
  • key color value is 57.65%
CMYK:
(0,32,37,58)
C0M32Y37K58 
(0%,32%,37%,58%)
(0.00/0.32/0.37/0.58)	

CMYK percentages

%0
%32.41
%37.04
%57.65

Codes

Color #6C4944 in popluar color models

6C4944
RGB1087368
HSL22.73%34.51%
HSB/HSV37.04%42.35%
CMYK0.00%32.41%37.04%
57.65%

Color #6C4944 in popluar number systems.

HEX6C4944
Decimal1087368
Binary110110010010011000100
Octal154111104

Shades and tints

Shades of #6C4944

#6C4944
(108,73,68)
#63433E
(99,67,62)
#5A3D38
(90,61,56)
#513732
(81,55,50)
#48312C
(72,49,44)
#3F2B26
(63,43,38)
#362520
(54,37,32)
#2D1F1A
(45,31,26)
#241914
(36,25,20)
#1B130E
(27,19,14)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C4944

#6C4944
(108,73,68)
#795955
(121,89,85)
#866966
(134,105,102)
#937977
(147,121,119)
#A08988
(160,137,136)
#AD9999
(173,153,153)
#BAA9AA
(186,169,170)
#C7B9BB
(199,185,187)
#D4C9CC
(212,201,204)
#E1D9DD
(225,217,221)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4944; }

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

This text font color is #6C4944.


Background Color

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

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

This div background color is #6C4944.


Border color

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

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

This div border color is #6C4944.


Opacity

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

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

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

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

This text has shadow with #6C4944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4944 on black background.


Color preview on white background

This text has color #6C4944 on white background.



Black color preview on #6C4944 background

This text has black color on #6C4944 background.


White color preview on #6C4944 background

This text has white color on #6C4944 background.