COLOR #6C3C17

HEX: #6C3C17
RGB: (108,60,23)

Color info

#6C3C17 contains mainly red and green colors. Web safe color of #6C3C17 is #663300 (or #630).

RGB color model

#6C3C17 color RGB value is (108,60,23).

  • red value is 108;
  • green value is 60;
  • blue value is 23.
RGB:
(108,60,23)
(42%,24%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 23 of 255 = 9%

108
60
23

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

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 23 = 191 (100%)
R 108 of 191 ~ 56.54%
G 60 of 191 ~ 31.41%
B 23 of 191 ~ 12.04%

%56.54
%31.41
%12.04

CMYK color model

#6C3C17 color CMYK value is (0,44,79,58).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 78.70%
  • key color value is 57.65%
CMYK:
(0,44,79,58)
C0M44Y79K58 
(0%,44%,79%,58%)
(0.00/0.44/0.79/0.58)	

CMYK percentages

%0
%44.44
%78.7
%57.65

Codes

Color #6C3C17 in popluar color models

6C3C17
RGB1086023
HSL26°64.89%25.69%
HSB/HSV26°78.70%42.35%
CMYK0.00%44.44%78.70%
57.65%

Color #6C3C17 in popluar number systems.

HEX6C3C17
Decimal1086023
Binary110110011110010111
Octal1547427

Shades and tints

Shades of #6C3C17

#6C3C17
(108,60,23)
#633715
(99,55,21)
#5A3213
(90,50,19)
#512D11
(81,45,17)
#48280F
(72,40,15)
#3F230D
(63,35,13)
#361E0B
(54,30,11)
#2D1909
(45,25,9)
#241407
(36,20,7)
#1B0F05
(27,15,5)
#120A03
(18,10,3)
#000000
(0,0,0)

Tints of #6C3C17

#6C3C17
(108,60,23)
#794D2C
(121,77,44)
#865E41
(134,94,65)
#936F56
(147,111,86)
#A0806B
(160,128,107)
#AD9180
(173,145,128)
#BAA295
(186,162,149)
#C7B3AA
(199,179,170)
#D4C4BF
(212,196,191)
#E1D5D4
(225,213,212)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3C17 color. Also use rgb(108,60,23) instead hex code.

Text Font Color

.myTextColor { color: #6C3C17; }

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

This text font color is #6C3C17.


Background Color

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

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

This div background color is #6C3C17.


Border color

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

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

This div border color is #6C3C17.


Opacity

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

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

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

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

This text has shadow with #6C3C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C17 on black background.


Color preview on white background

This text has color #6C3C17 on white background.



Black color preview on #6C3C17 background

This text has black color on #6C3C17 background.


White color preview on #6C3C17 background

This text has white color on #6C3C17 background.