COLOR #6C3601

HEX: #6C3601
RGB: (108,54,1)

Color info

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

RGB color model

#6C3601 color RGB value is (108,54,1).

  • red value is 108;
  • green value is 54;
  • blue value is 1.
RGB:
(108,54,1)
(42%,21%,0%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 1 of 255 = 0%

108
54
1

R + G + B ~ 21%. #6C3601 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 54 + 1 = 163 (100%)
R 108 of 163 ~ 66.26%
G 54 of 163 ~ 33.13%
B 1 of 163 ~ 0.61%

%66.26
%33.13

CMYK color model

#6C3601 color CMYK value is (0,50,99,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 99.07%
  • key color value is 57.65%
CMYK:
(0,50,99,58)
C0M50Y99K58 
(0%,50%,99%,58%)
(0.00/0.50/0.99/0.58)	

CMYK percentages

%0
%50
%99.07
%57.65

Codes

Color #6C3601 in popluar color models

6C3601
RGB108541
HSL30°98.17%21.37%
HSB/HSV30°99.07%42.35%
CMYK0.00%50.00%99.07%
57.65%

Color #6C3601 in popluar number systems.

HEX6C3601
Decimal108541
Binary11011001101101
Octal154661

Shades and tints

Shades of #6C3601

#6C3601
(108,54,1)
#633201
(99,50,1)
#5A2E01
(90,46,1)
#512A01
(81,42,1)
#482601
(72,38,1)
#3F2201
(63,34,1)
#361E01
(54,30,1)
#2D1A01
(45,26,1)
#241601
(36,22,1)
#1B1201
(27,18,1)
#120E01
(18,14,1)
#000000
(0,0,0)

Tints of #6C3601

#6C3601
(108,54,1)
#794818
(121,72,24)
#865A2F
(134,90,47)
#936C46
(147,108,70)
#A07E5D
(160,126,93)
#AD9074
(173,144,116)
#BAA28B
(186,162,139)
#C7B4A2
(199,180,162)
#D4C6B9
(212,198,185)
#E1D8D0
(225,216,208)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3601 color. Also use rgb(108,54,1) instead hex code.

Text Font Color

.myTextColor { color: #6C3601; }

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

This text font color is #6C3601.


Background Color

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

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

This div background color is #6C3601.


Border color

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

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

This div border color is #6C3601.


Opacity

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

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

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

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

This text has shadow with #6C3601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3601 on black background.


Color preview on white background

This text has color #6C3601 on white background.



Black color preview on #6C3601 background

This text has black color on #6C3601 background.


White color preview on #6C3601 background

This text has white color on #6C3601 background.