COLOR #6D6A28

HEX: #6D6A28
RGB: (109,106,40)

Color info

#6D6A28 contains mainly red and green colors. Web safe color of #6D6A28 is #666633 (or #663).

RGB color model

#6D6A28 color RGB value is (109,106,40).

  • red value is 109;
  • green value is 106;
  • blue value is 40.
RGB:
(109,106,40)
(43%,42%,16%)

RGB channels and saturation

R 109 of 255 = 43%
G 106 of 255 = 42%
B 40 of 255 = 16%

109
106
40

R + G + B ~ 34%. #6D6A28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 106 + 40 = 255 (100%)
R 109 of 255 ~ 42.75%
G 106 of 255 ~ 41.57%
B 40 of 255 ~ 15.69%

%42.75
%41.57
%15.69

CMYK color model

#6D6A28 color CMYK value is (0,3,63,57).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 63.30%
  • key color value is 57.25%
CMYK:
(0,3,63,57)
C0M3Y63K57 
(0%,3%,63%,57%)
(0.00/0.03/0.63/0.57)	

CMYK percentages

%0
%2.75
%63.3
%57.25

Codes

Color #6D6A28 in popluar color models

6D6A28
RGB10910640
HSL57°46.31%29.22%
HSB/HSV57°63.30%42.75%
CMYK0.00%2.75%63.30%
57.25%

Color #6D6A28 in popluar number systems.

HEX6D6A28
Decimal10910640
Binary11011011101010101000
Octal15515250

Shades and tints

Shades of #6D6A28

#6D6A28
(109,106,40)
#646125
(100,97,37)
#5B5822
(91,88,34)
#524F1F
(82,79,31)
#49461C
(73,70,28)
#403D19
(64,61,25)
#373416
(55,52,22)
#2E2B13
(46,43,19)
#252210
(37,34,16)
#1C190D
(28,25,13)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #6D6A28

#6D6A28
(109,106,40)
#7A773B
(122,119,59)
#87844E
(135,132,78)
#949161
(148,145,97)
#A19E74
(161,158,116)
#AEAB87
(174,171,135)
#BBB89A
(187,184,154)
#C8C5AD
(200,197,173)
#D5D2C0
(213,210,192)
#E2DFD3
(226,223,211)
#EFECE6
(239,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6A28; }

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

This text font color is #6D6A28.


Background Color

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

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

This div background color is #6D6A28.


Border color

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

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

This div border color is #6D6A28.


Opacity

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

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

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

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

This text has shadow with #6D6A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A28 on black background.


Color preview on white background

This text has color #6D6A28 on white background.



Black color preview on #6D6A28 background

This text has black color on #6D6A28 background.


White color preview on #6D6A28 background

This text has white color on #6D6A28 background.