COLOR #6A4C56

HEX: #6A4C56
RGB: (106,76,86)

Color info

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

RGB color model

#6A4C56 color RGB value is (106,76,86).

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

RGB channels and saturation

R 106 of 255 = 42%
G 76 of 255 = 30%
B 86 of 255 = 34%

106
76
86

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

Portions of RGB colors in percentages

R + G + B =
106 + 76 + 86 = 268 (100%)
R 106 of 268 ~ 39.55%
G 76 of 268 ~ 28.36%
B 86 of 268 ~ 32.09%

%39.55
%28.36
%32.09

CMYK color model

#6A4C56 color CMYK value is (0,28,19,58).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 18.87%
  • key color value is 58.43%
CMYK:
(0,28,19,58)
C0M28Y19K58 
(0%,28%,19%,58%)
(0.00/0.28/0.19/0.58)	

CMYK percentages

%0
%28.3
%18.87
%58.43

Codes

Color #6A4C56 in popluar color models

6A4C56
RGB1067686
HSL340°16.48%35.69%
HSB/HSV340°28.30%41.57%
CMYK0.00%28.30%18.87%
58.43%

Color #6A4C56 in popluar number systems.

HEX6A4C56
Decimal1067686
Binary110101010011001010110
Octal152114126

Shades and tints

Shades of #6A4C56

#6A4C56
(106,76,86)
#61464F
(97,70,79)
#584048
(88,64,72)
#4F3A41
(79,58,65)
#46343A
(70,52,58)
#3D2E33
(61,46,51)
#34282C
(52,40,44)
#2B2225
(43,34,37)
#221C1E
(34,28,30)
#191617
(25,22,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A4C56

#6A4C56
(106,76,86)
#775C65
(119,92,101)
#846C74
(132,108,116)
#917C83
(145,124,131)
#9E8C92
(158,140,146)
#AB9CA1
(171,156,161)
#B8ACB0
(184,172,176)
#C5BCBF
(197,188,191)
#D2CCCE
(210,204,206)
#DFDCDD
(223,220,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4C56; }

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

This text font color is #6A4C56.


Background Color

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

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

This div background color is #6A4C56.


Border color

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

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

This div border color is #6A4C56.


Opacity

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

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

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

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

This text has shadow with #6A4C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4C56 on black background.


Color preview on white background

This text has color #6A4C56 on white background.



Black color preview on #6A4C56 background

This text has black color on #6A4C56 background.


White color preview on #6A4C56 background

This text has white color on #6A4C56 background.