COLOR #6C3B24

HEX: #6C3B24
RGB: (108,59,36)

Color info

#6C3B24 contains mainly red and green colors. Web safe color of #6C3B24 is #663333 (or #633).

RGB color model

#6C3B24 color RGB value is (108,59,36).

  • red value is 108;
  • green value is 59;
  • blue value is 36.
RGB:
(108,59,36)
(42%,23%,14%)

RGB channels and saturation

R 108 of 255 = 42%
G 59 of 255 = 23%
B 36 of 255 = 14%

108
59
36

R + G + B ~ 26%. #6C3B24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 59 + 36 = 203 (100%)
R 108 of 203 ~ 53.2%
G 59 of 203 ~ 29.06%
B 36 of 203 ~ 17.73%

%53.2
%29.06
%17.73

CMYK color model

#6C3B24 color CMYK value is (0,45,67,58).

  • cyan value is 0.00%
  • magenta value is 45.37%
  • yellow value is 66.67%
  • key color value is 57.65%
CMYK:
(0,45,67,58)
C0M45Y67K58 
(0%,45%,67%,58%)
(0.00/0.45/0.67/0.58)	

CMYK percentages

%0
%45.37
%66.67
%57.65

Codes

Color #6C3B24 in popluar color models

6C3B24
RGB1085936
HSL19°50.00%28.24%
HSB/HSV19°66.67%42.35%
CMYK0.00%45.37%66.67%
57.65%

Color #6C3B24 in popluar number systems.

HEX6C3B24
Decimal1085936
Binary1101100111011100100
Octal1547344

Shades and tints

Shades of #6C3B24

#6C3B24
(108,59,36)
#633621
(99,54,33)
#5A311E
(90,49,30)
#512C1B
(81,44,27)
#482718
(72,39,24)
#3F2215
(63,34,21)
#361D12
(54,29,18)
#2D180F
(45,24,15)
#24130C
(36,19,12)
#1B0E09
(27,14,9)
#120906
(18,9,6)
#000000
(0,0,0)

Tints of #6C3B24

#6C3B24
(108,59,36)
#794C37
(121,76,55)
#865D4A
(134,93,74)
#936E5D
(147,110,93)
#A07F70
(160,127,112)
#AD9083
(173,144,131)
#BAA196
(186,161,150)
#C7B2A9
(199,178,169)
#D4C3BC
(212,195,188)
#E1D4CF
(225,212,207)
#EEE5E2
(238,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3B24 color. Also use rgb(108,59,36) instead hex code.

Text Font Color

.myTextColor { color: #6C3B24; }

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

This text font color is #6C3B24.


Background Color

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

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

This div background color is #6C3B24.


Border color

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

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

This div border color is #6C3B24.


Opacity

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

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

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

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

This text has shadow with #6C3B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3B24 on black background.


Color preview on white background

This text has color #6C3B24 on white background.



Black color preview on #6C3B24 background

This text has black color on #6C3B24 background.


White color preview on #6C3B24 background

This text has white color on #6C3B24 background.