COLOR #6C3C1B

HEX: #6C3C1B
RGB: (108,60,27)

Color info

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

RGB color model

#6C3C1B color RGB value is (108,60,27).

  • red value is 108;
  • green value is 60;
  • blue value is 27.
RGB:
(108,60,27)
(42%,24%,11%)

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 27 of 255 = 11%

108
60
27

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

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 27 = 195 (100%)
R 108 of 195 ~ 55.38%
G 60 of 195 ~ 30.77%
B 27 of 195 ~ 13.85%

%55.38
%30.77
%13.85

CMYK color model

#6C3C1B color CMYK value is (0,44,75,58).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 75.00%
  • key color value is 57.65%
CMYK:
(0,44,75,58)
C0M44Y75K58 
(0%,44%,75%,58%)
(0.00/0.44/0.75/0.58)	

CMYK percentages

%0
%44.44
%75
%57.65

Codes

Color #6C3C1B in popluar color models

6C3C1B
RGB1086027
HSL24°60.00%26.47%
HSB/HSV24°75.00%42.35%
CMYK0.00%44.44%75.00%
57.65%

Color #6C3C1B in popluar number systems.

HEX6C3C1B
Decimal1086027
Binary110110011110011011
Octal1547433

Shades and tints

Shades of #6C3C1B

#6C3C1B
(108,60,27)
#633719
(99,55,25)
#5A3217
(90,50,23)
#512D15
(81,45,21)
#482813
(72,40,19)
#3F2311
(63,35,17)
#361E0F
(54,30,15)
#2D190D
(45,25,13)
#24140B
(36,20,11)
#1B0F09
(27,15,9)
#120A07
(18,10,7)
#000000
(0,0,0)

Tints of #6C3C1B

#6C3C1B
(108,60,27)
#794D2F
(121,77,47)
#865E43
(134,94,67)
#936F57
(147,111,87)
#A0806B
(160,128,107)
#AD917F
(173,145,127)
#BAA293
(186,162,147)
#C7B3A7
(199,179,167)
#D4C4BB
(212,196,187)
#E1D5CF
(225,213,207)
#EEE6E3
(238,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3C1B color. Also use rgb(108,60,27) instead hex code.

Text Font Color

.myTextColor { color: #6C3C1B; }

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

This text font color is #6C3C1B.


Background Color

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

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

This div background color is #6C3C1B.


Border color

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

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

This div border color is #6C3C1B.


Opacity

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

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

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

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

This text has shadow with #6C3C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C1B on black background.


Color preview on white background

This text has color #6C3C1B on white background.



Black color preview on #6C3C1B background

This text has black color on #6C3C1B background.


White color preview on #6C3C1B background

This text has white color on #6C3C1B background.