COLOR #6C2C12

HEX: #6C2C12 RGB: (108,44,18)

Color info

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

RGB color model

#6C2C12 color RGB value is (108,44,18).

RGB: (108,44,18) (42%, 17%, 7%)

RGB channels and saturation

R 108 of 255 = 42%
G 44 of 255 = 17%
B 18 of 255 = 7%

108
44
18

R + G + B ~ 22%. #6C2C12 is dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 44 + 18 = 170 (100%)
R 108 of 170 ~ 63.53%
G 44 of 170 ~ 25.88%
B 18 of 170 ~ 10.59'%

%63.53
%25.88
%10.59

CMYK color model

#6C2C12 color CMYK value is (0,59,83,58).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 83.33%
  • key color value is 57.65%

CMYK: (0,59,83,58)
C0M59Y83K58 (0%, 59%, 83%, 58%)
(0.00 / 0.59 / 0.83 / 0.58)

CMYK percentages

%0
%59.26
%83.33
%57.65

Codes

Color #6C2C12 in popluar color models

6C 2C 12
RGB 108 44 18
HSL 17° 71.43% 24.71%
HSB/HSV 17° 83.33% 42.35%
CMYK 0.00% 59.26% 83.33%
57.65%

Color #6C2C12 in popluar number systems.

HEX 6C 2C 12
Decimal 108 44 18
Binary 1101100 101100 10010
Octal 154 54 22

Shades and tints

Shades of #6C2C12

#6C2C12
(108,44,18)
#632811
(99,40,17)
#5A2410
(90,36,16)
#51200F
(81,32,15)
#481C0E
(72,28,14)
#3F180D
(63,24,13)
#36140C
(54,20,12)
#2D100B
(45,16,11)
#240C0A
(36,12,10)
#1B0809
(27,8,9)
#120408
(18,4,8)
#000000
(0,0,0)

Tints of #6C2C12

#6C2C12
(108,44,18)
#793F27
(121,63,39)
#86523C
(134,82,60)
#936551
(147,101,81)
#A07866
(160,120,102)
#AD8B7B
(173,139,123)
#BA9E90
(186,158,144)
#C7B1A5
(199,177,165)
#D4C4BA
(212,196,186)
#E1D7CF
(225,215,207)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2C12 color. Also use rgb(108,44,18) instead hex code.

Text Font Color

.myTextColor { color: #6C2C12; }

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

This text font color is #6C2C12.

Background Color

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

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

This div background color is #6C2C12.

Border color

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

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

This div border color is #6C2C12.

Opacity

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

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

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

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

This text has shadow with #6C2C12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2C12.

Preview

Color preview on black background

This text has color #6C2C12 on black background.


Color preview on white background

This text has color #6C2C12 on white background.


Black color preview on #6C2C12 background

This text has black color on #6C2C12 background.


White color preview on #6C2C12 background

This text has white color on #6C2C12 background.


Related colors

Complementary color

Complementary color for #hex is #93D3ED.


I love getcolorcode.com

Triadic colors

1 #126C2C and #2C126C with #6C2C12 are triadic colors.

2 #122C6C and #2C6C12 with #6C2C12 are triadic colors.