COLOR #6A4855

HEX: #6A4855
RGB: (106,72,85)

Color info

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

RGB color model

#6A4855 color RGB value is (106,72,85).

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

RGB channels and saturation

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

106
72
85

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

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 85 = 263 (100%)
R 106 of 263 ~ 40.3%
G 72 of 263 ~ 27.38%
B 85 of 263 ~ 32.32%

%40.3
%27.38
%32.32

CMYK color model

#6A4855 color CMYK value is (0,32,20,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(0,32,20,58)
C0M32Y20K58 
(0%,32%,20%,58%)
(0.00/0.32/0.20/0.58)	

CMYK percentages

%0
%32.08
%19.81
%58.43

Codes

Color #6A4855 in popluar color models

6A4855
RGB1067285
HSL337°19.10%34.90%
HSB/HSV337°32.08%41.57%
CMYK0.00%32.08%19.81%
58.43%

Color #6A4855 in popluar number systems.

HEX6A4855
Decimal1067285
Binary110101010010001010101
Octal152110125

Shades and tints

Shades of #6A4855

#6A4855
(106,72,85)
#61424E
(97,66,78)
#583C47
(88,60,71)
#4F3640
(79,54,64)
#463039
(70,48,57)
#3D2A32
(61,42,50)
#34242B
(52,36,43)
#2B1E24
(43,30,36)
#22181D
(34,24,29)
#191216
(25,18,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #6A4855

#6A4855
(106,72,85)
#775864
(119,88,100)
#846873
(132,104,115)
#917882
(145,120,130)
#9E8891
(158,136,145)
#AB98A0
(171,152,160)
#B8A8AF
(184,168,175)
#C5B8BE
(197,184,190)
#D2C8CD
(210,200,205)
#DFD8DC
(223,216,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4855; }

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

This text font color is #6A4855.


Background Color

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

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

This div background color is #6A4855.


Border color

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

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

This div border color is #6A4855.


Opacity

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

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

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

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

This text has shadow with #6A4855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4855 on black background.


Color preview on white background

This text has color #6A4855 on white background.



Black color preview on #6A4855 background

This text has black color on #6A4855 background.


White color preview on #6A4855 background

This text has white color on #6A4855 background.