COLOR #6C2436

HEX: #6C2436 RGB: (108,36,54)

Color info

#6C2436 contains mainly red and blue colors. Web safe color of #6C2436 is #663333 (or #633).

RGB color model

#6C2436 color RGB value is (108,36,54).

RGB: (108,36,54) (42%, 14%, 21%)

RGB channels and saturation

R 108 of 255 = 42%
G 36 of 255 = 14%
B 54 of 255 = 21%

108
36
54

R + G + B ~ 26%. #6C2436 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 36 + 54 = 198 (100%)
R 108 of 198 ~ 54.55%
G 36 of 198 ~ 18.18%
B 54 of 198 ~ 27.27'%

%54.55
%18.18
%27.27

CMYK color model

#6C2436 color CMYK value is (0,67,50,58).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 50.00%
  • key color value is 57.65%
CMYK: (0,67,50,58) C0M67Y50K58 (0%,67%,50%,58%) (0.00/0.67/0.50/0.58) 

CMYK percentages

%0
%66.67
%50
%57.65

Codes

Color #6C2436 in popluar color models

6C 24 36
RGB 108 36 54
HSL 345° 50.00% 28.24%
HSB/HSV 345° 66.67% 42.35%
CMYK 0.00% 66.67% 50.00%
57.65%

Color #6C2436 in popluar number systems.

HEX 6C 24 36
Decimal 108 36 54
Binary 1101100 100100 110110
Octal 154 44 66

Shades and tints

Shades of #6C2436

#6C2436
(108,36,54)
#632132
(99,33,50)
#5A1E2E
(90,30,46)
#511B2A
(81,27,42)
#481826
(72,24,38)
#3F1522
(63,21,34)
#36121E
(54,18,30)
#2D0F1A
(45,15,26)
#240C16
(36,12,22)
#1B0912
(27,9,18)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #6C2436

#6C2436
(108,36,54)
#793748
(121,55,72)
#864A5A
(134,74,90)
#935D6C
(147,93,108)
#A0707E
(160,112,126)
#AD8390
(173,131,144)
#BA96A2
(186,150,162)
#C7A9B4
(199,169,180)
#D4BCC6
(212,188,198)
#E1CFD8
(225,207,216)
#EEE2EA
(238,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2436 color. Also use rgb(108,36,54) instead hex code.

Text Font Color

.myTextColor { color: #6C2436; }

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

This text font color is #6C2436.

Background Color

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

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

This div background color is #6C2436.

Border color

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

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

This div border color is #6C2436.

Opacity

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

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

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

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

This text has shadow with #6C2436 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2436.

Preview

Color preview on black background

This text has color #6C2436 on black background.


Color preview on white background

This text has color #6C2436 on white background.


Black color preview on #6C2436 background

This text has black color on #6C2436 background.


White color preview on #6C2436 background

This text has white color on #6C2436 background.


Related colors

Complementary color

Complementary color for #hex is #93DBC9.


I love getcolorcode.com

Triadic colors

1 #366C24 and #24366C with #6C2436 are triadic colors.

2 #36246C and #246C36 with #6C2436 are triadic colors.