COLOR #6C222A

HEX: #6C222A
RGB: (108,34,42)

Color info

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

RGB color model

#6C222A color RGB value is (108,34,42).

  • red value is 108;
  • green value is 34;
  • blue value is 42.
RGB:
(108,34,42)
(42%,13%,16%)

RGB channels and saturation

R 108 of 255 = 42%
G 34 of 255 = 13%
B 42 of 255 = 16%

108
34
42

R + G + B ~ 24%. #6C222A is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 34 + 42 = 184 (100%)
R 108 of 184 ~ 58.7%
G 34 of 184 ~ 18.48%
B 42 of 184 ~ 22.83%

%58.7
%18.48
%22.83

CMYK color model

#6C222A color CMYK value is (0,69,61,58).

  • cyan value is 0.00%
  • magenta value is 68.52%
  • yellow value is 61.11%
  • key color value is 57.65%
CMYK:
(0,69,61,58)
C0M69Y61K58 
(0%,69%,61%,58%)
(0.00/0.69/0.61/0.58)	

CMYK percentages

%0
%68.52
%61.11
%57.65

Codes

Color #6C222A in popluar color models

6C222A
RGB1083442
HSL354°52.11%27.84%
HSB/HSV354°68.52%42.35%
CMYK0.00%68.52%61.11%
57.65%

Color #6C222A in popluar number systems.

HEX6C222A
Decimal1083442
Binary1101100100010101010
Octal1544252

Shades and tints

Shades of #6C222A

#6C222A
(108,34,42)
#631F27
(99,31,39)
#5A1C24
(90,28,36)
#511921
(81,25,33)
#48161E
(72,22,30)
#3F131B
(63,19,27)
#361018
(54,16,24)
#2D0D15
(45,13,21)
#240A12
(36,10,18)
#1B070F
(27,7,15)
#12040C
(18,4,12)
#000000
(0,0,0)

Tints of #6C222A

#6C222A
(108,34,42)
#79363D
(121,54,61)
#864A50
(134,74,80)
#935E63
(147,94,99)
#A07276
(160,114,118)
#AD8689
(173,134,137)
#BA9A9C
(186,154,156)
#C7AEAF
(199,174,175)
#D4C2C2
(212,194,194)
#E1D6D5
(225,214,213)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C222A; }

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

This text font color is #6C222A.


Background Color

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

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

This div background color is #6C222A.


Border color

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

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

This div border color is #6C222A.


Opacity

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

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

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

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

This text has shadow with #6C222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C222A on black background.


Color preview on white background

This text has color #6C222A on white background.



Black color preview on #6C222A background

This text has black color on #6C222A background.


White color preview on #6C222A background

This text has white color on #6C222A background.