COLOR #6C1019

HEX: #6C1019
RGB: (108,16,25)

Color info

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

RGB color model

#6C1019 color RGB value is (108,16,25).

  • red value is 108;
  • green value is 16;
  • blue value is 25.
RGB:
(108,16,25)
(42%,6%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 16 of 255 = 6%
B 25 of 255 = 10%

108
16
25

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

Portions of RGB colors in percentages

R + G + B =
108 + 16 + 25 = 149 (100%)
R 108 of 149 ~ 72.48%
G 16 of 149 ~ 10.74%
B 25 of 149 ~ 16.78%

%72.48
%10.74
%16.78

CMYK color model

#6C1019 color CMYK value is (0,85,77,58).

  • cyan value is 0.00%
  • magenta value is 85.19%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(0,85,77,58)
C0M85Y77K58 
(0%,85%,77%,58%)
(0.00/0.85/0.77/0.58)	

CMYK percentages

%0
%85.19
%76.85
%57.65

Codes

Color #6C1019 in popluar color models

6C1019
RGB1081625
HSL354°74.19%24.31%
HSB/HSV354°85.19%42.35%
CMYK0.00%85.19%76.85%
57.65%

Color #6C1019 in popluar number systems.

HEX6C1019
Decimal1081625
Binary11011001000011001
Octal1542031

Shades and tints

Shades of #6C1019

#6C1019
(108,16,25)
#630F17
(99,15,23)
#5A0E15
(90,14,21)
#510D13
(81,13,19)
#480C11
(72,12,17)
#3F0B0F
(63,11,15)
#360A0D
(54,10,13)
#2D090B
(45,9,11)
#240809
(36,8,9)
#1B0707
(27,7,7)
#120605
(18,6,5)
#000000
(0,0,0)

Tints of #6C1019

#6C1019
(108,16,25)
#79252D
(121,37,45)
#863A41
(134,58,65)
#934F55
(147,79,85)
#A06469
(160,100,105)
#AD797D
(173,121,125)
#BA8E91
(186,142,145)
#C7A3A5
(199,163,165)
#D4B8B9
(212,184,185)
#E1CDCD
(225,205,205)
#EEE2E1
(238,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1019 color. Also use rgb(108,16,25) instead hex code.

Text Font Color

.myTextColor { color: #6C1019; }

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

This text font color is #6C1019.


Background Color

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

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

This div background color is #6C1019.


Border color

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

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

This div border color is #6C1019.


Opacity

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

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

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

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

This text has shadow with #6C1019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1019 on black background.


Color preview on white background

This text has color #6C1019 on white background.



Black color preview on #6C1019 background

This text has black color on #6C1019 background.


White color preview on #6C1019 background

This text has white color on #6C1019 background.