COLOR #6C0C0D

HEX: #6C0C0D
RGB: (108,12,13)

Color info

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

RGB color model

#6C0C0D color RGB value is (108,12,13).

  • red value is 108;
  • green value is 12;
  • blue value is 13.
RGB:
(108,12,13)
(42%,5%,5%)

RGB channels and saturation

R 108 of 255 = 42%
G 12 of 255 = 5%
B 13 of 255 = 5%

108
12
13

R + G + B ~ 17%. #6C0C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 12 + 13 = 133 (100%)
R 108 of 133 ~ 81.2%
G 12 of 133 ~ 9.02%
B 13 of 133 ~ 9.77%

%81.2
%9.77

CMYK color model

#6C0C0D color CMYK value is (0,89,88,58).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 87.96%
  • key color value is 57.65%
CMYK:
(0,89,88,58)
C0M89Y88K58 
(0%,89%,88%,58%)
(0.00/0.89/0.88/0.58)	

CMYK percentages

%0
%88.89
%87.96
%57.65

Codes

Color #6C0C0D in popluar color models

6C0C0D
RGB1081213
HSL359°80.00%23.53%
HSB/HSV359°88.89%42.35%
CMYK0.00%88.89%87.96%
57.65%

Color #6C0C0D in popluar number systems.

HEX6C0C0D
Decimal1081213
Binary110110011001101
Octal1541415

Shades and tints

Shades of #6C0C0D

#6C0C0D
(108,12,13)
#630B0C
(99,11,12)
#5A0A0B
(90,10,11)
#51090A
(81,9,10)
#480809
(72,8,9)
#3F0708
(63,7,8)
#360607
(54,6,7)
#2D0506
(45,5,6)
#240405
(36,4,5)
#1B0304
(27,3,4)
#120203
(18,2,3)
#000000
(0,0,0)

Tints of #6C0C0D

#6C0C0D
(108,12,13)
#792223
(121,34,35)
#863839
(134,56,57)
#934E4F
(147,78,79)
#A06465
(160,100,101)
#AD7A7B
(173,122,123)
#BA9091
(186,144,145)
#C7A6A7
(199,166,167)
#D4BCBD
(212,188,189)
#E1D2D3
(225,210,211)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0C0D color. Also use rgb(108,12,13) instead hex code.

Text Font Color

.myTextColor { color: #6C0C0D; }

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

This text font color is #6C0C0D.


Background Color

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

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

This div background color is #6C0C0D.


Border color

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

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

This div border color is #6C0C0D.


Opacity

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

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

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

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

This text has shadow with #6C0C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0C0D on black background.


Color preview on white background

This text has color #6C0C0D on white background.



Black color preview on #6C0C0D background

This text has black color on #6C0C0D background.


White color preview on #6C0C0D background

This text has white color on #6C0C0D background.