COLOR #6A4755

HEX: #6A4755
RGB: (106,71,85)

Color info

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

RGB color model

#6A4755 color RGB value is (106,71,85).

  • red value is 106;
  • green value is 71;
  • blue value is 85.
RGB:
(106,71,85)
(42%,28%,33%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 85 of 255 = 33%

106
71
85

R + G + B ~ 34%. #6A4755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 85 = 262 (100%)
R 106 of 262 ~ 40.46%
G 71 of 262 ~ 27.1%
B 85 of 262 ~ 32.44%

%40.46
%27.1
%32.44

CMYK color model

#6A4755 color CMYK value is (0,33,20,58).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,33,20,58)
C0M33Y20K58 
(0%,33%,20%,58%)
(0.00/0.33/0.20/0.58)	

CMYK percentages

%0
%33.02
%19.81
%58.43

Codes

Color #6A4755 in popluar color models

6A4755
RGB1067185
HSL336°19.77%34.71%
HSB/HSV336°33.02%41.57%
CMYK0.00%33.02%19.81%
58.43%

Color #6A4755 in popluar number systems.

HEX6A4755
Decimal1067185
Binary110101010001111010101
Octal152107125

Shades and tints

Shades of #6A4755

#6A4755
(106,71,85)
#61414E
(97,65,78)
#583B47
(88,59,71)
#4F3540
(79,53,64)
#462F39
(70,47,57)
#3D2932
(61,41,50)
#34232B
(52,35,43)
#2B1D24
(43,29,36)
#22171D
(34,23,29)
#191116
(25,17,22)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A4755

#6A4755
(106,71,85)
#775764
(119,87,100)
#846773
(132,103,115)
#917782
(145,119,130)
#9E8791
(158,135,145)
#AB97A0
(171,151,160)
#B8A7AF
(184,167,175)
#C5B7BE
(197,183,190)
#D2C7CD
(210,199,205)
#DFD7DC
(223,215,220)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4755 color. Also use rgb(106,71,85) instead hex code.

Text Font Color

.myTextColor { color: #6A4755; }

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

This text font color is #6A4755.


Background Color

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

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

This div background color is #6A4755.


Border color

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

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

This div border color is #6A4755.


Opacity

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

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

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

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

This text has shadow with #6A4755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4755 on black background.


Color preview on white background

This text has color #6A4755 on white background.



Black color preview on #6A4755 background

This text has black color on #6A4755 background.


White color preview on #6A4755 background

This text has white color on #6A4755 background.