COLOR #6C0819

HEX: #6C0819
RGB: (108,8,25)

Color info

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

RGB color model

#6C0819 color RGB value is (108,8,25).

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

RGB channels and saturation

R 108 of 255 = 42%
G 8 of 255 = 3%
B 25 of 255 = 10%

108
8
25

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

Portions of RGB colors in percentages

R + G + B =
108 + 8 + 25 = 141 (100%)
R 108 of 141 ~ 76.6%
G 8 of 141 ~ 5.67%
B 25 of 141 ~ 17.73%

%76.6
%17.73

CMYK color model

#6C0819 color CMYK value is (0,93,77,58).

  • cyan value is 0.00%
  • magenta value is 92.59%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(0,93,77,58)
C0M93Y77K58 
(0%,93%,77%,58%)
(0.00/0.93/0.77/0.58)	

CMYK percentages

%0
%92.59
%76.85
%57.65

Codes

Color #6C0819 in popluar color models

6C0819
RGB108825
HSL350°86.21%22.75%
HSB/HSV350°92.59%42.35%
CMYK0.00%92.59%76.85%
57.65%

Color #6C0819 in popluar number systems.

HEX6C0819
Decimal108825
Binary1101100100011001
Octal1541031

Shades and tints

Shades of #6C0819

#6C0819
(108,8,25)
#630817
(99,8,23)
#5A0815
(90,8,21)
#510813
(81,8,19)
#480811
(72,8,17)
#3F080F
(63,8,15)
#36080D
(54,8,13)
#2D080B
(45,8,11)
#240809
(36,8,9)
#1B0807
(27,8,7)
#120805
(18,8,5)
#000000
(0,0,0)

Tints of #6C0819

#6C0819
(108,8,25)
#791E2D
(121,30,45)
#863441
(134,52,65)
#934A55
(147,74,85)
#A06069
(160,96,105)
#AD767D
(173,118,125)
#BA8C91
(186,140,145)
#C7A2A5
(199,162,165)
#D4B8B9
(212,184,185)
#E1CECD
(225,206,205)
#EEE4E1
(238,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C0819; }

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

This text font color is #6C0819.


Background Color

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

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

This div background color is #6C0819.


Border color

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

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

This div border color is #6C0819.


Opacity

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

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

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

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

This text has shadow with #6C0819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0819 on black background.


Color preview on white background

This text has color #6C0819 on white background.



Black color preview on #6C0819 background

This text has black color on #6C0819 background.


White color preview on #6C0819 background

This text has white color on #6C0819 background.