COLOR #6C1309

HEX: #6C1309
RGB: (108,19,9)

Color info

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

RGB color model

#6C1309 color RGB value is (108,19,9).

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

RGB channels and saturation

R 108 of 255 = 42%
G 19 of 255 = 7%
B 9 of 255 = 4%

108
19
9

R + G + B ~ 18%. #6C1309 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 19 + 9 = 136 (100%)
R 108 of 136 ~ 79.41%
G 19 of 136 ~ 13.97%
B 9 of 136 ~ 6.62%

%79.41
%13.97

CMYK color model

#6C1309 color CMYK value is (0,82,92,58).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 91.67%
  • key color value is 57.65%
CMYK:
(0,82,92,58)
C0M82Y92K58 
(0%,82%,92%,58%)
(0.00/0.82/0.92/0.58)	

CMYK percentages

%0
%82.41
%91.67
%57.65

Codes

Color #6C1309 in popluar color models

6C1309
RGB108199
HSL84.62%22.94%
HSB/HSV91.67%42.35%
CMYK0.00%82.41%91.67%
57.65%

Color #6C1309 in popluar number systems.

HEX6C1309
Decimal108199
Binary1101100100111001
Octal1542311

Shades and tints

Shades of #6C1309

#6C1309
(108,19,9)
#631209
(99,18,9)
#5A1109
(90,17,9)
#511009
(81,16,9)
#480F09
(72,15,9)
#3F0E09
(63,14,9)
#360D09
(54,13,9)
#2D0C09
(45,12,9)
#240B09
(36,11,9)
#1B0A09
(27,10,9)
#120909
(18,9,9)
#000000
(0,0,0)

Tints of #6C1309

#6C1309
(108,19,9)
#79281F
(121,40,31)
#863D35
(134,61,53)
#93524B
(147,82,75)
#A06761
(160,103,97)
#AD7C77
(173,124,119)
#BA918D
(186,145,141)
#C7A6A3
(199,166,163)
#D4BBB9
(212,187,185)
#E1D0CF
(225,208,207)
#EEE5E5
(238,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1309 color. Also use rgb(108,19,9) instead hex code.

Text Font Color

.myTextColor { color: #6C1309; }

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

This text font color is #6C1309.


Background Color

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

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

This div background color is #6C1309.


Border color

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

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

This div border color is #6C1309.


Opacity

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

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

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

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

This text has shadow with #6C1309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1309 on black background.


Color preview on white background

This text has color #6C1309 on white background.



Black color preview on #6C1309 background

This text has black color on #6C1309 background.


White color preview on #6C1309 background

This text has white color on #6C1309 background.