COLOR #6C4C4C

HEX: #6C4C4C
RGB: (108,76,76)

Color info

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

RGB color model

#6C4C4C color RGB value is (108,76,76).

  • red value is 108;
  • green value is 76;
  • blue value is 76.
RGB:
(108,76,76)
(42%,30%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 76 of 255 = 30%

108
76
76

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

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 76 = 260 (100%)
R 108 of 260 ~ 41.54%
G 76 of 260 ~ 29.23%
B 76 of 260 ~ 29.23%

%41.54
%29.23
%29.23

CMYK color model

#6C4C4C color CMYK value is (0,30,30,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(0,30,30,58)
C0M30Y30K58 
(0%,30%,30%,58%)
(0.00/0.30/0.30/0.58)	

CMYK percentages

%0
%29.63
%29.63
%57.65

Codes

Color #6C4C4C in popluar color models

6C4C4C
RGB1087676
HSL17.39%36.08%
HSB/HSV29.63%42.35%
CMYK0.00%29.63%29.63%
57.65%

Color #6C4C4C in popluar number systems.

HEX6C4C4C
Decimal1087676
Binary110110010011001001100
Octal154114114

Shades and tints

Shades of #6C4C4C

#6C4C4C
(108,76,76)
#634646
(99,70,70)
#5A4040
(90,64,64)
#513A3A
(81,58,58)
#483434
(72,52,52)
#3F2E2E
(63,46,46)
#362828
(54,40,40)
#2D2222
(45,34,34)
#241C1C
(36,28,28)
#1B1616
(27,22,22)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C4C4C

#6C4C4C
(108,76,76)
#795C5C
(121,92,92)
#866C6C
(134,108,108)
#937C7C
(147,124,124)
#A08C8C
(160,140,140)
#AD9C9C
(173,156,156)
#BAACAC
(186,172,172)
#C7BCBC
(199,188,188)
#D4CCCC
(212,204,204)
#E1DCDC
(225,220,220)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C4C; }

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

This text font color is #6C4C4C.


Background Color

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

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

This div background color is #6C4C4C.


Border color

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

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

This div border color is #6C4C4C.


Opacity

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

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

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

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

This text has shadow with #6C4C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C4C on black background.


Color preview on white background

This text has color #6C4C4C on white background.



Black color preview on #6C4C4C background

This text has black color on #6C4C4C background.


White color preview on #6C4C4C background

This text has white color on #6C4C4C background.