COLOR #6C211F

HEX: #6C211F RGB: (108,33,31)

Color info

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

RGB color model

#6C211F color RGB value is (108,33,31).

RGB: (108,33,31) (42%, 13%, 12%)

RGB channels and saturation

R 108 of 255 = 42%
G 33 of 255 = 13%
B 31 of 255 = 12%

108
33
31

R + G + B ~ 22%. #6C211F is dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 33 + 31 = 172 (100%)
R 108 of 172 ~ 62.79%
G 33 of 172 ~ 19.19%
B 31 of 172 ~ 18.02'%

%62.79
%19.19
%18.02

CMYK color model

#6C211F color CMYK value is (0,69,71,58).

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

CMYK: (0,69,71,58)
C0M69Y71K58 (0%, 69%, 71%, 58%)
(0.00 / 0.69 / 0.71 / 0.58)

CMYK percentages

%0
%69.44
%71.3
%57.65

Codes

Color #6C211F in popluar color models

6C 21 1F
RGB 108 33 31
HSL 55.40% 27.25%
HSB/HSV 71.30% 42.35%
CMYK 0.00% 69.44% 71.30%
57.65%

Color #6C211F in popluar number systems.

HEX 6C 21 1F
Decimal 108 33 31
Binary 1101100 100001 11111
Octal 154 41 37

Shades and tints

Shades of #6C211F

#6C211F
(108,33,31)
#631E1D
(99,30,29)
#5A1B1B
(90,27,27)
#511819
(81,24,25)
#481517
(72,21,23)
#3F1215
(63,18,21)
#360F13
(54,15,19)
#2D0C11
(45,12,17)
#24090F
(36,9,15)
#1B060D
(27,6,13)
#12030B
(18,3,11)
#000000
(0,0,0)

Tints of #6C211F

#6C211F
(108,33,31)
#793533
(121,53,51)
#864947
(134,73,71)
#935D5B
(147,93,91)
#A0716F
(160,113,111)
#AD8583
(173,133,131)
#BA9997
(186,153,151)
#C7ADAB
(199,173,171)
#D4C1BF
(212,193,191)
#E1D5D3
(225,213,211)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C211F; }

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

This text font color is #6C211F.

Background Color

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

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

This div background color is #6C211F.

Border color

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

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

This div border color is #6C211F.

Opacity

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

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

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

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

This text has shadow with #6C211F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C211F.

Preview

Color preview on black background

This text has color #6C211F on black background.


Color preview on white background

This text has color #6C211F on white background.


Black color preview on #6C211F background

This text has black color on #6C211F background.


White color preview on #6C211F background

This text has white color on #6C211F background.


Related colors

Complementary color

Complementary color for #hex is #93DEE0.


I love getcolorcode.com

Triadic colors

1 #1F6C21 and #211F6C with #6C211F are triadic colors.

2 #1F216C and #216C1F with #6C211F are triadic colors.