COLOR #6C0F16

HEX: #6C0F16
RGB: (108,15,22)

Color info

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

RGB color model

#6C0F16 color RGB value is (108,15,22).

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

RGB channels and saturation

R 108 of 255 = 42%
G 15 of 255 = 6%
B 22 of 255 = 9%

108
15
22

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

Portions of RGB colors in percentages

R + G + B =
108 + 15 + 22 = 145 (100%)
R 108 of 145 ~ 74.48%
G 15 of 145 ~ 10.34%
B 22 of 145 ~ 15.17%

%74.48
%10.34
%15.17

CMYK color model

#6C0F16 color CMYK value is (0,86,80,58).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 79.63%
  • key color value is 57.65%
CMYK:
(0,86,80,58)
C0M86Y80K58 
(0%,86%,80%,58%)
(0.00/0.86/0.80/0.58)	

CMYK percentages

%0
%86.11
%79.63
%57.65

Codes

Color #6C0F16 in popluar color models

6C0F16
RGB1081522
HSL355°75.61%24.12%
HSB/HSV355°86.11%42.35%
CMYK0.00%86.11%79.63%
57.65%

Color #6C0F16 in popluar number systems.

HEX6C0F16
Decimal1081522
Binary1101100111110110
Octal1541726

Shades and tints

Shades of #6C0F16

#6C0F16
(108,15,22)
#630E14
(99,14,20)
#5A0D12
(90,13,18)
#510C10
(81,12,16)
#480B0E
(72,11,14)
#3F0A0C
(63,10,12)
#36090A
(54,9,10)
#2D0808
(45,8,8)
#240706
(36,7,6)
#1B0604
(27,6,4)
#120502
(18,5,2)
#000000
(0,0,0)

Tints of #6C0F16

#6C0F16
(108,15,22)
#79242B
(121,36,43)
#863940
(134,57,64)
#934E55
(147,78,85)
#A0636A
(160,99,106)
#AD787F
(173,120,127)
#BA8D94
(186,141,148)
#C7A2A9
(199,162,169)
#D4B7BE
(212,183,190)
#E1CCD3
(225,204,211)
#EEE1E8
(238,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C0F16; }

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

This text font color is #6C0F16.


Background Color

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

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

This div background color is #6C0F16.


Border color

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

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

This div border color is #6C0F16.


Opacity

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

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

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

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

This text has shadow with #6C0F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0F16 on black background.


Color preview on white background

This text has color #6C0F16 on white background.



Black color preview on #6C0F16 background

This text has black color on #6C0F16 background.


White color preview on #6C0F16 background

This text has white color on #6C0F16 background.