COLOR #6D5906

HEX: #6D5906
RGB: (109,89,6)

Color info

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

RGB color model

#6D5906 color RGB value is (109,89,6).

  • red value is 109;
  • green value is 89;
  • blue value is 6.
RGB:
(109,89,6)
(43%,35%,2%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 6 of 255 = 2%

109
89
6

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

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 6 = 204 (100%)
R 109 of 204 ~ 53.43%
G 89 of 204 ~ 43.63%
B 6 of 204 ~ 2.94%

%53.43
%43.63

CMYK color model

#6D5906 color CMYK value is (0,18,94,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 94.50%
  • key color value is 57.25%
CMYK:
(0,18,94,57)
C0M18Y94K57 
(0%,18%,94%,57%)
(0.00/0.18/0.94/0.57)	

CMYK percentages

%0
%18.35
%94.5
%57.25

Codes

Color #6D5906 in popluar color models

6D5906
RGB109896
HSL48°89.57%22.55%
HSB/HSV48°94.50%42.75%
CMYK0.00%18.35%94.50%
57.25%

Color #6D5906 in popluar number systems.

HEX6D5906
Decimal109896
Binary11011011011001110
Octal1551316

Shades and tints

Shades of #6D5906

#6D5906
(109,89,6)
#645106
(100,81,6)
#5B4906
(91,73,6)
#524106
(82,65,6)
#493906
(73,57,6)
#403106
(64,49,6)
#372906
(55,41,6)
#2E2106
(46,33,6)
#251906
(37,25,6)
#1C1106
(28,17,6)
#130906
(19,9,6)
#000000
(0,0,0)

Tints of #6D5906

#6D5906
(109,89,6)
#7A681C
(122,104,28)
#877732
(135,119,50)
#948648
(148,134,72)
#A1955E
(161,149,94)
#AEA474
(174,164,116)
#BBB38A
(187,179,138)
#C8C2A0
(200,194,160)
#D5D1B6
(213,209,182)
#E2E0CC
(226,224,204)
#EFEFE2
(239,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5906; }

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

This text font color is #6D5906.


Background Color

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

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

This div background color is #6D5906.


Border color

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

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

This div border color is #6D5906.


Opacity

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

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

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

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

This text has shadow with #6D5906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5906 on black background.


Color preview on white background

This text has color #6D5906 on white background.



Black color preview on #6D5906 background

This text has black color on #6D5906 background.


White color preview on #6D5906 background

This text has white color on #6D5906 background.