COLOR #6A6731

HEX: #6A6731
RGB: (106,103,49)

Color info

#6A6731 contains red, green and blue colors in about the same proportion. Web safe color of #6A6731 is #666633 (or #663).

RGB color model

#6A6731 color RGB value is (106,103,49).

  • red value is 106;
  • green value is 103;
  • blue value is 49.
RGB:
(106,103,49)
(42%,40%,19%)

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 49 of 255 = 19%

106
103
49

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

Portions of RGB colors in percentages

R + G + B =
106 + 103 + 49 = 258 (100%)
R 106 of 258 ~ 41.09%
G 103 of 258 ~ 39.92%
B 49 of 258 ~ 18.99%

%41.09
%39.92
%18.99

CMYK color model

#6A6731 color CMYK value is (0,3,54,58).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 53.77%
  • key color value is 58.43%
CMYK:
(0,3,54,58)
C0M3Y54K58 
(0%,3%,54%,58%)
(0.00/0.03/0.54/0.58)	

CMYK percentages

%0
%2.83
%53.77
%58.43

Codes

Color #6A6731 in popluar color models

6A6731
RGB10610349
HSL57°36.77%30.39%
HSB/HSV57°53.77%41.57%
CMYK0.00%2.83%53.77%
58.43%

Color #6A6731 in popluar number systems.

HEX6A6731
Decimal10610349
Binary11010101100111110001
Octal15214761

Shades and tints

Shades of #6A6731

#6A6731
(106,103,49)
#615E2D
(97,94,45)
#585529
(88,85,41)
#4F4C25
(79,76,37)
#464321
(70,67,33)
#3D3A1D
(61,58,29)
#343119
(52,49,25)
#2B2815
(43,40,21)
#221F11
(34,31,17)
#19160D
(25,22,13)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #6A6731

#6A6731
(106,103,49)
#777443
(119,116,67)
#848155
(132,129,85)
#918E67
(145,142,103)
#9E9B79
(158,155,121)
#ABA88B
(171,168,139)
#B8B59D
(184,181,157)
#C5C2AF
(197,194,175)
#D2CFC1
(210,207,193)
#DFDCD3
(223,220,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6731 color. Also use rgb(106,103,49) instead hex code.

Text Font Color

.myTextColor { color: #6A6731; }

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

This text font color is #6A6731.


Background Color

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

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

This div background color is #6A6731.


Border color

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

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

This div border color is #6A6731.


Opacity

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

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

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

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

This text has shadow with #6A6731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6731 on black background.


Color preview on white background

This text has color #6A6731 on white background.



Black color preview on #6A6731 background

This text has black color on #6A6731 background.


White color preview on #6A6731 background

This text has white color on #6A6731 background.