COLOR #6C2720

HEX: #6C2720 RGB: (108,39,32)

Color info

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

RGB color model

#6C2720 color RGB value is (108,39,32).

RGB: (108,39,32) (42%, 15%, 13%)

RGB channels and saturation

R 108 of 255 = 42%
G 39 of 255 = 15%
B 32 of 255 = 13%

108
39
32

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

Portions of RGB colors in percentages

R + G + B = 108 + 39 + 32 = 179 (100%)
R 108 of 179 ~ 60.34%
G 39 of 179 ~ 21.79%
B 32 of 179 ~ 17.88'%

%60.34
%21.79
%17.88

CMYK color model

#6C2720 color CMYK value is (0,64,70,58).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 70.37%
  • key color value is 57.65%

CMYK: (0,64,70,58)
C0M64Y70K58 (0%, 64%, 70%, 58%)
(0.00 / 0.64 / 0.70 / 0.58)

CMYK percentages

%0
%63.89
%70.37
%57.65

Codes

Color #6C2720 in popluar color models

6C 27 20
RGB 108 39 32
HSL 54.29% 27.45%
HSB/HSV 70.37% 42.35%
CMYK 0.00% 63.89% 70.37%
57.65%

Color #6C2720 in popluar number systems.

HEX 6C 27 20
Decimal 108 39 32
Binary 1101100 100111 100000
Octal 154 47 40

Shades and tints

Shades of #6C2720

#6C2720
(108,39,32)
#63241E
(99,36,30)
#5A211C
(90,33,28)
#511E1A
(81,30,26)
#481B18
(72,27,24)
#3F1816
(63,24,22)
#361514
(54,21,20)
#2D1212
(45,18,18)
#240F10
(36,15,16)
#1B0C0E
(27,12,14)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #6C2720

#6C2720
(108,39,32)
#793A34
(121,58,52)
#864D48
(134,77,72)
#93605C
(147,96,92)
#A07370
(160,115,112)
#AD8684
(173,134,132)
#BA9998
(186,153,152)
#C7ACAC
(199,172,172)
#D4BFC0
(212,191,192)
#E1D2D4
(225,210,212)
#EEE5E8
(238,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2720 color. Also use rgb(108,39,32) instead hex code.

Text Font Color

.myTextColor { color: #6C2720; }

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

This text font color is #6C2720.

Background Color

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

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

This div background color is #6C2720.

Border color

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

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

This div border color is #6C2720.

Opacity

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

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

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

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

This text has shadow with #6C2720 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2720.

Preview

Color preview on black background

This text has color #6C2720 on black background.


Color preview on white background

This text has color #6C2720 on white background.


Black color preview on #6C2720 background

This text has black color on #6C2720 background.


White color preview on #6C2720 background

This text has white color on #6C2720 background.


Related colors

Complementary color

Complementary color for #hex is #93D8DF.


I love getcolorcode.com

Triadic colors

1 #206C27 and #27206C with #6C2720 are triadic colors.

2 #20276C and #276C20 with #6C2720 are triadic colors.