COLOR #6A576F

HEX: #6A576F RGB: (106,87,111)

Color info

#6A576F contains red, green and blue colors in about the same proportion. Web safe color of #6A576F is #666666 (or #666).

RGB color model

#6A576F color RGB value is (106,87,111).

RGB: (106,87,111) (42%, 34%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 87 of 255 = 34%
B 111 of 255 = 44%

106
87
111

R + G + B ~ 40%. #6A576F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 87 + 111 = 304 (100%)
R 106 of 304 ~ 34.87%
G 87 of 304 ~ 28.62%
B 111 of 304 ~ 36.51'%

%34.87
%28.62
%36.51

CMYK color model

#6A576F color CMYK value is (5,22,0,56).

  • cyan value is 4.50%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (5,22,0,56)
C5M22Y0K56 (5%, 22%, 0%, 56%)
(0.05 / 0.22 / 0.00 / 0.56)

CMYK percentages

%4.5
%21.62
%0
%56.47

Codes

Color #6A576F in popluar color models

6A 57 6F
RGB 106 87 111
HSL 288° 12.12% 38.82%
HSB/HSV 288° 21.62% 43.53%
CMYK 4.50% 21.62% 0.00%
56.47%

Color #6A576F in popluar number systems.

HEX 6A 57 6F
Decimal 106 87 111
Binary 1101010 1010111 1101111
Octal 152 127 157

Shades and tints

Shades of #6A576F

#6A576F
(106,87,111)
#615065
(97,80,101)
#58495B
(88,73,91)
#4F4251
(79,66,81)
#463B47
(70,59,71)
#3D343D
(61,52,61)
#342D33
(52,45,51)
#2B2629
(43,38,41)
#221F1F
(34,31,31)
#191815
(25,24,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #6A576F

#6A576F
(106,87,111)
#77667C
(119,102,124)
#847589
(132,117,137)
#918496
(145,132,150)
#9E93A3
(158,147,163)
#ABA2B0
(171,162,176)
#B8B1BD
(184,177,189)
#C5C0CA
(197,192,202)
#D2CFD7
(210,207,215)
#DFDEE4
(223,222,228)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A576F; }

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

This text font color is #6A576F.

Background Color

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

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

This div background color is #6A576F.

Border color

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

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

This div border color is #6A576F.

Opacity

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

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

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

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

This text has shadow with #6A576F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A576F.

Preview

Color preview on black background

This text has color #6A576F on black background.


Color preview on white background

This text has color #6A576F on white background.


Black color preview on #6A576F background

This text has black color on #6A576F background.


White color preview on #6A576F background

This text has white color on #6A576F background.


Related colors

Complementary color

Complementary color for #hex is #95A890.


I love getcolorcode.com

Triadic colors

1 #6F6A57 and #576F6A with #6A576F are triadic colors.

2 #6F576A and #576A6F with #6A576F are triadic colors.