COLOR #6A4251

HEX: #6A4251
RGB: (106,66,81)

Color info

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

RGB color model

#6A4251 color RGB value is (106,66,81).

  • red value is 106;
  • green value is 66;
  • blue value is 81.
RGB:
(106,66,81)
(42%,26%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 66 of 255 = 26%
B 81 of 255 = 32%

106
66
81

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

Portions of RGB colors in percentages

R + G + B =
106 + 66 + 81 = 253 (100%)
R 106 of 253 ~ 41.9%
G 66 of 253 ~ 26.09%
B 81 of 253 ~ 32.02%

%41.9
%26.09
%32.02

CMYK color model

#6A4251 color CMYK value is (0,38,24,58).

  • cyan value is 0.00%
  • magenta value is 37.74%
  • yellow value is 23.58%
  • key color value is 58.43%
CMYK:
(0,38,24,58)
C0M38Y24K58 
(0%,38%,24%,58%)
(0.00/0.38/0.24/0.58)	

CMYK percentages

%0
%37.74
%23.58
%58.43

Codes

Color #6A4251 in popluar color models

6A4251
RGB1066681
HSL338°23.26%33.73%
HSB/HSV338°37.74%41.57%
CMYK0.00%37.74%23.58%
58.43%

Color #6A4251 in popluar number systems.

HEX6A4251
Decimal1066681
Binary110101010000101010001
Octal152102121

Shades and tints

Shades of #6A4251

#6A4251
(106,66,81)
#613C4A
(97,60,74)
#583643
(88,54,67)
#4F303C
(79,48,60)
#462A35
(70,42,53)
#3D242E
(61,36,46)
#341E27
(52,30,39)
#2B1820
(43,24,32)
#221219
(34,18,25)
#190C12
(25,12,18)
#10060B
(16,6,11)
#000000
(0,0,0)

Tints of #6A4251

#6A4251
(106,66,81)
#775360
(119,83,96)
#84646F
(132,100,111)
#91757E
(145,117,126)
#9E868D
(158,134,141)
#AB979C
(171,151,156)
#B8A8AB
(184,168,171)
#C5B9BA
(197,185,186)
#D2CAC9
(210,202,201)
#DFDBD8
(223,219,216)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4251; }

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

This text font color is #6A4251.


Background Color

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

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

This div background color is #6A4251.


Border color

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

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

This div border color is #6A4251.


Opacity

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

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

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

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

This text has shadow with #6A4251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4251 on black background.


Color preview on white background

This text has color #6A4251 on white background.



Black color preview on #6A4251 background

This text has black color on #6A4251 background.


White color preview on #6A4251 background

This text has white color on #6A4251 background.