COLOR #6C2210

HEX: #6C2210
RGB: (108,34,16)

Color info

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

RGB color model

#6C2210 color RGB value is (108,34,16).

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

RGB channels and saturation

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

108
34
16

R + G + B ~ 20%. #6C2210 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 34 + 16 = 158 (100%)
R 108 of 158 ~ 68.35%
G 34 of 158 ~ 21.52%
B 16 of 158 ~ 10.13%

%68.35
%21.52
%10.13

CMYK color model

#6C2210 color CMYK value is (0,69,85,58).

  • cyan value is 0.00%
  • magenta value is 68.52%
  • yellow value is 85.19%
  • key color value is 57.65%
CMYK:
(0,69,85,58)
C0M69Y85K58 
(0%,69%,85%,58%)
(0.00/0.69/0.85/0.58)	

CMYK percentages

%0
%68.52
%85.19
%57.65

Codes

Color #6C2210 in popluar color models

6C2210
RGB1083416
HSL12°74.19%24.31%
HSB/HSV12°85.19%42.35%
CMYK0.00%68.52%85.19%
57.65%

Color #6C2210 in popluar number systems.

HEX6C2210
Decimal1083416
Binary110110010001010000
Octal1544220

Shades and tints

Shades of #6C2210

#6C2210
(108,34,16)
#631F0F
(99,31,15)
#5A1C0E
(90,28,14)
#51190D
(81,25,13)
#48160C
(72,22,12)
#3F130B
(63,19,11)
#36100A
(54,16,10)
#2D0D09
(45,13,9)
#240A08
(36,10,8)
#1B0707
(27,7,7)
#120406
(18,4,6)
#000000
(0,0,0)

Tints of #6C2210

#6C2210
(108,34,16)
#793625
(121,54,37)
#864A3A
(134,74,58)
#935E4F
(147,94,79)
#A07264
(160,114,100)
#AD8679
(173,134,121)
#BA9A8E
(186,154,142)
#C7AEA3
(199,174,163)
#D4C2B8
(212,194,184)
#E1D6CD
(225,214,205)
#EEEAE2
(238,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2210; }

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

This text font color is #6C2210.


Background Color

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

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

This div background color is #6C2210.


Border color

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

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

This div border color is #6C2210.


Opacity

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

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

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

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

This text has shadow with #6C2210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2210 on black background.


Color preview on white background

This text has color #6C2210 on white background.



Black color preview on #6C2210 background

This text has black color on #6C2210 background.


White color preview on #6C2210 background

This text has white color on #6C2210 background.