COLOR #6C1811

HEX: #6C1811
RGB: (108,24,17)

Color info

#6C1811 contains mainly red color. Web safe color of #6C1811 is #660000 (or #600).

RGB color model

#6C1811 color RGB value is (108,24,17).

  • red value is 108;
  • green value is 24;
  • blue value is 17.
RGB:
(108,24,17)
(42%,9%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 24 of 255 = 9%
B 17 of 255 = 7%

108
24
17

R + G + B ~ 19%. #6C1811 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 24 + 17 = 149 (100%)
R 108 of 149 ~ 72.48%
G 24 of 149 ~ 16.11%
B 17 of 149 ~ 11.41%

%72.48
%16.11
%11.41

CMYK color model

#6C1811 color CMYK value is (0,78,84,58).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 84.26%
  • key color value is 57.65%
CMYK:
(0,78,84,58)
C0M78Y84K58 
(0%,78%,84%,58%)
(0.00/0.78/0.84/0.58)	

CMYK percentages

%0
%77.78
%84.26
%57.65

Codes

Color #6C1811 in popluar color models

6C1811
RGB1082417
HSL72.80%24.51%
HSB/HSV84.26%42.35%
CMYK0.00%77.78%84.26%
57.65%

Color #6C1811 in popluar number systems.

HEX6C1811
Decimal1082417
Binary11011001100010001
Octal1543021

Shades and tints

Shades of #6C1811

#6C1811
(108,24,17)
#631610
(99,22,16)
#5A140F
(90,20,15)
#51120E
(81,18,14)
#48100D
(72,16,13)
#3F0E0C
(63,14,12)
#360C0B
(54,12,11)
#2D0A0A
(45,10,10)
#240809
(36,8,9)
#1B0608
(27,6,8)
#120407
(18,4,7)
#000000
(0,0,0)

Tints of #6C1811

#6C1811
(108,24,17)
#792D26
(121,45,38)
#86423B
(134,66,59)
#935750
(147,87,80)
#A06C65
(160,108,101)
#AD817A
(173,129,122)
#BA968F
(186,150,143)
#C7ABA4
(199,171,164)
#D4C0B9
(212,192,185)
#E1D5CE
(225,213,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1811 color. Also use rgb(108,24,17) instead hex code.

Text Font Color

.myTextColor { color: #6C1811; }

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

This text font color is #6C1811.


Background Color

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

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

This div background color is #6C1811.


Border color

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

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

This div border color is #6C1811.


Opacity

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

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

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

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

This text has shadow with #6C1811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1811 on black background.


Color preview on white background

This text has color #6C1811 on white background.



Black color preview on #6C1811 background

This text has black color on #6C1811 background.


White color preview on #6C1811 background

This text has white color on #6C1811 background.