COLOR #6C4C33

HEX: #6C4C33
RGB: (108,76,51)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

108
76
51

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

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 51 = 235 (100%)
R 108 of 235 ~ 45.96%
G 76 of 235 ~ 32.34%
B 51 of 235 ~ 21.7%

%45.96
%32.34
%21.7

CMYK color model

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

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

CMYK percentages

%0
%29.63
%52.78
%57.65

Codes

Color #6C4C33 in popluar color models

6C4C33
RGB1087651
HSL26°35.85%31.18%
HSB/HSV26°52.78%42.35%
CMYK0.00%29.63%52.78%
57.65%

Color #6C4C33 in popluar number systems.

HEX6C4C33
Decimal1087651
Binary11011001001100110011
Octal15411463

Shades and tints

Shades of #6C4C33

#6C4C33
(108,76,51)
#63462F
(99,70,47)
#5A402B
(90,64,43)
#513A27
(81,58,39)
#483423
(72,52,35)
#3F2E1F
(63,46,31)
#36281B
(54,40,27)
#2D2217
(45,34,23)
#241C13
(36,28,19)
#1B160F
(27,22,15)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C4C33

#6C4C33
(108,76,51)
#795C45
(121,92,69)
#866C57
(134,108,87)
#937C69
(147,124,105)
#A08C7B
(160,140,123)
#AD9C8D
(173,156,141)
#BAAC9F
(186,172,159)
#C7BCB1
(199,188,177)
#D4CCC3
(212,204,195)
#E1DCD5
(225,220,213)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C33; }

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

This text font color is #6C4C33.


Background Color

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

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

This div background color is #6C4C33.


Border color

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

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

This div border color is #6C4C33.


Opacity

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

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

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

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

This text has shadow with #6C4C33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C33 on black background.


Color preview on white background

This text has color #6C4C33 on white background.



Black color preview on #6C4C33 background

This text has black color on #6C4C33 background.


White color preview on #6C4C33 background

This text has white color on #6C4C33 background.