COLOR #6C5F1A

HEX: #6C5F1A
RGB: (108,95,26)

Color info

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

RGB color model

#6C5F1A color RGB value is (108,95,26).

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

RGB channels and saturation

R 108 of 255 = 42%
G 95 of 255 = 37%
B 26 of 255 = 10%

108
95
26

R + G + B ~ 30%. #6C5F1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 95 + 26 = 229 (100%)
R 108 of 229 ~ 47.16%
G 95 of 229 ~ 41.48%
B 26 of 229 ~ 11.35%

%47.16
%41.48
%11.35

CMYK color model

#6C5F1A color CMYK value is (0,12,76,58).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 75.93%
  • key color value is 57.65%
CMYK:
(0,12,76,58)
C0M12Y76K58 
(0%,12%,76%,58%)
(0.00/0.12/0.76/0.58)	

CMYK percentages

%0
%12.04
%75.93
%57.65

Codes

Color #6C5F1A in popluar color models

6C5F1A
RGB1089526
HSL50°61.19%26.27%
HSB/HSV50°75.93%42.35%
CMYK0.00%12.04%75.93%
57.65%

Color #6C5F1A in popluar number systems.

HEX6C5F1A
Decimal1089526
Binary1101100101111111010
Octal15413732

Shades and tints

Shades of #6C5F1A

#6C5F1A
(108,95,26)
#635718
(99,87,24)
#5A4F16
(90,79,22)
#514714
(81,71,20)
#483F12
(72,63,18)
#3F3710
(63,55,16)
#362F0E
(54,47,14)
#2D270C
(45,39,12)
#241F0A
(36,31,10)
#1B1708
(27,23,8)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #6C5F1A

#6C5F1A
(108,95,26)
#796D2E
(121,109,46)
#867B42
(134,123,66)
#938956
(147,137,86)
#A0976A
(160,151,106)
#ADA57E
(173,165,126)
#BAB392
(186,179,146)
#C7C1A6
(199,193,166)
#D4CFBA
(212,207,186)
#E1DDCE
(225,221,206)
#EEEBE2
(238,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5F1A; }

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

This text font color is #6C5F1A.


Background Color

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

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

This div background color is #6C5F1A.


Border color

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

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

This div border color is #6C5F1A.


Opacity

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

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

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

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

This text has shadow with #6C5F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5F1A on black background.


Color preview on white background

This text has color #6C5F1A on white background.



Black color preview on #6C5F1A background

This text has black color on #6C5F1A background.


White color preview on #6C5F1A background

This text has white color on #6C5F1A background.