COLOR #6D6017

HEX: #6D6017
RGB: (109,96,23)

Color info

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

RGB color model

#6D6017 color RGB value is (109,96,23).

  • red value is 109;
  • green value is 96;
  • blue value is 23.
RGB:
(109,96,23)
(43%,38%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 23 of 255 = 9%

109
96
23

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

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 23 = 228 (100%)
R 109 of 228 ~ 47.81%
G 96 of 228 ~ 42.11%
B 23 of 228 ~ 10.09%

%47.81
%42.11
%10.09

CMYK color model

#6D6017 color CMYK value is (0,12,79,57).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 78.90%
  • key color value is 57.25%
CMYK:
(0,12,79,57)
C0M12Y79K57 
(0%,12%,79%,57%)
(0.00/0.12/0.79/0.57)	

CMYK percentages

%0
%11.93
%78.9
%57.25

Codes

Color #6D6017 in popluar color models

6D6017
RGB1099623
HSL51°65.15%25.88%
HSB/HSV51°78.90%42.75%
CMYK0.00%11.93%78.90%
57.25%

Color #6D6017 in popluar number systems.

HEX6D6017
Decimal1099623
Binary1101101110000010111
Octal15514027

Shades and tints

Shades of #6D6017

#6D6017
(109,96,23)
#645815
(100,88,21)
#5B5013
(91,80,19)
#524811
(82,72,17)
#49400F
(73,64,15)
#40380D
(64,56,13)
#37300B
(55,48,11)
#2E2809
(46,40,9)
#252007
(37,32,7)
#1C1805
(28,24,5)
#131003
(19,16,3)
#000000
(0,0,0)

Tints of #6D6017

#6D6017
(109,96,23)
#7A6E2C
(122,110,44)
#877C41
(135,124,65)
#948A56
(148,138,86)
#A1986B
(161,152,107)
#AEA680
(174,166,128)
#BBB495
(187,180,149)
#C8C2AA
(200,194,170)
#D5D0BF
(213,208,191)
#E2DED4
(226,222,212)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6017 color. Also use rgb(109,96,23) instead hex code.

Text Font Color

.myTextColor { color: #6D6017; }

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

This text font color is #6D6017.


Background Color

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

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

This div background color is #6D6017.


Border color

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

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

This div border color is #6D6017.


Opacity

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

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

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

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

This text has shadow with #6D6017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6017 on black background.


Color preview on white background

This text has color #6D6017 on white background.



Black color preview on #6D6017 background

This text has black color on #6D6017 background.


White color preview on #6D6017 background

This text has white color on #6D6017 background.