COLOR #6C3A17

HEX: #6C3A17
RGB: (108,58,23)

Color info

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

RGB color model

#6C3A17 color RGB value is (108,58,23).

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

RGB channels and saturation

R 108 of 255 = 42%
G 58 of 255 = 23%
B 23 of 255 = 9%

108
58
23

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

Portions of RGB colors in percentages

R + G + B =
108 + 58 + 23 = 189 (100%)
R 108 of 189 ~ 57.14%
G 58 of 189 ~ 30.69%
B 23 of 189 ~ 12.17%

%57.14
%30.69
%12.17

CMYK color model

#6C3A17 color CMYK value is (0,46,79,58).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 78.70%
  • key color value is 57.65%
CMYK:
(0,46,79,58)
C0M46Y79K58 
(0%,46%,79%,58%)
(0.00/0.46/0.79/0.58)	

CMYK percentages

%0
%46.3
%78.7
%57.65

Codes

Color #6C3A17 in popluar color models

6C3A17
RGB1085823
HSL25°64.89%25.69%
HSB/HSV25°78.70%42.35%
CMYK0.00%46.30%78.70%
57.65%

Color #6C3A17 in popluar number systems.

HEX6C3A17
Decimal1085823
Binary110110011101010111
Octal1547227

Shades and tints

Shades of #6C3A17

#6C3A17
(108,58,23)
#633515
(99,53,21)
#5A3013
(90,48,19)
#512B11
(81,43,17)
#48260F
(72,38,15)
#3F210D
(63,33,13)
#361C0B
(54,28,11)
#2D1709
(45,23,9)
#241207
(36,18,7)
#1B0D05
(27,13,5)
#120803
(18,8,3)
#000000
(0,0,0)

Tints of #6C3A17

#6C3A17
(108,58,23)
#794B2C
(121,75,44)
#865C41
(134,92,65)
#936D56
(147,109,86)
#A07E6B
(160,126,107)
#AD8F80
(173,143,128)
#BAA095
(186,160,149)
#C7B1AA
(199,177,170)
#D4C2BF
(212,194,191)
#E1D3D4
(225,211,212)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3A17; }

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

This text font color is #6C3A17.


Background Color

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

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

This div background color is #6C3A17.


Border color

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

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

This div border color is #6C3A17.


Opacity

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

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

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

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

This text has shadow with #6C3A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3A17 on black background.


Color preview on white background

This text has color #6C3A17 on white background.



Black color preview on #6C3A17 background

This text has black color on #6C3A17 background.


White color preview on #6C3A17 background

This text has white color on #6C3A17 background.