COLOR #6C331D

HEX: #6C331D
RGB: (108,51,29)

Color info

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

RGB color model

#6C331D color RGB value is (108,51,29).

  • red value is 108;
  • green value is 51;
  • blue value is 29.
RGB:
(108,51,29)
(42%,20%,11%)

RGB channels and saturation

R 108 of 255 = 42%
G 51 of 255 = 20%
B 29 of 255 = 11%

108
51
29

R + G + B ~ 24%. #6C331D is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 51 + 29 = 188 (100%)
R 108 of 188 ~ 57.45%
G 51 of 188 ~ 27.13%
B 29 of 188 ~ 15.43%

%57.45
%27.13
%15.43

CMYK color model

#6C331D color CMYK value is (0,53,73,58).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 73.15%
  • key color value is 57.65%
CMYK:
(0,53,73,58)
C0M53Y73K58 
(0%,53%,73%,58%)
(0.00/0.53/0.73/0.58)	

CMYK percentages

%0
%52.78
%73.15
%57.65

Codes

Color #6C331D in popluar color models

6C331D
RGB1085129
HSL17°57.66%26.86%
HSB/HSV17°73.15%42.35%
CMYK0.00%52.78%73.15%
57.65%

Color #6C331D in popluar number systems.

HEX6C331D
Decimal1085129
Binary110110011001111101
Octal1546335

Shades and tints

Shades of #6C331D

#6C331D
(108,51,29)
#632F1B
(99,47,27)
#5A2B19
(90,43,25)
#512717
(81,39,23)
#482315
(72,35,21)
#3F1F13
(63,31,19)
#361B11
(54,27,17)
#2D170F
(45,23,15)
#24130D
(36,19,13)
#1B0F0B
(27,15,11)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #6C331D

#6C331D
(108,51,29)
#794531
(121,69,49)
#865745
(134,87,69)
#936959
(147,105,89)
#A07B6D
(160,123,109)
#AD8D81
(173,141,129)
#BA9F95
(186,159,149)
#C7B1A9
(199,177,169)
#D4C3BD
(212,195,189)
#E1D5D1
(225,213,209)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C331D color. Also use rgb(108,51,29) instead hex code.

Text Font Color

.myTextColor { color: #6C331D; }

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

This text font color is #6C331D.


Background Color

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

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

This div background color is #6C331D.


Border color

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

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

This div border color is #6C331D.


Opacity

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

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

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

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

This text has shadow with #6C331D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C331D on black background.


Color preview on white background

This text has color #6C331D on white background.



Black color preview on #6C331D background

This text has black color on #6C331D background.


White color preview on #6C331D background

This text has white color on #6C331D background.