COLOR #6C4C35

HEX: #6C4C35
RGB: (108,76,53)

Color info

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

RGB color model

#6C4C35 color RGB value is (108,76,53).

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

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 53 of 255 = 21%

108
76
53

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

Portions of RGB colors in percentages

R + G + B =
108 + 76 + 53 = 237 (100%)
R 108 of 237 ~ 45.57%
G 76 of 237 ~ 32.07%
B 53 of 237 ~ 22.36%

%45.57
%32.07
%22.36

CMYK color model

#6C4C35 color CMYK value is (0,30,51,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 50.93%
  • key color value is 57.65%
CMYK:
(0,30,51,58)
C0M30Y51K58 
(0%,30%,51%,58%)
(0.00/0.30/0.51/0.58)	

CMYK percentages

%0
%29.63
%50.93
%57.65

Codes

Color #6C4C35 in popluar color models

6C4C35
RGB1087653
HSL25°34.16%31.57%
HSB/HSV25°50.93%42.35%
CMYK0.00%29.63%50.93%
57.65%

Color #6C4C35 in popluar number systems.

HEX6C4C35
Decimal1087653
Binary11011001001100110101
Octal15411465

Shades and tints

Shades of #6C4C35

#6C4C35
(108,76,53)
#634631
(99,70,49)
#5A402D
(90,64,45)
#513A29
(81,58,41)
#483425
(72,52,37)
#3F2E21
(63,46,33)
#36281D
(54,40,29)
#2D2219
(45,34,25)
#241C15
(36,28,21)
#1B1611
(27,22,17)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #6C4C35

#6C4C35
(108,76,53)
#795C47
(121,92,71)
#866C59
(134,108,89)
#937C6B
(147,124,107)
#A08C7D
(160,140,125)
#AD9C8F
(173,156,143)
#BAACA1
(186,172,161)
#C7BCB3
(199,188,179)
#D4CCC5
(212,204,197)
#E1DCD7
(225,220,215)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4C35; }

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

This text font color is #6C4C35.


Background Color

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

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

This div background color is #6C4C35.


Border color

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

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

This div border color is #6C4C35.


Opacity

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

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

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

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

This text has shadow with #6C4C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4C35 on black background.


Color preview on white background

This text has color #6C4C35 on white background.



Black color preview on #6C4C35 background

This text has black color on #6C4C35 background.


White color preview on #6C4C35 background

This text has white color on #6C4C35 background.