COLOR #6A6A36

HEX: #6A6A36 RGB: (106,106,54)

Color info

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

RGB color model

#6A6A36 color RGB value is (106,106,54).

RGB: (106,106,54) (42%, 42%, 21%)

RGB channels and saturation

R 106 of 255 = 42%
G 106 of 255 = 42%
B 54 of 255 = 21%

106
106
54

R + G + B ~ 35%. #6A6A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 54 = 266 (100%)
R 106 of 266 ~ 39.85%
G 106 of 266 ~ 39.85%
B 54 of 266 ~ 20.3'%

%39.85
%39.85
%20.3

CMYK color model

#6A6A36 color CMYK value is (0,0,49,58).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.06%
  • key color value is 58.43%

CMYK: (0,0,49,58)
C0M0Y49K58 (0%, 0%, 49%, 58%)
(0.00 / 0.00 / 0.49 / 0.58)

CMYK percentages

%0
%0
%49.06
%58.43

Codes

Color #6A6A36 in popluar color models

6A 6A 36
RGB 106 106 54
HSL 60° 32.50% 31.37%
HSB/HSV 60° 49.06% 41.57%
CMYK 0.00% 0.00% 49.06%
58.43%

Color #6A6A36 in popluar number systems.

HEX 6A 6A 36
Decimal 106 106 54
Binary 1101010 1101010 110110
Octal 152 152 66

Shades and tints

Shades of #6A6A36

#6A6A36
(106,106,54)
#616132
(97,97,50)
#58582E
(88,88,46)
#4F4F2A
(79,79,42)
#464626
(70,70,38)
#3D3D22
(61,61,34)
#34341E
(52,52,30)
#2B2B1A
(43,43,26)
#222216
(34,34,22)
#191912
(25,25,18)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #6A6A36

#6A6A36
(106,106,54)
#777748
(119,119,72)
#84845A
(132,132,90)
#91916C
(145,145,108)
#9E9E7E
(158,158,126)
#ABAB90
(171,171,144)
#B8B8A2
(184,184,162)
#C5C5B4
(197,197,180)
#D2D2C6
(210,210,198)
#DFDFD8
(223,223,216)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A36; }

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

This text font color is #6A6A36.

Background Color

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

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

This div background color is #6A6A36.

Border color

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

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

This div border color is #6A6A36.

Opacity

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

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

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

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

This text has shadow with #6A6A36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6A36.

Preview

Color preview on black background

This text has color #6A6A36 on black background.


Color preview on white background

This text has color #6A6A36 on white background.


Black color preview on #6A6A36 background

This text has black color on #6A6A36 background.


White color preview on #6A6A36 background

This text has white color on #6A6A36 background.


Related colors

Complementary color

Complementary color for #hex is #9595C9.


I love getcolorcode.com