COLOR #6C2B12

HEX: #6C2B12
RGB: (108,43,18)

Color info

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

RGB color model

#6C2B12 color RGB value is (108,43,18).

  • red value is 108;
  • green value is 43;
  • blue value is 18.
RGB:
(108,43,18)
(42%,17%,7%)

RGB channels and saturation

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

108
43
18

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

Portions of RGB colors in percentages

R + G + B =
108 + 43 + 18 = 169 (100%)
R 108 of 169 ~ 63.91%
G 43 of 169 ~ 25.44%
B 18 of 169 ~ 10.65%

%63.91
%25.44
%10.65

CMYK color model

#6C2B12 color CMYK value is (0,60,83,58).

  • cyan value is 0.00%
  • magenta value is 60.19%
  • yellow value is 83.33%
  • key color value is 57.65%
CMYK:
(0,60,83,58)
C0M60Y83K58 
(0%,60%,83%,58%)
(0.00/0.60/0.83/0.58)	

CMYK percentages

%0
%60.19
%83.33
%57.65

Codes

Color #6C2B12 in popluar color models

6C2B12
RGB1084318
HSL17°71.43%24.71%
HSB/HSV17°83.33%42.35%
CMYK0.00%60.19%83.33%
57.65%

Color #6C2B12 in popluar number systems.

HEX6C2B12
Decimal1084318
Binary110110010101110010
Octal1545322

Shades and tints

Shades of #6C2B12

#6C2B12
(108,43,18)
#632811
(99,40,17)
#5A2510
(90,37,16)
#51220F
(81,34,15)
#481F0E
(72,31,14)
#3F1C0D
(63,28,13)
#36190C
(54,25,12)
#2D160B
(45,22,11)
#24130A
(36,19,10)
#1B1009
(27,16,9)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C2B12

#6C2B12
(108,43,18)
#793E27
(121,62,39)
#86513C
(134,81,60)
#936451
(147,100,81)
#A07766
(160,119,102)
#AD8A7B
(173,138,123)
#BA9D90
(186,157,144)
#C7B0A5
(199,176,165)
#D4C3BA
(212,195,186)
#E1D6CF
(225,214,207)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2B12; }

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

This text font color is #6C2B12.


Background Color

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

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

This div background color is #6C2B12.


Border color

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

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

This div border color is #6C2B12.


Opacity

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

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

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

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

This text has shadow with #6C2B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2B12 on black background.


Color preview on white background

This text has color #6C2B12 on white background.



Black color preview on #6C2B12 background

This text has black color on #6C2B12 background.


White color preview on #6C2B12 background

This text has white color on #6C2B12 background.