COLOR #6C2112

HEX: #6C2112
RGB: (108,33,18)

Color info

#6C2112 contains mainly red color. Web safe color of #6C2112 is #663300 (or #630).

RGB color model

#6C2112 color RGB value is (108,33,18).

  • red value is 108;
  • green value is 33;
  • blue value is 18.
RGB:
(108,33,18)
(42%,13%,7%)

RGB channels and saturation

R 108 of 255 = 42%
G 33 of 255 = 13%
B 18 of 255 = 7%

108
33
18

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

Portions of RGB colors in percentages

R + G + B =
108 + 33 + 18 = 159 (100%)
R 108 of 159 ~ 67.92%
G 33 of 159 ~ 20.75%
B 18 of 159 ~ 11.32%

%67.92
%20.75
%11.32

CMYK color model

#6C2112 color CMYK value is (0,69,83,58).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 83.33%
  • key color value is 57.65%
CMYK:
(0,69,83,58)
C0M69Y83K58 
(0%,69%,83%,58%)
(0.00/0.69/0.83/0.58)	

CMYK percentages

%0
%69.44
%83.33
%57.65

Codes

Color #6C2112 in popluar color models

6C2112
RGB1083318
HSL10°71.43%24.71%
HSB/HSV10°83.33%42.35%
CMYK0.00%69.44%83.33%
57.65%

Color #6C2112 in popluar number systems.

HEX6C2112
Decimal1083318
Binary110110010000110010
Octal1544122

Shades and tints

Shades of #6C2112

#6C2112
(108,33,18)
#631E11
(99,30,17)
#5A1B10
(90,27,16)
#51180F
(81,24,15)
#48150E
(72,21,14)
#3F120D
(63,18,13)
#360F0C
(54,15,12)
#2D0C0B
(45,12,11)
#24090A
(36,9,10)
#1B0609
(27,6,9)
#120308
(18,3,8)
#000000
(0,0,0)

Tints of #6C2112

#6C2112
(108,33,18)
#793527
(121,53,39)
#86493C
(134,73,60)
#935D51
(147,93,81)
#A07166
(160,113,102)
#AD857B
(173,133,123)
#BA9990
(186,153,144)
#C7ADA5
(199,173,165)
#D4C1BA
(212,193,186)
#E1D5CF
(225,213,207)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2112 color. Also use rgb(108,33,18) instead hex code.

Text Font Color

.myTextColor { color: #6C2112; }

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

This text font color is #6C2112.


Background Color

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

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

This div background color is #6C2112.


Border color

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

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

This div border color is #6C2112.


Opacity

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

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

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

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

This text has shadow with #6C2112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2112 on black background.


Color preview on white background

This text has color #6C2112 on white background.



Black color preview on #6C2112 background

This text has black color on #6C2112 background.


White color preview on #6C2112 background

This text has white color on #6C2112 background.