COLOR #6C2021

HEX: #6C2021 RGB: (108,32,33)

Color info

#6C2021 contains mainly red color. Web safe color of #6C2021 is #663333 (or #633).

RGB color model

#6C2021 color RGB value is (108,32,33).

RGB: (108,32,33) (42%, 13%, 13%)

RGB channels and saturation

R 108 of 255 = 42%
G 32 of 255 = 13%
B 33 of 255 = 13%

108
32
33

R + G + B ~ 23%. #6C2021 is dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 32 + 33 = 173 (100%)
R 108 of 173 ~ 62.43%
G 32 of 173 ~ 18.5%
B 33 of 173 ~ 19.08'%

%62.43
%18.5
%19.08

CMYK color model

#6C2021 color CMYK value is (0,70,69,58).

  • cyan value is 0.00%
  • magenta value is 70.37%
  • yellow value is 69.44%
  • key color value is 57.65%

CMYK: (0,70,69,58)
C0M70Y69K58 (0%, 70%, 69%, 58%)
(0.00 / 0.70 / 0.69 / 0.58)

CMYK percentages

%0
%70.37
%69.44
%57.65

Codes

Color #6C2021 in popluar color models

6C 20 21
RGB 108 32 33
HSL 359° 54.29% 27.45%
HSB/HSV 359° 70.37% 42.35%
CMYK 0.00% 70.37% 69.44%
57.65%

Color #6C2021 in popluar number systems.

HEX 6C 20 21
Decimal 108 32 33
Binary 1101100 100000 100001
Octal 154 40 41

Shades and tints

Shades of #6C2021

#6C2021
(108,32,33)
#631E1E
(99,30,30)
#5A1C1B
(90,28,27)
#511A18
(81,26,24)
#481815
(72,24,21)
#3F1612
(63,22,18)
#36140F
(54,20,15)
#2D120C
(45,18,12)
#241009
(36,16,9)
#1B0E06
(27,14,6)
#120C03
(18,12,3)
#000000
(0,0,0)

Tints of #6C2021

#6C2021
(108,32,33)
#793435
(121,52,53)
#864849
(134,72,73)
#935C5D
(147,92,93)
#A07071
(160,112,113)
#AD8485
(173,132,133)
#BA9899
(186,152,153)
#C7ACAD
(199,172,173)
#D4C0C1
(212,192,193)
#E1D4D5
(225,212,213)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2021; }

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

This text font color is #6C2021.

Background Color

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

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

This div background color is #6C2021.

Border color

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

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

This div border color is #6C2021.

Opacity

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

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

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

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

This text has shadow with #6C2021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2021.

Preview

Color preview on black background

This text has color #6C2021 on black background.


Color preview on white background

This text has color #6C2021 on white background.


Black color preview on #6C2021 background

This text has black color on #6C2021 background.


White color preview on #6C2021 background

This text has white color on #6C2021 background.


Related colors

Complementary color

Complementary color for #hex is #93DFDE.


I love getcolorcode.com

Triadic colors

1 #216C20 and #20216C with #6C2021 are triadic colors.

2 #21206C and #206C21 with #6C2021 are triadic colors.