COLOR #6C3632

HEX: #6C3632 RGB: (108,54,50)

Color info

#6C3632 contains red, green and blue colors in about the same proportion. Web safe color of #6C3632 is #663333 (or #633).

RGB color model

#6C3632 color RGB value is (108,54,50).

RGB: (108,54,50) (42%, 21%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 50 of 255 = 20%

108
54
50

R + G + B ~ 28%. #6C3632 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 54 + 50 = 212 (100%)
R 108 of 212 ~ 50.94%
G 54 of 212 ~ 25.47%
B 50 of 212 ~ 23.58'%

%50.94
%25.47
%23.58

CMYK color model

#6C3632 color CMYK value is (0,50,54,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 53.70%
  • key color value is 57.65%

CMYK: (0,50,54,58)
C0M50Y54K58 (0%, 50%, 54%, 58%)
(0.00 / 0.50 / 0.54 / 0.58)

CMYK percentages

%0
%50
%53.7
%57.65

Codes

Color #6C3632 in popluar color models

6C 36 32
RGB 108 54 50
HSL 36.71% 30.98%
HSB/HSV 53.70% 42.35%
CMYK 0.00% 50.00% 53.70%
57.65%

Color #6C3632 in popluar number systems.

HEX 6C 36 32
Decimal 108 54 50
Binary 1101100 110110 110010
Octal 154 66 62

Shades and tints

Shades of #6C3632

#6C3632
(108,54,50)
#63322E
(99,50,46)
#5A2E2A
(90,46,42)
#512A26
(81,42,38)
#482622
(72,38,34)
#3F221E
(63,34,30)
#361E1A
(54,30,26)
#2D1A16
(45,26,22)
#241612
(36,22,18)
#1B120E
(27,18,14)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #6C3632

#6C3632
(108,54,50)
#794844
(121,72,68)
#865A56
(134,90,86)
#936C68
(147,108,104)
#A07E7A
(160,126,122)
#AD908C
(173,144,140)
#BAA29E
(186,162,158)
#C7B4B0
(199,180,176)
#D4C6C2
(212,198,194)
#E1D8D4
(225,216,212)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3632; }

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

This text font color is #6C3632.

Background Color

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

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

This div background color is #6C3632.

Border color

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

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

This div border color is #6C3632.

Opacity

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

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

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

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

This text has shadow with #6C3632 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3632.

Preview

Color preview on black background

This text has color #6C3632 on black background.


Color preview on white background

This text has color #6C3632 on white background.


Black color preview on #6C3632 background

This text has black color on #6C3632 background.


White color preview on #6C3632 background

This text has white color on #6C3632 background.


Related colors

Complementary color

Complementary color for #hex is #93C9CD.


I love getcolorcode.com

Triadic colors

1 #326C36 and #36326C with #6C3632 are triadic colors.

2 #32366C and #366C32 with #6C3632 are triadic colors.