COLOR #6A4450

HEX: #6A4450 RGB: (106,68,80)

Color info

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

RGB color model

#6A4450 color RGB value is (106,68,80).

RGB: (106,68,80) (42%, 27%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 68 of 255 = 27%
B 80 of 255 = 31%

106
68
80

R + G + B ~ 33%. #6A4450 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 68 + 80 = 254 (100%)
R 106 of 254 ~ 41.73%
G 68 of 254 ~ 26.77%
B 80 of 254 ~ 31.5'%

%41.73
%26.77
%31.5

CMYK color model

#6A4450 color CMYK value is (0,36,25,58).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 24.53%
  • key color value is 58.43%

CMYK: (0,36,25,58)
C0M36Y25K58 (0%, 36%, 25%, 58%)
(0.00 / 0.36 / 0.25 / 0.58)

CMYK percentages

%0
%35.85
%24.53
%58.43

Codes

Color #6A4450 in popluar color models

6A 44 50
RGB 106 68 80
HSL 341° 21.84% 34.12%
HSB/HSV 341° 35.85% 41.57%
CMYK 0.00% 35.85% 24.53%
58.43%

Color #6A4450 in popluar number systems.

HEX 6A 44 50
Decimal 106 68 80
Binary 1101010 1000100 1010000
Octal 152 104 120

Shades and tints

Shades of #6A4450

#6A4450
(106,68,80)
#613E49
(97,62,73)
#583842
(88,56,66)
#4F323B
(79,50,59)
#462C34
(70,44,52)
#3D262D
(61,38,45)
#342026
(52,32,38)
#2B1A1F
(43,26,31)
#221418
(34,20,24)
#190E11
(25,14,17)
#10080A
(16,8,10)
#000000
(0,0,0)

Tints of #6A4450

#6A4450
(106,68,80)
#77555F
(119,85,95)
#84666E
(132,102,110)
#91777D
(145,119,125)
#9E888C
(158,136,140)
#AB999B
(171,153,155)
#B8AAAA
(184,170,170)
#C5BBB9
(197,187,185)
#D2CCC8
(210,204,200)
#DFDDD7
(223,221,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4450 color. Also use rgb(106,68,80) instead hex code.

Text Font Color

.myTextColor { color: #6A4450; }

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

This text font color is #6A4450.

Background Color

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

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

This div background color is #6A4450.

Border color

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

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

This div border color is #6A4450.

Opacity

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

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

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

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

This text has shadow with #6A4450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4450.

Preview

Color preview on black background

This text has color #6A4450 on black background.


Color preview on white background

This text has color #6A4450 on white background.


Black color preview on #6A4450 background

This text has black color on #6A4450 background.


White color preview on #6A4450 background

This text has white color on #6A4450 background.


Related colors

Complementary color

Complementary color for #hex is #95BBAF.


I love getcolorcode.com

Triadic colors

1 #506A44 and #44506A with #6A4450 are triadic colors.

2 #50446A and #446A50 with #6A4450 are triadic colors.