COLOR #6C331F

HEX: #6C331F RGB: (108,51,31)

Color info

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

RGB color model

#6C331F color RGB value is (108,51,31).

RGB: (108,51,31) (42%, 20%, 12%)

RGB channels and saturation

R 108 of 255 = 42%
G 51 of 255 = 20%
B 31 of 255 = 12%

108
51
31

R + G + B ~ 25%. #6C331F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 51 + 31 = 190 (100%)
R 108 of 190 ~ 56.84%
G 51 of 190 ~ 26.84%
B 31 of 190 ~ 16.32'%

%56.84
%26.84
%16.32

CMYK color model

#6C331F color CMYK value is (0,53,71,58).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 71.30%
  • key color value is 57.65%

CMYK: (0,53,71,58)
C0M53Y71K58 (0%, 53%, 71%, 58%)
(0.00 / 0.53 / 0.71 / 0.58)

CMYK percentages

%0
%52.78
%71.3
%57.65

Codes

Color #6C331F in popluar color models

6C 33 1F
RGB 108 51 31
HSL 16° 55.40% 27.25%
HSB/HSV 16° 71.30% 42.35%
CMYK 0.00% 52.78% 71.30%
57.65%

Color #6C331F in popluar number systems.

HEX 6C 33 1F
Decimal 108 51 31
Binary 1101100 110011 11111
Octal 154 63 37

Shades and tints

Shades of #6C331F

#6C331F
(108,51,31)
#632F1D
(99,47,29)
#5A2B1B
(90,43,27)
#512719
(81,39,25)
#482317
(72,35,23)
#3F1F15
(63,31,21)
#361B13
(54,27,19)
#2D1711
(45,23,17)
#24130F
(36,19,15)
#1B0F0D
(27,15,13)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C331F

#6C331F
(108,51,31)
#794533
(121,69,51)
#865747
(134,87,71)
#93695B
(147,105,91)
#A07B6F
(160,123,111)
#AD8D83
(173,141,131)
#BA9F97
(186,159,151)
#C7B1AB
(199,177,171)
#D4C3BF
(212,195,191)
#E1D5D3
(225,213,211)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C331F; }

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

This text font color is #6C331F.

Background Color

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

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

This div background color is #6C331F.

Border color

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

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

This div border color is #6C331F.

Opacity

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

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

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

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

This text has shadow with #6C331F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C331F.

Preview

Color preview on black background

This text has color #6C331F on black background.


Color preview on white background

This text has color #6C331F on white background.


Black color preview on #6C331F background

This text has black color on #6C331F background.


White color preview on #6C331F background

This text has white color on #6C331F background.


Related colors

Complementary color

Complementary color for #hex is #93CCE0.


I love getcolorcode.com

Triadic colors

1 #1F6C33 and #331F6C with #6C331F are triadic colors.

2 #1F336C and #336C1F with #6C331F are triadic colors.