COLOR #6C210A

HEX: #6C210A
RGB: (108,33,10)

Color info

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

RGB color model

#6C210A color RGB value is (108,33,10).

  • red value is 108;
  • green value is 33;
  • blue value is 10.
RGB:
(108,33,10)
(42%,13%,4%)

RGB channels and saturation

R 108 of 255 = 42%
G 33 of 255 = 13%
B 10 of 255 = 4%

108
33
10

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

Portions of RGB colors in percentages

R + G + B =
108 + 33 + 10 = 151 (100%)
R 108 of 151 ~ 71.52%
G 33 of 151 ~ 21.85%
B 10 of 151 ~ 6.62%

%71.52
%21.85

CMYK color model

#6C210A color CMYK value is (0,69,91,58).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 90.74%
  • key color value is 57.65%
CMYK:
(0,69,91,58)
C0M69Y91K58 
(0%,69%,91%,58%)
(0.00/0.69/0.91/0.58)	

CMYK percentages

%0
%69.44
%90.74
%57.65

Codes

Color #6C210A in popluar color models

6C210A
RGB1083310
HSL14°83.05%23.14%
HSB/HSV14°90.74%42.35%
CMYK0.00%69.44%90.74%
57.65%

Color #6C210A in popluar number systems.

HEX6C210A
Decimal1083310
Binary11011001000011010
Octal1544112

Shades and tints

Shades of #6C210A

#6C210A
(108,33,10)
#631E0A
(99,30,10)
#5A1B0A
(90,27,10)
#51180A
(81,24,10)
#48150A
(72,21,10)
#3F120A
(63,18,10)
#360F0A
(54,15,10)
#2D0C0A
(45,12,10)
#24090A
(36,9,10)
#1B060A
(27,6,10)
#12030A
(18,3,10)
#000000
(0,0,0)

Tints of #6C210A

#6C210A
(108,33,10)
#793520
(121,53,32)
#864936
(134,73,54)
#935D4C
(147,93,76)
#A07162
(160,113,98)
#AD8578
(173,133,120)
#BA998E
(186,153,142)
#C7ADA4
(199,173,164)
#D4C1BA
(212,193,186)
#E1D5D0
(225,213,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C210A; }

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

This text font color is #6C210A.


Background Color

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

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

This div background color is #6C210A.


Border color

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

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

This div border color is #6C210A.


Opacity

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

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

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

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

This text has shadow with #6C210A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C210A on black background.


Color preview on white background

This text has color #6C210A on white background.



Black color preview on #6C210A background

This text has black color on #6C210A background.


White color preview on #6C210A background

This text has white color on #6C210A background.