COLOR #6A6326

HEX: #6A6326
RGB: (106,99,38)

Color info

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

RGB color model

#6A6326 color RGB value is (106,99,38).

  • red value is 106;
  • green value is 99;
  • blue value is 38.
RGB:
(106,99,38)
(42%,39%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 38 of 255 = 15%

106
99
38

R + G + B ~ 32%. #6A6326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 99 + 38 = 243 (100%)
R 106 of 243 ~ 43.62%
G 99 of 243 ~ 40.74%
B 38 of 243 ~ 15.64%

%43.62
%40.74
%15.64

CMYK color model

#6A6326 color CMYK value is (0,7,64,58).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 64.15%
  • key color value is 58.43%
CMYK:
(0,7,64,58)
C0M7Y64K58 
(0%,7%,64%,58%)
(0.00/0.07/0.64/0.58)	

CMYK percentages

%0
%6.6
%64.15
%58.43

Codes

Color #6A6326 in popluar color models

6A6326
RGB1069938
HSL54°47.22%28.24%
HSB/HSV54°64.15%41.57%
CMYK0.00%6.60%64.15%
58.43%

Color #6A6326 in popluar number systems.

HEX6A6326
Decimal1069938
Binary11010101100011100110
Octal15214346

Shades and tints

Shades of #6A6326

#6A6326
(106,99,38)
#615A23
(97,90,35)
#585120
(88,81,32)
#4F481D
(79,72,29)
#463F1A
(70,63,26)
#3D3617
(61,54,23)
#342D14
(52,45,20)
#2B2411
(43,36,17)
#221B0E
(34,27,14)
#19120B
(25,18,11)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #6A6326

#6A6326
(106,99,38)
#777139
(119,113,57)
#847F4C
(132,127,76)
#918D5F
(145,141,95)
#9E9B72
(158,155,114)
#ABA985
(171,169,133)
#B8B798
(184,183,152)
#C5C5AB
(197,197,171)
#D2D3BE
(210,211,190)
#DFE1D1
(223,225,209)
#ECEFE4
(236,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6326 color. Also use rgb(106,99,38) instead hex code.

Text Font Color

.myTextColor { color: #6A6326; }

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

This text font color is #6A6326.


Background Color

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

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

This div background color is #6A6326.


Border color

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

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

This div border color is #6A6326.


Opacity

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

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

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

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

This text has shadow with #6A6326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6326 on black background.


Color preview on white background

This text has color #6A6326 on white background.



Black color preview on #6A6326 background

This text has black color on #6A6326 background.


White color preview on #6A6326 background

This text has white color on #6A6326 background.