COLOR #6C6319

HEX: #6C6319
RGB: (108,99,25)

Color info

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

RGB color model

#6C6319 color RGB value is (108,99,25).

  • red value is 108;
  • green value is 99;
  • blue value is 25.
RGB:
(108,99,25)
(42%,39%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 25 of 255 = 10%

108
99
25

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

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 25 = 232 (100%)
R 108 of 232 ~ 46.55%
G 99 of 232 ~ 42.67%
B 25 of 232 ~ 10.78%

%46.55
%42.67
%10.78

CMYK color model

#6C6319 color CMYK value is (0,8,77,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(0,8,77,58)
C0M8Y77K58 
(0%,8%,77%,58%)
(0.00/0.08/0.77/0.58)	

CMYK percentages

%0
%8.33
%76.85
%57.65

Codes

Color #6C6319 in popluar color models

6C6319
RGB1089925
HSL53°62.41%26.08%
HSB/HSV53°76.85%42.35%
CMYK0.00%8.33%76.85%
57.65%

Color #6C6319 in popluar number systems.

HEX6C6319
Decimal1089925
Binary1101100110001111001
Octal15414331

Shades and tints

Shades of #6C6319

#6C6319
(108,99,25)
#635A17
(99,90,23)
#5A5115
(90,81,21)
#514813
(81,72,19)
#483F11
(72,63,17)
#3F360F
(63,54,15)
#362D0D
(54,45,13)
#2D240B
(45,36,11)
#241B09
(36,27,9)
#1B1207
(27,18,7)
#120905
(18,9,5)
#000000
(0,0,0)

Tints of #6C6319

#6C6319
(108,99,25)
#79712D
(121,113,45)
#867F41
(134,127,65)
#938D55
(147,141,85)
#A09B69
(160,155,105)
#ADA97D
(173,169,125)
#BAB791
(186,183,145)
#C7C5A5
(199,197,165)
#D4D3B9
(212,211,185)
#E1E1CD
(225,225,205)
#EEEFE1
(238,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6319 color. Also use rgb(108,99,25) instead hex code.

Text Font Color

.myTextColor { color: #6C6319; }

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

This text font color is #6C6319.


Background Color

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

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

This div background color is #6C6319.


Border color

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

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

This div border color is #6C6319.


Opacity

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

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

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

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

This text has shadow with #6C6319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6319 on black background.


Color preview on white background

This text has color #6C6319 on white background.



Black color preview on #6C6319 background

This text has black color on #6C6319 background.


White color preview on #6C6319 background

This text has white color on #6C6319 background.