COLOR #6A4551

HEX: #6A4551 RGB: (106,69,81)

Color info

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

RGB color model

#6A4551 color RGB value is (106,69,81).

RGB: (106,69,81) (42%, 27%, 32%)

RGB channels and saturation

R 106 of 255 = 42%
G 69 of 255 = 27%
B 81 of 255 = 32%

106
69
81

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

Portions of RGB colors in percentages

R + G + B = 106 + 69 + 81 = 256 (100%)
R 106 of 256 ~ 41.41%
G 69 of 256 ~ 26.95%
B 81 of 256 ~ 31.64'%

%41.41
%26.95
%31.64

CMYK color model

#6A4551 color CMYK value is (0,35,24,58).

  • cyan value is 0.00%
  • magenta value is 34.91%
  • yellow value is 23.58%
  • key color value is 58.43%

CMYK: (0,35,24,58)
C0M35Y24K58 (0%, 35%, 24%, 58%)
(0.00 / 0.35 / 0.24 / 0.58)

CMYK percentages

%0
%34.91
%23.58
%58.43

Codes

Color #6A4551 in popluar color models

6A 45 51
RGB 106 69 81
HSL 341° 21.14% 34.31%
HSB/HSV 341° 34.91% 41.57%
CMYK 0.00% 34.91% 23.58%
58.43%

Color #6A4551 in popluar number systems.

HEX 6A 45 51
Decimal 106 69 81
Binary 1101010 1000101 1010001
Octal 152 105 121

Shades and tints

Shades of #6A4551

#6A4551
(106,69,81)
#613F4A
(97,63,74)
#583943
(88,57,67)
#4F333C
(79,51,60)
#462D35
(70,45,53)
#3D272E
(61,39,46)
#342127
(52,33,39)
#2B1B20
(43,27,32)
#221519
(34,21,25)
#190F12
(25,15,18)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #6A4551

#6A4551
(106,69,81)
#775560
(119,85,96)
#84656F
(132,101,111)
#91757E
(145,117,126)
#9E858D
(158,133,141)
#AB959C
(171,149,156)
#B8A5AB
(184,165,171)
#C5B5BA
(197,181,186)
#D2C5C9
(210,197,201)
#DFD5D8
(223,213,216)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4551 color. Also use rgb(106,69,81) instead hex code.

Text Font Color

.myTextColor { color: #6A4551; }

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

This text font color is #6A4551.

Background Color

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

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

This div background color is #6A4551.

Border color

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

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

This div border color is #6A4551.

Opacity

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

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

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

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

This text has shadow with #6A4551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4551.

Preview

Color preview on black background

This text has color #6A4551 on black background.


Color preview on white background

This text has color #6A4551 on white background.


Black color preview on #6A4551 background

This text has black color on #6A4551 background.


White color preview on #6A4551 background

This text has white color on #6A4551 background.


Related colors

Complementary color

Complementary color for #hex is #95BAAE.


I love getcolorcode.com

Triadic colors

1 #516A45 and #45516A with #6A4551 are triadic colors.

2 #51456A and #456A51 with #6A4551 are triadic colors.