COLOR #6C2A1D

HEX: #6C2A1D
RGB: (108,42,29)

Color info

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

RGB color model

#6C2A1D color RGB value is (108,42,29).

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

RGB channels and saturation

R 108 of 255 = 42%
G 42 of 255 = 16%
B 29 of 255 = 11%

108
42
29

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

Portions of RGB colors in percentages

R + G + B =
108 + 42 + 29 = 179 (100%)
R 108 of 179 ~ 60.34%
G 42 of 179 ~ 23.46%
B 29 of 179 ~ 16.2%

%60.34
%23.46
%16.2

CMYK color model

#6C2A1D color CMYK value is (0,61,73,58).

  • cyan value is 0.00%
  • magenta value is 61.11%
  • yellow value is 73.15%
  • key color value is 57.65%
CMYK:
(0,61,73,58)
C0M61Y73K58 
(0%,61%,73%,58%)
(0.00/0.61/0.73/0.58)	

CMYK percentages

%0
%61.11
%73.15
%57.65

Codes

Color #6C2A1D in popluar color models

6C2A1D
RGB1084229
HSL10°57.66%26.86%
HSB/HSV10°73.15%42.35%
CMYK0.00%61.11%73.15%
57.65%

Color #6C2A1D in popluar number systems.

HEX6C2A1D
Decimal1084229
Binary110110010101011101
Octal1545235

Shades and tints

Shades of #6C2A1D

#6C2A1D
(108,42,29)
#63271B
(99,39,27)
#5A2419
(90,36,25)
#512117
(81,33,23)
#481E15
(72,30,21)
#3F1B13
(63,27,19)
#361811
(54,24,17)
#2D150F
(45,21,15)
#24120D
(36,18,13)
#1B0F0B
(27,15,11)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #6C2A1D

#6C2A1D
(108,42,29)
#793D31
(121,61,49)
#865045
(134,80,69)
#936359
(147,99,89)
#A0766D
(160,118,109)
#AD8981
(173,137,129)
#BA9C95
(186,156,149)
#C7AFA9
(199,175,169)
#D4C2BD
(212,194,189)
#E1D5D1
(225,213,209)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2A1D; }

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

This text font color is #6C2A1D.


Background Color

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

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

This div background color is #6C2A1D.


Border color

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

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

This div border color is #6C2A1D.


Opacity

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

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

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

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

This text has shadow with #6C2A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2A1D on black background.


Color preview on white background

This text has color #6C2A1D on white background.



Black color preview on #6C2A1D background

This text has black color on #6C2A1D background.


White color preview on #6C2A1D background

This text has white color on #6C2A1D background.