COLOR #6C1518

HEX: #6C1518 RGB: (108,21,24)

Color info

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

RGB color model

#6C1518 color RGB value is (108,21,24).

RGB: (108,21,24) (42%, 8%, 9%)

RGB channels and saturation

R 108 of 255 = 42%
G 21 of 255 = 8%
B 24 of 255 = 9%

108
21
24

R + G + B ~ 20%. #6C1518 is dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 21 + 24 = 153 (100%)
R 108 of 153 ~ 70.59%
G 21 of 153 ~ 13.73%
B 24 of 153 ~ 15.69'%

%70.59
%13.73
%15.69

CMYK color model

#6C1518 color CMYK value is (0,81,78,58).

  • cyan value is 0.00%
  • magenta value is 80.56%
  • yellow value is 77.78%
  • key color value is 57.65%
CMYK: (0,81,78,58) C0M81Y78K58 (0%,81%,78%,58%) (0.00/0.81/0.78/0.58) 

CMYK percentages

%0
%80.56
%77.78
%57.65

Codes

Color #6C1518 in popluar color models

6C 15 18
RGB 108 21 24
HSL 358° 67.44% 25.29%
HSB/HSV 358° 80.56% 42.35%
CMYK 0.00% 80.56% 77.78%
57.65%

Color #6C1518 in popluar number systems.

HEX 6C 15 18
Decimal 108 21 24
Binary 1101100 10101 11000
Octal 154 25 30

Shades and tints

Shades of #6C1518

#6C1518
(108,21,24)
#631416
(99,20,22)
#5A1314
(90,19,20)
#511212
(81,18,18)
#481110
(72,17,16)
#3F100E
(63,16,14)
#360F0C
(54,15,12)
#2D0E0A
(45,14,10)
#240D08
(36,13,8)
#1B0C06
(27,12,6)
#120B04
(18,11,4)
#000000
(0,0,0)

Tints of #6C1518

#6C1518
(108,21,24)
#792A2D
(121,42,45)
#863F42
(134,63,66)
#935457
(147,84,87)
#A0696C
(160,105,108)
#AD7E81
(173,126,129)
#BA9396
(186,147,150)
#C7A8AB
(199,168,171)
#D4BDC0
(212,189,192)
#E1D2D5
(225,210,213)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1518 color. Also use rgb(108,21,24) instead hex code.

Text Font Color

.myTextColor { color: #6C1518; }

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

This text font color is #6C1518.

Background Color

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

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

This div background color is #6C1518.

Border color

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

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

This div border color is #6C1518.

Opacity

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

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

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

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

This text has shadow with #6C1518 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C1518.

Preview

Color preview on black background

This text has color #6C1518 on black background.


Color preview on white background

This text has color #6C1518 on white background.


Black color preview on #6C1518 background

This text has black color on #6C1518 background.


White color preview on #6C1518 background

This text has white color on #6C1518 background.


Related colors

Complementary color

Complementary color for #hex is #93EAE7.


I love getcolorcode.com

Triadic colors

1 #186C15 and #15186C with #6C1518 are triadic colors.

2 #18156C and #156C18 with #6C1518 are triadic colors.