COLOR #6C241F

HEX: #6C241F
RGB: (108,36,31)

Color info

#6C241F contains mainly red color. Web safe color of #6C241F is #663333 (or #633).

RGB color model

#6C241F color RGB value is (108,36,31).

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

RGB channels and saturation

R 108 of 255 = 42%
G 36 of 255 = 14%
B 31 of 255 = 12%

108
36
31

R + G + B ~ 23%. #6C241F is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 36 + 31 = 175 (100%)
R 108 of 175 ~ 61.71%
G 36 of 175 ~ 20.57%
B 31 of 175 ~ 17.71%

%61.71
%20.57
%17.71

CMYK color model

#6C241F color CMYK value is (0,67,71,58).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 71.30%
  • key color value is 57.65%
CMYK:
(0,67,71,58)
C0M67Y71K58 
(0%,67%,71%,58%)
(0.00/0.67/0.71/0.58)	

CMYK percentages

%0
%66.67
%71.3
%57.65

Codes

Color #6C241F in popluar color models

6C241F
RGB1083631
HSL55.40%27.25%
HSB/HSV71.30%42.35%
CMYK0.00%66.67%71.30%
57.65%

Color #6C241F in popluar number systems.

HEX6C241F
Decimal1083631
Binary110110010010011111
Octal1544437

Shades and tints

Shades of #6C241F

#6C241F
(108,36,31)
#63211D
(99,33,29)
#5A1E1B
(90,30,27)
#511B19
(81,27,25)
#481817
(72,24,23)
#3F1515
(63,21,21)
#361213
(54,18,19)
#2D0F11
(45,15,17)
#240C0F
(36,12,15)
#1B090D
(27,9,13)
#12060B
(18,6,11)
#000000
(0,0,0)

Tints of #6C241F

#6C241F
(108,36,31)
#793733
(121,55,51)
#864A47
(134,74,71)
#935D5B
(147,93,91)
#A0706F
(160,112,111)
#AD8383
(173,131,131)
#BA9697
(186,150,151)
#C7A9AB
(199,169,171)
#D4BCBF
(212,188,191)
#E1CFD3
(225,207,211)
#EEE2E7
(238,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C241F; }

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

This text font color is #6C241F.


Background Color

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

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

This div background color is #6C241F.


Border color

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

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

This div border color is #6C241F.


Opacity

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

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

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

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

This text has shadow with #6C241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C241F on black background.


Color preview on white background

This text has color #6C241F on white background.



Black color preview on #6C241F background

This text has black color on #6C241F background.


White color preview on #6C241F background

This text has white color on #6C241F background.