COLOR #6C2B13

HEX: #6C2B13
RGB: (108,43,19)

Color info

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

RGB color model

#6C2B13 color RGB value is (108,43,19).

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

RGB channels and saturation

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

108
43
19

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

Portions of RGB colors in percentages

R + G + B =
108 + 43 + 19 = 170 (100%)
R 108 of 170 ~ 63.53%
G 43 of 170 ~ 25.29%
B 19 of 170 ~ 11.18%

%63.53
%25.29
%11.18

CMYK color model

#6C2B13 color CMYK value is (0,60,82,58).

  • cyan value is 0.00%
  • magenta value is 60.19%
  • yellow value is 82.41%
  • key color value is 57.65%
CMYK: (0,60,82,58) C0M60Y82K58 (0%,60%,82%,58%) (0.00/0.60/0.82/0.58)

CMYK percentages

%0
%60.19
%82.41
%57.65

Codes

Color #6C2B13 in popluar color models

6C2B13
RGB1084319
HSL16°70.08%24.90%
HSB/HSV16°82.41%42.35%
CMYK0.00%60.19%82.41%
57.65%

Color #6C2B13 in popluar number systems.

HEX6C2B13
Decimal1084319
Binary110110010101110011
Octal1545323

Shades and tints

Shades of #6C2B13

#6C2B13
(108,43,19)
#632812
(99,40,18)
#5A2511
(90,37,17)
#512210
(81,34,16)
#481F0F
(72,31,15)
#3F1C0E
(63,28,14)
#36190D
(54,25,13)
#2D160C
(45,22,12)
#24130B
(36,19,11)
#1B100A
(27,16,10)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C2B13

#6C2B13
(108,43,19)
#793E28
(121,62,40)
#86513D
(134,81,61)
#936452
(147,100,82)
#A07767
(160,119,103)
#AD8A7C
(173,138,124)
#BA9D91
(186,157,145)
#C7B0A6
(199,176,166)
#D4C3BB
(212,195,187)
#E1D6D0
(225,214,208)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2B13; }

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

This text font color is #6C2B13.


Background Color

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

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

This div background color is #6C2B13.


Border color

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

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

This div border color is #6C2B13.


Opacity

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

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

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

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

This text has shadow with #6C2B13 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6C2B13 on black background.


Color preview on white background

This text has color #6C2B13 on white background.



Black color preview on #6C2B13 background

This text has black color on #6C2B13 background.


White color preview on #6C2B13 background

This text has white color on #6C2B13 background.