COLOR #6C1710

HEX: #6C1710
RGB: (108,23,16)

Color info

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

RGB color model

#6C1710 color RGB value is (108,23,16).

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

RGB channels and saturation

R 108 of 255 = 42%
G 23 of 255 = 9%
B 16 of 255 = 6%

108
23
16

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

Portions of RGB colors in percentages

R + G + B =
108 + 23 + 16 = 147 (100%)
R 108 of 147 ~ 73.47%
G 23 of 147 ~ 15.65%
B 16 of 147 ~ 10.88%

%73.47
%15.65
%10.88

CMYK color model

#6C1710 color CMYK value is (0,79,85,58).

  • cyan value is 0.00%
  • magenta value is 78.70%
  • yellow value is 85.19%
  • key color value is 57.65%
CMYK:
(0,79,85,58)
C0M79Y85K58 
(0%,79%,85%,58%)
(0.00/0.79/0.85/0.58)	

CMYK percentages

%0
%78.7
%85.19
%57.65

Codes

Color #6C1710 in popluar color models

6C1710
RGB1082316
HSL74.19%24.31%
HSB/HSV85.19%42.35%
CMYK0.00%78.70%85.19%
57.65%

Color #6C1710 in popluar number systems.

HEX6C1710
Decimal1082316
Binary11011001011110000
Octal1542720

Shades and tints

Shades of #6C1710

#6C1710
(108,23,16)
#63150F
(99,21,15)
#5A130E
(90,19,14)
#51110D
(81,17,13)
#480F0C
(72,15,12)
#3F0D0B
(63,13,11)
#360B0A
(54,11,10)
#2D0909
(45,9,9)
#240708
(36,7,8)
#1B0507
(27,5,7)
#120306
(18,3,6)
#000000
(0,0,0)

Tints of #6C1710

#6C1710
(108,23,16)
#792C25
(121,44,37)
#86413A
(134,65,58)
#93564F
(147,86,79)
#A06B64
(160,107,100)
#AD8079
(173,128,121)
#BA958E
(186,149,142)
#C7AAA3
(199,170,163)
#D4BFB8
(212,191,184)
#E1D4CD
(225,212,205)
#EEE9E2
(238,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C1710; }

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

This text font color is #6C1710.


Background Color

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

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

This div background color is #6C1710.


Border color

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

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

This div border color is #6C1710.


Opacity

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

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

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

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

This text has shadow with #6C1710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1710 on black background.


Color preview on white background

This text has color #6C1710 on white background.



Black color preview on #6C1710 background

This text has black color on #6C1710 background.


White color preview on #6C1710 background

This text has white color on #6C1710 background.