COLOR #6A4C59

HEX: #6A4C59
RGB: (106,76,89)

Color info

#6A4C59 contains red, green and blue colors in about the same proportion. Web safe color of #6A4C59 is #663366 (or #636).

RGB color model

#6A4C59 color RGB value is (106,76,89).

  • red value is 106;
  • green value is 76;
  • blue value is 89.
RGB:
(106,76,89)
(42%,30%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 76 of 255 = 30%
B 89 of 255 = 35%

106
76
89

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

Portions of RGB colors in percentages

R + G + B =
106 + 76 + 89 = 271 (100%)
R 106 of 271 ~ 39.11%
G 76 of 271 ~ 28.04%
B 89 of 271 ~ 32.84%

%39.11
%28.04
%32.84

CMYK color model

#6A4C59 color CMYK value is (0,28,16,58).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 16.04%
  • key color value is 58.43%
CMYK:
(0,28,16,58)
C0M28Y16K58 
(0%,28%,16%,58%)
(0.00/0.28/0.16/0.58)	

CMYK percentages

%0
%28.3
%16.04
%58.43

Codes

Color #6A4C59 in popluar color models

6A4C59
RGB1067689
HSL334°16.48%35.69%
HSB/HSV334°28.30%41.57%
CMYK0.00%28.30%16.04%
58.43%

Color #6A4C59 in popluar number systems.

HEX6A4C59
Decimal1067689
Binary110101010011001011001
Octal152114131

Shades and tints

Shades of #6A4C59

#6A4C59
(106,76,89)
#614651
(97,70,81)
#584049
(88,64,73)
#4F3A41
(79,58,65)
#463439
(70,52,57)
#3D2E31
(61,46,49)
#342829
(52,40,41)
#2B2221
(43,34,33)
#221C19
(34,28,25)
#191611
(25,22,17)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #6A4C59

#6A4C59
(106,76,89)
#775C68
(119,92,104)
#846C77
(132,108,119)
#917C86
(145,124,134)
#9E8C95
(158,140,149)
#AB9CA4
(171,156,164)
#B8ACB3
(184,172,179)
#C5BCC2
(197,188,194)
#D2CCD1
(210,204,209)
#DFDCE0
(223,220,224)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4C59; }

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

This text font color is #6A4C59.


Background Color

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

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

This div background color is #6A4C59.


Border color

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

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

This div border color is #6A4C59.


Opacity

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

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

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

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

This text has shadow with #6A4C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4C59 on black background.


Color preview on white background

This text has color #6A4C59 on white background.



Black color preview on #6A4C59 background

This text has black color on #6A4C59 background.


White color preview on #6A4C59 background

This text has white color on #6A4C59 background.