COLOR #6C5D0A

HEX: #6C5D0A
RGB: (108,93,10)

Color info

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

RGB color model

#6C5D0A color RGB value is (108,93,10).

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

RGB channels and saturation

R 108 of 255 = 42%
G 93 of 255 = 36%
B 10 of 255 = 4%

108
93
10

R + G + B ~ 27%. #6C5D0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 93 + 10 = 211 (100%)
R 108 of 211 ~ 51.18%
G 93 of 211 ~ 44.08%
B 10 of 211 ~ 4.74%

%51.18
%44.08

CMYK color model

#6C5D0A color CMYK value is (0,14,91,58).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 90.74%
  • key color value is 57.65%
CMYK:
(0,14,91,58)
C0M14Y91K58 
(0%,14%,91%,58%)
(0.00/0.14/0.91/0.58)	

CMYK percentages

%0
%13.89
%90.74
%57.65

Codes

Color #6C5D0A in popluar color models

6C5D0A
RGB1089310
HSL51°83.05%23.14%
HSB/HSV51°90.74%42.35%
CMYK0.00%13.89%90.74%
57.65%

Color #6C5D0A in popluar number systems.

HEX6C5D0A
Decimal1089310
Binary110110010111011010
Octal15413512

Shades and tints

Shades of #6C5D0A

#6C5D0A
(108,93,10)
#63550A
(99,85,10)
#5A4D0A
(90,77,10)
#51450A
(81,69,10)
#483D0A
(72,61,10)
#3F350A
(63,53,10)
#362D0A
(54,45,10)
#2D250A
(45,37,10)
#241D0A
(36,29,10)
#1B150A
(27,21,10)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #6C5D0A

#6C5D0A
(108,93,10)
#796B20
(121,107,32)
#867936
(134,121,54)
#93874C
(147,135,76)
#A09562
(160,149,98)
#ADA378
(173,163,120)
#BAB18E
(186,177,142)
#C7BFA4
(199,191,164)
#D4CDBA
(212,205,186)
#E1DBD0
(225,219,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5D0A; }

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

This text font color is #6C5D0A.


Background Color

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

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

This div background color is #6C5D0A.


Border color

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

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

This div border color is #6C5D0A.


Opacity

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

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

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

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

This text has shadow with #6C5D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5D0A on black background.


Color preview on white background

This text has color #6C5D0A on white background.



Black color preview on #6C5D0A background

This text has black color on #6C5D0A background.


White color preview on #6C5D0A background

This text has white color on #6C5D0A background.