COLOR #6C0F10

HEX: #6C0F10
RGB: (108,15,16)

Color info

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

RGB color model

#6C0F10 color RGB value is (108,15,16).

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

RGB channels and saturation

R 108 of 255 = 42%
G 15 of 255 = 6%
B 16 of 255 = 6%

108
15
16

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

Portions of RGB colors in percentages

R + G + B =
108 + 15 + 16 = 139 (100%)
R 108 of 139 ~ 77.7%
G 15 of 139 ~ 10.79%
B 16 of 139 ~ 11.51%

%77.7
%10.79
%11.51

CMYK color model

#6C0F10 color CMYK value is (0,86,85,58).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 85.19%
  • key color value is 57.65%
CMYK:
(0,86,85,58)
C0M86Y85K58 
(0%,86%,85%,58%)
(0.00/0.86/0.85/0.58)	

CMYK percentages

%0
%86.11
%85.19
%57.65

Codes

Color #6C0F10 in popluar color models

6C0F10
RGB1081516
HSL359°75.61%24.12%
HSB/HSV359°86.11%42.35%
CMYK0.00%86.11%85.19%
57.65%

Color #6C0F10 in popluar number systems.

HEX6C0F10
Decimal1081516
Binary1101100111110000
Octal1541720

Shades and tints

Shades of #6C0F10

#6C0F10
(108,15,16)
#630E0F
(99,14,15)
#5A0D0E
(90,13,14)
#510C0D
(81,12,13)
#480B0C
(72,11,12)
#3F0A0B
(63,10,11)
#36090A
(54,9,10)
#2D0809
(45,8,9)
#240708
(36,7,8)
#1B0607
(27,6,7)
#120506
(18,5,6)
#000000
(0,0,0)

Tints of #6C0F10

#6C0F10
(108,15,16)
#792425
(121,36,37)
#86393A
(134,57,58)
#934E4F
(147,78,79)
#A06364
(160,99,100)
#AD7879
(173,120,121)
#BA8D8E
(186,141,142)
#C7A2A3
(199,162,163)
#D4B7B8
(212,183,184)
#E1CCCD
(225,204,205)
#EEE1E2
(238,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C0F10; }

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

This text font color is #6C0F10.


Background Color

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

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

This div background color is #6C0F10.


Border color

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

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

This div border color is #6C0F10.


Opacity

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

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

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

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

This text has shadow with #6C0F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0F10 on black background.


Color preview on white background

This text has color #6C0F10 on white background.



Black color preview on #6C0F10 background

This text has black color on #6C0F10 background.


White color preview on #6C0F10 background

This text has white color on #6C0F10 background.