COLOR #6C1301

HEX: #6C1301 RGB: (108,19,1)

Color info

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

RGB color model

#6C1301 color RGB value is (108,19,1).

RGB: (108,19,1) (42%, 7%, 0%)

RGB channels and saturation

R 108 of 255 = 42%
G 19 of 255 = 7%
B 1 of 255 = 0%

108
19
1

R + G + B ~ 16%. #6C1301 is dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 19 + 1 = 128 (100%)
R 108 of 128 ~ 84.38%
G 19 of 128 ~ 14.84%
B 1 of 128 ~ 0.78'%

%84.38
%14.84

CMYK color model

#6C1301 color CMYK value is (0,82,99,58).

  • cyan value is 0.00%
  • magenta value is 82.41%
  • yellow value is 99.07%
  • key color value is 57.65%

CMYK: (0,82,99,58)
C0M82Y99K58 (0%, 82%, 99%, 58%)
(0.00 / 0.82 / 0.99 / 0.58)

CMYK percentages

%0
%82.41
%99.07
%57.65

Codes

Color #6C1301 in popluar color models

6C 13 01
RGB 108 19 1
HSL 10° 98.17% 21.37%
HSB/HSV 10° 99.07% 42.35%
CMYK 0.00% 82.41% 99.07%
57.65%

Color #6C1301 in popluar number systems.

HEX 6C 13 01
Decimal 108 19 1
Binary 1101100 10011 1
Octal 154 23 1

Shades and tints

Shades of #6C1301

#6C1301
(108,19,1)
#631201
(99,18,1)
#5A1101
(90,17,1)
#511001
(81,16,1)
#480F01
(72,15,1)
#3F0E01
(63,14,1)
#360D01
(54,13,1)
#2D0C01
(45,12,1)
#240B01
(36,11,1)
#1B0A01
(27,10,1)
#120901
(18,9,1)
#000000
(0,0,0)

Tints of #6C1301

#6C1301
(108,19,1)
#792818
(121,40,24)
#863D2F
(134,61,47)
#935246
(147,82,70)
#A0675D
(160,103,93)
#AD7C74
(173,124,116)
#BA918B
(186,145,139)
#C7A6A2
(199,166,162)
#D4BBB9
(212,187,185)
#E1D0D0
(225,208,208)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1301; }

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

This text font color is #6C1301.

Background Color

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

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

This div background color is #6C1301.

Border color

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

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

This div border color is #6C1301.

Opacity

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

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

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

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

This text has shadow with #6C1301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C1301.

Preview

Color preview on black background

This text has color #6C1301 on black background.


Color preview on white background

This text has color #6C1301 on white background.


Black color preview on #6C1301 background

This text has black color on #6C1301 background.


White color preview on #6C1301 background

This text has white color on #6C1301 background.


Related colors

Complementary color

Complementary color for #hex is #93ECFE.


I love getcolorcode.com

Triadic colors

1 #016C13 and #13016C with #6C1301 are triadic colors.

2 #01136C and #136C01 with #6C1301 are triadic colors.