COLOR #6C2224

HEX: #6C2224 RGB: (108,34,36)

Color info

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

RGB color model

#6C2224 color RGB value is (108,34,36).

RGB: (108,34,36) (42%, 13%, 14%)

RGB channels and saturation

R 108 of 255 = 42%
G 34 of 255 = 13%
B 36 of 255 = 14%

108
34
36

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

Portions of RGB colors in percentages

R + G + B = 108 + 34 + 36 = 178 (100%)
R 108 of 178 ~ 60.67%
G 34 of 178 ~ 19.1%
B 36 of 178 ~ 20.22'%

%60.67
%19.1
%20.22

CMYK color model

#6C2224 color CMYK value is (0,69,67,58).

  • cyan value is 0.00%
  • magenta value is 68.52%
  • yellow value is 66.67%
  • key color value is 57.65%

CMYK: (0,69,67,58)
C0M69Y67K58 (0%, 69%, 67%, 58%)
(0.00 / 0.69 / 0.67 / 0.58)

CMYK percentages

%0
%68.52
%66.67
%57.65

Codes

Color #6C2224 in popluar color models

6C 22 24
RGB 108 34 36
HSL 358° 52.11% 27.84%
HSB/HSV 358° 68.52% 42.35%
CMYK 0.00% 68.52% 66.67%
57.65%

Color #6C2224 in popluar number systems.

HEX 6C 22 24
Decimal 108 34 36
Binary 1101100 100010 100100
Octal 154 42 44

Shades and tints

Shades of #6C2224

#6C2224
(108,34,36)
#631F21
(99,31,33)
#5A1C1E
(90,28,30)
#51191B
(81,25,27)
#481618
(72,22,24)
#3F1315
(63,19,21)
#361012
(54,16,18)
#2D0D0F
(45,13,15)
#240A0C
(36,10,12)
#1B0709
(27,7,9)
#120406
(18,4,6)
#000000
(0,0,0)

Tints of #6C2224

#6C2224
(108,34,36)
#793637
(121,54,55)
#864A4A
(134,74,74)
#935E5D
(147,94,93)
#A07270
(160,114,112)
#AD8683
(173,134,131)
#BA9A96
(186,154,150)
#C7AEA9
(199,174,169)
#D4C2BC
(212,194,188)
#E1D6CF
(225,214,207)
#EEEAE2
(238,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2224 color. Also use rgb(108,34,36) instead hex code.

Text Font Color

.myTextColor { color: #6C2224; }

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

This text font color is #6C2224.

Background Color

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

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

This div background color is #6C2224.

Border color

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

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

This div border color is #6C2224.

Opacity

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

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

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

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

This text has shadow with #6C2224 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2224.

Preview

Color preview on black background

This text has color #6C2224 on black background.


Color preview on white background

This text has color #6C2224 on white background.


Black color preview on #6C2224 background

This text has black color on #6C2224 background.


White color preview on #6C2224 background

This text has white color on #6C2224 background.


Related colors

Complementary color

Complementary color for #hex is #93DDDB.


I love getcolorcode.com

Triadic colors

1 #246C22 and #22246C with #6C2224 are triadic colors.

2 #24226C and #226C24 with #6C2224 are triadic colors.