COLOR #6C4343

HEX: #6C4343 RGB: (108,67,67)

Color info

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

RGB color model

#6C4343 color RGB value is (108,67,67).

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

RGB channels and saturation

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

108
67
67

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

Portions of RGB colors in percentages

R + G + B = 108 + 67 + 67 = 242 (100%)
R 108 of 242 ~ 44.63%
G 67 of 242 ~ 27.69%
B 67 of 242 ~ 27.69'%

%44.63
%27.69
%27.69

CMYK color model

#6C4343 color CMYK value is (0,38,38,58).

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

CMYK: (0,38,38,58)
C0M38Y38K58 (0%, 38%, 38%, 58%)
(0.00 / 0.38 / 0.38 / 0.58)

CMYK percentages

%0
%37.96
%37.96
%57.65

Codes

Color #6C4343 in popluar color models

6C 43 43
RGB 108 67 67
HSL 23.43% 34.31%
HSB/HSV 37.96% 42.35%
CMYK 0.00% 37.96% 37.96%
57.65%

Color #6C4343 in popluar number systems.

HEX 6C 43 43
Decimal 108 67 67
Binary 1101100 1000011 1000011
Octal 154 103 103

Shades and tints

Shades of #6C4343

#6C4343
(108,67,67)
#633D3D
(99,61,61)
#5A3737
(90,55,55)
#513131
(81,49,49)
#482B2B
(72,43,43)
#3F2525
(63,37,37)
#361F1F
(54,31,31)
#2D1919
(45,25,25)
#241313
(36,19,19)
#1B0D0D
(27,13,13)
#120707
(18,7,7)
#000000
(0,0,0)

Tints of #6C4343

#6C4343
(108,67,67)
#795454
(121,84,84)
#866565
(134,101,101)
#937676
(147,118,118)
#A08787
(160,135,135)
#AD9898
(173,152,152)
#BAA9A9
(186,169,169)
#C7BABA
(199,186,186)
#D4CBCB
(212,203,203)
#E1DCDC
(225,220,220)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4343; }

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

This text font color is #6C4343.

Background Color

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

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

This div background color is #6C4343.

Border color

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

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

This div border color is #6C4343.

Opacity

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

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

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

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

This text has shadow with #6C4343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4343.

Preview

Color preview on black background

This text has color #6C4343 on black background.


Color preview on white background

This text has color #6C4343 on white background.


Black color preview on #6C4343 background

This text has black color on #6C4343 background.


White color preview on #6C4343 background

This text has white color on #6C4343 background.


Related colors

Complementary color

Complementary color for #hex is #93BCBC.


I love getcolorcode.com