COLOR #6C4D42

HEX: #6C4D42
RGB: (108,77,66)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
77
66

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

Portions of RGB colors in percentages

R + G + B =
108 + 77 + 66 = 251 (100%)
R 108 of 251 ~ 43.03%
G 77 of 251 ~ 30.68%
B 66 of 251 ~ 26.29%

%43.03
%30.68
%26.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(0,29,39,58)
C0M29Y39K58 
(0%,29%,39%,58%)
(0.00/0.29/0.39/0.58)	

CMYK percentages

%0
%28.7
%38.89
%57.65

Codes

Color #6C4D42 in popluar color models

6C4D42
RGB1087766
HSL16°24.14%34.12%
HSB/HSV16°38.89%42.35%
CMYK0.00%28.70%38.89%
57.65%

Color #6C4D42 in popluar number systems.

HEX6C4D42
Decimal1087766
Binary110110010011011000010
Octal154115102

Shades and tints

Shades of #6C4D42

#6C4D42
(108,77,66)
#63463C
(99,70,60)
#5A3F36
(90,63,54)
#513830
(81,56,48)
#48312A
(72,49,42)
#3F2A24
(63,42,36)
#36231E
(54,35,30)
#2D1C18
(45,28,24)
#241512
(36,21,18)
#1B0E0C
(27,14,12)
#120706
(18,7,6)
#000000
(0,0,0)

Tints of #6C4D42

#6C4D42
(108,77,66)
#795D53
(121,93,83)
#866D64
(134,109,100)
#937D75
(147,125,117)
#A08D86
(160,141,134)
#AD9D97
(173,157,151)
#BAADA8
(186,173,168)
#C7BDB9
(199,189,185)
#D4CDCA
(212,205,202)
#E1DDDB
(225,221,219)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4D42; }

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

This text font color is #6C4D42.


Background Color

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

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

This div background color is #6C4D42.


Border color

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

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

This div border color is #6C4D42.


Opacity

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

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

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

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

This text has shadow with #6C4D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4D42 on black background.


Color preview on white background

This text has color #6C4D42 on white background.



Black color preview on #6C4D42 background

This text has black color on #6C4D42 background.


White color preview on #6C4D42 background

This text has white color on #6C4D42 background.