COLOR #6C4242

HEX: #6C4242 RGB: (108,66,66)

Color info

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

RGB color model

#6C4242 color RGB value is (108,66,66).

RGB: (108,66,66) (42%, 26%, 26%)

RGB channels and saturation

R 108 of 255 = 42%
G 66 of 255 = 26%
B 66 of 255 = 26%

108
66
66

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

Portions of RGB colors in percentages

R + G + B = 108 + 66 + 66 = 240 (100%)
R 108 of 240 ~ 45%
G 66 of 240 ~ 27.5%
B 66 of 240 ~ 27.5'%

%45
%27.5
%27.5

CMYK color model

#6C4242 color CMYK value is (0,39,39,58).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 38.89%
  • key color value is 57.65%

CMYK: (0,39,39,58)
C0M39Y39K58 (0%, 39%, 39%, 58%)
(0.00 / 0.39 / 0.39 / 0.58)

CMYK percentages

%0
%38.89
%38.89
%57.65

Codes

Color #6C4242 in popluar color models

6C 42 42
RGB 108 66 66
HSL 24.14% 34.12%
HSB/HSV 38.89% 42.35%
CMYK 0.00% 38.89% 38.89%
57.65%

Color #6C4242 in popluar number systems.

HEX 6C 42 42
Decimal 108 66 66
Binary 1101100 1000010 1000010
Octal 154 102 102

Shades and tints

Shades of #6C4242

#6C4242
(108,66,66)
#633C3C
(99,60,60)
#5A3636
(90,54,54)
#513030
(81,48,48)
#482A2A
(72,42,42)
#3F2424
(63,36,36)
#361E1E
(54,30,30)
#2D1818
(45,24,24)
#241212
(36,18,18)
#1B0C0C
(27,12,12)
#120606
(18,6,6)
#000000
(0,0,0)

Tints of #6C4242

#6C4242
(108,66,66)
#795353
(121,83,83)
#866464
(134,100,100)
#937575
(147,117,117)
#A08686
(160,134,134)
#AD9797
(173,151,151)
#BAA8A8
(186,168,168)
#C7B9B9
(199,185,185)
#D4CACA
(212,202,202)
#E1DBDB
(225,219,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4242; }

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

This text font color is #6C4242.

Background Color

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

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

This div background color is #6C4242.

Border color

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

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

This div border color is #6C4242.

Opacity

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

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

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

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

This text has shadow with #6C4242 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4242.

Preview

Color preview on black background

This text has color #6C4242 on black background.


Color preview on white background

This text has color #6C4242 on white background.


Black color preview on #6C4242 background

This text has black color on #6C4242 background.


White color preview on #6C4242 background

This text has white color on #6C4242 background.


Related colors

Complementary color

Complementary color for #hex is #93BDBD.


I love getcolorcode.com