COLOR #6C5C1A

HEX: #6C5C1A
RGB: (108,92,26)

Color info

#6C5C1A contains mainly red and green colors. Web safe color of #6C5C1A is #666600 (or #660).

RGB color model

#6C5C1A color RGB value is (108,92,26).

  • red value is 108;
  • green value is 92;
  • blue value is 26.
RGB:
(108,92,26)
(42%,36%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 92 of 255 = 36%
B 26 of 255 = 10%

108
92
26

R + G + B ~ 29%. #6C5C1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 92 + 26 = 226 (100%)
R 108 of 226 ~ 47.79%
G 92 of 226 ~ 40.71%
B 26 of 226 ~ 11.5%

%47.79
%40.71
%11.5

CMYK color model

#6C5C1A color CMYK value is (0,15,76,58).

  • cyan value is 0.00%
  • magenta value is 14.81%
  • yellow value is 75.93%
  • key color value is 57.65%
CMYK:
(0,15,76,58)
C0M15Y76K58 
(0%,15%,76%,58%)
(0.00/0.15/0.76/0.58)	

CMYK percentages

%0
%14.81
%75.93
%57.65

Codes

Color #6C5C1A in popluar color models

6C5C1A
RGB1089226
HSL48°61.19%26.27%
HSB/HSV48°75.93%42.35%
CMYK0.00%14.81%75.93%
57.65%

Color #6C5C1A in popluar number systems.

HEX6C5C1A
Decimal1089226
Binary1101100101110011010
Octal15413432

Shades and tints

Shades of #6C5C1A

#6C5C1A
(108,92,26)
#635418
(99,84,24)
#5A4C16
(90,76,22)
#514414
(81,68,20)
#483C12
(72,60,18)
#3F3410
(63,52,16)
#362C0E
(54,44,14)
#2D240C
(45,36,12)
#241C0A
(36,28,10)
#1B1408
(27,20,8)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #6C5C1A

#6C5C1A
(108,92,26)
#796A2E
(121,106,46)
#867842
(134,120,66)
#938656
(147,134,86)
#A0946A
(160,148,106)
#ADA27E
(173,162,126)
#BAB092
(186,176,146)
#C7BEA6
(199,190,166)
#D4CCBA
(212,204,186)
#E1DACE
(225,218,206)
#EEE8E2
(238,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5C1A color. Also use rgb(108,92,26) instead hex code.

Text Font Color

.myTextColor { color: #6C5C1A; }

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

This text font color is #6C5C1A.


Background Color

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

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

This div background color is #6C5C1A.


Border color

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

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

This div border color is #6C5C1A.


Opacity

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

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

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

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

This text has shadow with #6C5C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5C1A on black background.


Color preview on white background

This text has color #6C5C1A on white background.



Black color preview on #6C5C1A background

This text has black color on #6C5C1A background.


White color preview on #6C5C1A background

This text has white color on #6C5C1A background.