COLOR #6A604C

HEX: #6A604C RGB: (106,96,76)

Color info

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

RGB color model

#6A604C color RGB value is (106,96,76).

RGB: (106,96,76) (42%, 38%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 96 of 255 = 38%
B 76 of 255 = 30%

106
96
76

R + G + B ~ 37%. #6A604C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 96 + 76 = 278 (100%)
R 106 of 278 ~ 38.13%
G 96 of 278 ~ 34.53%
B 76 of 278 ~ 27.34'%

%38.13
%34.53
%27.34

CMYK color model

#6A604C color CMYK value is (0,9,28,58).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 28.30%
  • key color value is 58.43%

CMYK: (0,9,28,58)
C0M9Y28K58 (0%, 9%, 28%, 58%)
(0.00 / 0.09 / 0.28 / 0.58)

CMYK percentages

%0
%9.43
%28.3
%58.43

Codes

Color #6A604C in popluar color models

6A 60 4C
RGB 106 96 76
HSL 40° 16.48% 35.69%
HSB/HSV 40° 28.30% 41.57%
CMYK 0.00% 9.43% 28.30%
58.43%

Color #6A604C in popluar number systems.

HEX 6A 60 4C
Decimal 106 96 76
Binary 1101010 1100000 1001100
Octal 152 140 114

Shades and tints

Shades of #6A604C

#6A604C
(106,96,76)
#615846
(97,88,70)
#585040
(88,80,64)
#4F483A
(79,72,58)
#464034
(70,64,52)
#3D382E
(61,56,46)
#343028
(52,48,40)
#2B2822
(43,40,34)
#22201C
(34,32,28)
#191816
(25,24,22)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A604C

#6A604C
(106,96,76)
#776E5C
(119,110,92)
#847C6C
(132,124,108)
#918A7C
(145,138,124)
#9E988C
(158,152,140)
#ABA69C
(171,166,156)
#B8B4AC
(184,180,172)
#C5C2BC
(197,194,188)
#D2D0CC
(210,208,204)
#DFDEDC
(223,222,220)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A604C; }

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

This text font color is #6A604C.

Background Color

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

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

This div background color is #6A604C.

Border color

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

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

This div border color is #6A604C.

Opacity

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

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

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

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

This text has shadow with #6A604C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A604C.

Preview

Color preview on black background

This text has color #6A604C on black background.


Color preview on white background

This text has color #6A604C on white background.


Black color preview on #6A604C background

This text has black color on #6A604C background.


White color preview on #6A604C background

This text has white color on #6A604C background.


Related colors

Complementary color

Complementary color for #hex is #959FB3.


I love getcolorcode.com

Triadic colors

1 #4C6A60 and #604C6A with #6A604C are triadic colors.

2 #4C606A and #606A4C with #6A604C are triadic colors.