COLOR #6C3C0A

HEX: #6C3C0A
RGB: (108,60,10)

Color info

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

RGB color model

#6C3C0A color RGB value is (108,60,10).

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

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 10 of 255 = 4%

108
60
10

R + G + B ~ 23%. #6C3C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 10 = 178 (100%)
R 108 of 178 ~ 60.67%
G 60 of 178 ~ 33.71%
B 10 of 178 ~ 5.62%

%60.67
%33.71

CMYK color model

#6C3C0A color CMYK value is (0,44,91,58).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 90.74%
  • key color value is 57.65%
CMYK:
(0,44,91,58)
C0M44Y91K58 
(0%,44%,91%,58%)
(0.00/0.44/0.91/0.58)	

CMYK percentages

%0
%44.44
%90.74
%57.65

Codes

Color #6C3C0A in popluar color models

6C3C0A
RGB1086010
HSL31°83.05%23.14%
HSB/HSV31°90.74%42.35%
CMYK0.00%44.44%90.74%
57.65%

Color #6C3C0A in popluar number systems.

HEX6C3C0A
Decimal1086010
Binary11011001111001010
Octal1547412

Shades and tints

Shades of #6C3C0A

#6C3C0A
(108,60,10)
#63370A
(99,55,10)
#5A320A
(90,50,10)
#512D0A
(81,45,10)
#48280A
(72,40,10)
#3F230A
(63,35,10)
#361E0A
(54,30,10)
#2D190A
(45,25,10)
#24140A
(36,20,10)
#1B0F0A
(27,15,10)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #6C3C0A

#6C3C0A
(108,60,10)
#794D20
(121,77,32)
#865E36
(134,94,54)
#936F4C
(147,111,76)
#A08062
(160,128,98)
#AD9178
(173,145,120)
#BAA28E
(186,162,142)
#C7B3A4
(199,179,164)
#D4C4BA
(212,196,186)
#E1D5D0
(225,213,208)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3C0A; }

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

This text font color is #6C3C0A.


Background Color

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

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

This div background color is #6C3C0A.


Border color

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

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

This div border color is #6C3C0A.


Opacity

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

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

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

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

This text has shadow with #6C3C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C0A on black background.


Color preview on white background

This text has color #6C3C0A on white background.



Black color preview on #6C3C0A background

This text has black color on #6C3C0A background.


White color preview on #6C3C0A background

This text has white color on #6C3C0A background.