COLOR #6C351C

HEX: #6C351C RGB: (108,53,28)

Color info

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

RGB color model

#6C351C color RGB value is (108,53,28).

RGB: (108,53,28) (42%, 21%, 11%)

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 28 of 255 = 11%

108
53
28

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

Portions of RGB colors in percentages

R + G + B = 108 + 53 + 28 = 189 (100%)
R 108 of 189 ~ 57.14%
G 53 of 189 ~ 28.04%
B 28 of 189 ~ 14.81'%

%57.14
%28.04
%14.81

CMYK color model

#6C351C color CMYK value is (0,51,74,58).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 74.07%
  • key color value is 57.65%

CMYK: (0,51,74,58)
C0M51Y74K58 (0%, 51%, 74%, 58%)
(0.00 / 0.51 / 0.74 / 0.58)

CMYK percentages

%0
%50.93
%74.07
%57.65

Codes

Color #6C351C in popluar color models

6C 35 1C
RGB 108 53 28
HSL 19° 58.82% 26.67%
HSB/HSV 19° 74.07% 42.35%
CMYK 0.00% 50.93% 74.07%
57.65%

Color #6C351C in popluar number systems.

HEX 6C 35 1C
Decimal 108 53 28
Binary 1101100 110101 11100
Octal 154 65 34

Shades and tints

Shades of #6C351C

#6C351C
(108,53,28)
#63311A
(99,49,26)
#5A2D18
(90,45,24)
#512916
(81,41,22)
#482514
(72,37,20)
#3F2112
(63,33,18)
#361D10
(54,29,16)
#2D190E
(45,25,14)
#24150C
(36,21,12)
#1B110A
(27,17,10)
#120D08
(18,13,8)
#000000
(0,0,0)

Tints of #6C351C

#6C351C
(108,53,28)
#794730
(121,71,48)
#865944
(134,89,68)
#936B58
(147,107,88)
#A07D6C
(160,125,108)
#AD8F80
(173,143,128)
#BAA194
(186,161,148)
#C7B3A8
(199,179,168)
#D4C5BC
(212,197,188)
#E1D7D0
(225,215,208)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C351C color. Also use rgb(108,53,28) instead hex code.

Text Font Color

.myTextColor { color: #6C351C; }

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

This text font color is #6C351C.

Background Color

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

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

This div background color is #6C351C.

Border color

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

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

This div border color is #6C351C.

Opacity

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

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

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

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

This text has shadow with #6C351C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C351C.

Preview

Color preview on black background

This text has color #6C351C on black background.


Color preview on white background

This text has color #6C351C on white background.


Black color preview on #6C351C background

This text has black color on #6C351C background.


White color preview on #6C351C background

This text has white color on #6C351C background.


Related colors

Complementary color

Complementary color for #hex is #93CAE3.


I love getcolorcode.com

Triadic colors

1 #1C6C35 and #351C6C with #6C351C are triadic colors.

2 #1C356C and #356C1C with #6C351C are triadic colors.