COLOR #6A6646

HEX: #6A6646 RGB: (106,102,70)

Color info

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

RGB color model

#6A6646 color RGB value is (106,102,70).

RGB: (106,102,70) (42%, 40%, 27%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 70 of 255 = 27%

106
102
70

R + G + B ~ 36%. #6A6646 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 102 + 70 = 278 (100%)
R 106 of 278 ~ 38.13%
G 102 of 278 ~ 36.69%
B 70 of 278 ~ 25.18'%

%38.13
%36.69
%25.18

CMYK color model

#6A6646 color CMYK value is (0,4,34,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 33.96%
  • key color value is 58.43%

CMYK: (0,4,34,58)
C0M4Y34K58 (0%, 4%, 34%, 58%)
(0.00 / 0.04 / 0.34 / 0.58)

CMYK percentages

%0
%3.77
%33.96
%58.43

Codes

Color #6A6646 in popluar color models

6A 66 46
RGB 106 102 70
HSL 53° 20.45% 34.51%
HSB/HSV 53° 33.96% 41.57%
CMYK 0.00% 3.77% 33.96%
58.43%

Color #6A6646 in popluar number systems.

HEX 6A 66 46
Decimal 106 102 70
Binary 1101010 1100110 1000110
Octal 152 146 106

Shades and tints

Shades of #6A6646

#6A6646
(106,102,70)
#615D40
(97,93,64)
#58543A
(88,84,58)
#4F4B34
(79,75,52)
#46422E
(70,66,46)
#3D3928
(61,57,40)
#343022
(52,48,34)
#2B271C
(43,39,28)
#221E16
(34,30,22)
#191510
(25,21,16)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #6A6646

#6A6646
(106,102,70)
#777356
(119,115,86)
#848066
(132,128,102)
#918D76
(145,141,118)
#9E9A86
(158,154,134)
#ABA796
(171,167,150)
#B8B4A6
(184,180,166)
#C5C1B6
(197,193,182)
#D2CEC6
(210,206,198)
#DFDBD6
(223,219,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6646; }

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

This text font color is #6A6646.

Background Color

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

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

This div background color is #6A6646.

Border color

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

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

This div border color is #6A6646.

Opacity

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

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

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

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

This text has shadow with #6A6646 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6646.

Preview

Color preview on black background

This text has color #6A6646 on black background.


Color preview on white background

This text has color #6A6646 on white background.


Black color preview on #6A6646 background

This text has black color on #6A6646 background.


White color preview on #6A6646 background

This text has white color on #6A6646 background.


Related colors

Complementary color

Complementary color for #hex is #9599B9.


I love getcolorcode.com

Triadic colors

1 #466A66 and #66466A with #6A6646 are triadic colors.

2 #46666A and #666A46 with #6A6646 are triadic colors.