COLOR #6C4B48

HEX: #6C4B48
RGB: (108,75,72)

Color info

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

RGB color model

#6C4B48 color RGB value is (108,75,72).

  • red value is 108;
  • green value is 75;
  • blue value is 72.
RGB:
(108,75,72)
(42%,29%,28%)

RGB channels and saturation

R 108 of 255 = 42%
G 75 of 255 = 29%
B 72 of 255 = 28%

108
75
72

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

Portions of RGB colors in percentages

R + G + B =
108 + 75 + 72 = 255 (100%)
R 108 of 255 ~ 42.35%
G 75 of 255 ~ 29.41%
B 72 of 255 ~ 28.24%

%42.35
%29.41
%28.24

CMYK color model

#6C4B48 color CMYK value is (0,31,33,58).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(0,31,33,58)
C0M31Y33K58 
(0%,31%,33%,58%)
(0.00/0.31/0.33/0.58)	

CMYK percentages

%0
%30.56
%33.33
%57.65

Codes

Color #6C4B48 in popluar color models

6C4B48
RGB1087572
HSL20.00%35.29%
HSB/HSV33.33%42.35%
CMYK0.00%30.56%33.33%
57.65%

Color #6C4B48 in popluar number systems.

HEX6C4B48
Decimal1087572
Binary110110010010111001000
Octal154113110

Shades and tints

Shades of #6C4B48

#6C4B48
(108,75,72)
#634542
(99,69,66)
#5A3F3C
(90,63,60)
#513936
(81,57,54)
#483330
(72,51,48)
#3F2D2A
(63,45,42)
#362724
(54,39,36)
#2D211E
(45,33,30)
#241B18
(36,27,24)
#1B1512
(27,21,18)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #6C4B48

#6C4B48
(108,75,72)
#795B58
(121,91,88)
#866B68
(134,107,104)
#937B78
(147,123,120)
#A08B88
(160,139,136)
#AD9B98
(173,155,152)
#BAABA8
(186,171,168)
#C7BBB8
(199,187,184)
#D4CBC8
(212,203,200)
#E1DBD8
(225,219,216)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4B48; }

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

This text font color is #6C4B48.


Background Color

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

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

This div background color is #6C4B48.


Border color

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

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

This div border color is #6C4B48.


Opacity

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

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

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

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

This text has shadow with #6C4B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B48 on black background.


Color preview on white background

This text has color #6C4B48 on white background.



Black color preview on #6C4B48 background

This text has black color on #6C4B48 background.


White color preview on #6C4B48 background

This text has white color on #6C4B48 background.