COLOR #6A5D60

HEX: #6A5D60
RGB: (106,93,96)

Color info

#6A5D60 contains red, green and blue colors in about the same proportion. Web safe color of #6A5D60 is #666666 (or #666).

RGB color model

#6A5D60 color RGB value is (106,93,96).

  • red value is 106;
  • green value is 93;
  • blue value is 96.
RGB:
(106,93,96)
(42%,36%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 96 of 255 = 38%

106
93
96

R + G + B ~ 39%. #6A5D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 96 = 295 (100%)
R 106 of 295 ~ 35.93%
G 93 of 295 ~ 31.53%
B 96 of 295 ~ 32.54%

%35.93
%31.53
%32.54

CMYK color model

#6A5D60 color CMYK value is (0,12,9,58).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 9.43%
  • key color value is 58.43%
CMYK:
(0,12,9,58)
C0M12Y9K58 
(0%,12%,9%,58%)
(0.00/0.12/0.09/0.58)	

CMYK percentages

%0
%12.26
%9.43
%58.43

Codes

Color #6A5D60 in popluar color models

6A5D60
RGB1069396
HSL346°6.53%39.02%
HSB/HSV346°12.26%41.57%
CMYK0.00%12.26%9.43%
58.43%

Color #6A5D60 in popluar number systems.

HEX6A5D60
Decimal1069396
Binary110101010111011100000
Octal152135140

Shades and tints

Shades of #6A5D60

#6A5D60
(106,93,96)
#615558
(97,85,88)
#584D50
(88,77,80)
#4F4548
(79,69,72)
#463D40
(70,61,64)
#3D3538
(61,53,56)
#342D30
(52,45,48)
#2B2528
(43,37,40)
#221D20
(34,29,32)
#191518
(25,21,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A5D60

#6A5D60
(106,93,96)
#776B6E
(119,107,110)
#84797C
(132,121,124)
#91878A
(145,135,138)
#9E9598
(158,149,152)
#ABA3A6
(171,163,166)
#B8B1B4
(184,177,180)
#C5BFC2
(197,191,194)
#D2CDD0
(210,205,208)
#DFDBDE
(223,219,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5D60 color. Also use rgb(106,93,96) instead hex code.

Text Font Color

.myTextColor { color: #6A5D60; }

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

This text font color is #6A5D60.


Background Color

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

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

This div background color is #6A5D60.


Border color

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

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

This div border color is #6A5D60.


Opacity

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

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

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

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

This text has shadow with #6A5D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5D60 on black background.


Color preview on white background

This text has color #6A5D60 on white background.



Black color preview on #6A5D60 background

This text has black color on #6A5D60 background.


White color preview on #6A5D60 background

This text has white color on #6A5D60 background.