COLOR #6C171E

HEX: #6C171E
RGB: (108,23,30)

Color info

#6C171E contains mainly red color. Web safe color of #6C171E is #660033 (or #603).

RGB color model

#6C171E color RGB value is (108,23,30).

  • red value is 108;
  • green value is 23;
  • blue value is 30.
RGB:
(108,23,30)
(42%,9%,12%)

RGB channels and saturation

R 108 of 255 = 42%
G 23 of 255 = 9%
B 30 of 255 = 12%

108
23
30

R + G + B ~ 21%. #6C171E is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 23 + 30 = 161 (100%)
R 108 of 161 ~ 67.08%
G 23 of 161 ~ 14.29%
B 30 of 161 ~ 18.63%

%67.08
%14.29
%18.63

CMYK color model

#6C171E color CMYK value is (0,79,72,58).

  • cyan value is 0.00%
  • magenta value is 78.70%
  • yellow value is 72.22%
  • key color value is 57.65%
CMYK:
(0,79,72,58)
C0M79Y72K58 
(0%,79%,72%,58%)
(0.00/0.79/0.72/0.58)	

CMYK percentages

%0
%78.7
%72.22
%57.65

Codes

Color #6C171E in popluar color models

6C171E
RGB1082330
HSL355°64.89%25.69%
HSB/HSV355°78.70%42.35%
CMYK0.00%78.70%72.22%
57.65%

Color #6C171E in popluar number systems.

HEX6C171E
Decimal1082330
Binary11011001011111110
Octal1542736

Shades and tints

Shades of #6C171E

#6C171E
(108,23,30)
#63151C
(99,21,28)
#5A131A
(90,19,26)
#511118
(81,17,24)
#480F16
(72,15,22)
#3F0D14
(63,13,20)
#360B12
(54,11,18)
#2D0910
(45,9,16)
#24070E
(36,7,14)
#1B050C
(27,5,12)
#12030A
(18,3,10)
#000000
(0,0,0)

Tints of #6C171E

#6C171E
(108,23,30)
#792C32
(121,44,50)
#864146
(134,65,70)
#93565A
(147,86,90)
#A06B6E
(160,107,110)
#AD8082
(173,128,130)
#BA9596
(186,149,150)
#C7AAAA
(199,170,170)
#D4BFBE
(212,191,190)
#E1D4D2
(225,212,210)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C171E color. Also use rgb(108,23,30) instead hex code.

Text Font Color

.myTextColor { color: #6C171E; }

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

This text font color is #6C171E.


Background Color

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

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

This div background color is #6C171E.


Border color

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

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

This div border color is #6C171E.


Opacity

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

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

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

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

This text has shadow with #6C171E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C171E on black background.


Color preview on white background

This text has color #6C171E on white background.



Black color preview on #6C171E background

This text has black color on #6C171E background.


White color preview on #6C171E background

This text has white color on #6C171E background.