COLOR #6C6410

HEX: #6C6410
RGB: (108,100,16)

Color info

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

RGB color model

#6C6410 color RGB value is (108,100,16).

  • red value is 108;
  • green value is 100;
  • blue value is 16.
RGB:
(108,100,16)
(42%,39%,6%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 16 of 255 = 6%

108
100
16

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

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 16 = 224 (100%)
R 108 of 224 ~ 48.21%
G 100 of 224 ~ 44.64%
B 16 of 224 ~ 7.14%

%48.21
%44.64

CMYK color model

#6C6410 color CMYK value is (0,7,85,58).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 85.19%
  • key color value is 57.65%
CMYK:
(0,7,85,58)
C0M7Y85K58 
(0%,7%,85%,58%)
(0.00/0.07/0.85/0.58)	

CMYK percentages

%0
%7.41
%85.19
%57.65

Codes

Color #6C6410 in popluar color models

6C6410
RGB10810016
HSL55°74.19%24.31%
HSB/HSV55°85.19%42.35%
CMYK0.00%7.41%85.19%
57.65%

Color #6C6410 in popluar number systems.

HEX6C6410
Decimal10810016
Binary1101100110010010000
Octal15414420

Shades and tints

Shades of #6C6410

#6C6410
(108,100,16)
#635B0F
(99,91,15)
#5A520E
(90,82,14)
#51490D
(81,73,13)
#48400C
(72,64,12)
#3F370B
(63,55,11)
#362E0A
(54,46,10)
#2D2509
(45,37,9)
#241C08
(36,28,8)
#1B1307
(27,19,7)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #6C6410

#6C6410
(108,100,16)
#797225
(121,114,37)
#86803A
(134,128,58)
#938E4F
(147,142,79)
#A09C64
(160,156,100)
#ADAA79
(173,170,121)
#BAB88E
(186,184,142)
#C7C6A3
(199,198,163)
#D4D4B8
(212,212,184)
#E1E2CD
(225,226,205)
#EEF0E2
(238,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6410 color. Also use rgb(108,100,16) instead hex code.

Text Font Color

.myTextColor { color: #6C6410; }

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

This text font color is #6C6410.


Background Color

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

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

This div background color is #6C6410.


Border color

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

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

This div border color is #6C6410.


Opacity

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

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

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

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

This text has shadow with #6C6410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6410 on black background.


Color preview on white background

This text has color #6C6410 on white background.



Black color preview on #6C6410 background

This text has black color on #6C6410 background.


White color preview on #6C6410 background

This text has white color on #6C6410 background.