COLOR #6C4443

HEX: #6C4443 RGB: (108,68,67)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
68
67

R + G + B ~ 32%. #6C4443 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 68 + 67 = 243 (100%)
R 108 of 243 ~ 44.44%
G 68 of 243 ~ 27.98%
B 67 of 243 ~ 27.57'%

%44.44
%27.98
%27.57

CMYK color model

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

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

CMYK: (0,37,38,58)
C0M37Y38K58 (0%, 37%, 38%, 58%)
(0.00 / 0.37 / 0.38 / 0.58)

CMYK percentages

%0
%37.04
%37.96
%57.65

Codes

Color #6C4443 in popluar color models

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

Color #6C4443 in popluar number systems.

HEX 6C 44 43
Decimal 108 68 67
Binary 1101100 1000100 1000011
Octal 154 104 103

Shades and tints

Shades of #6C4443

#6C4443
(108,68,67)
#633E3D
(99,62,61)
#5A3837
(90,56,55)
#513231
(81,50,49)
#482C2B
(72,44,43)
#3F2625
(63,38,37)
#36201F
(54,32,31)
#2D1A19
(45,26,25)
#241413
(36,20,19)
#1B0E0D
(27,14,13)
#120807
(18,8,7)
#000000
(0,0,0)

Tints of #6C4443

#6C4443
(108,68,67)
#795554
(121,85,84)
#866665
(134,102,101)
#937776
(147,119,118)
#A08887
(160,136,135)
#AD9998
(173,153,152)
#BAAAA9
(186,170,169)
#C7BBBA
(199,187,186)
#D4CCCB
(212,204,203)
#E1DDDC
(225,221,220)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4443; }

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

This text font color is #6C4443.

Background Color

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

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

This div background color is #6C4443.

Border color

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

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

This div border color is #6C4443.

Opacity

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

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

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

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

This text has shadow with #6C4443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4443.

Preview

Color preview on black background

This text has color #6C4443 on black background.


Color preview on white background

This text has color #6C4443 on white background.


Black color preview on #6C4443 background

This text has black color on #6C4443 background.


White color preview on #6C4443 background

This text has white color on #6C4443 background.


Related colors

Complementary color

Complementary color for #hex is #93BBBC.


I love getcolorcode.com

Triadic colors

1 #436C44 and #44436C with #6C4443 are triadic colors.

2 #43446C and #446C43 with #6C4443 are triadic colors.