COLOR #6A615D

HEX: #6A615D
RGB: (106,97,93)

Color info

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

RGB color model

#6A615D color RGB value is (106,97,93).

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

RGB channels and saturation

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

106
97
93

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

Portions of RGB colors in percentages

R + G + B =
106 + 97 + 93 = 296 (100%)
R 106 of 296 ~ 35.81%
G 97 of 296 ~ 32.77%
B 93 of 296 ~ 31.42%

%35.81
%32.77
%31.42

CMYK color model

#6A615D color CMYK value is (0,8,12,58).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 12.26%
  • key color value is 58.43%
CMYK:
(0,8,12,58)
C0M8Y12K58 
(0%,8%,12%,58%)
(0.00/0.08/0.12/0.58)	

CMYK percentages

%0
%8.49
%12.26
%58.43

Codes

Color #6A615D in popluar color models

6A615D
RGB1069793
HSL18°6.53%39.02%
HSB/HSV18°12.26%41.57%
CMYK0.00%8.49%12.26%
58.43%

Color #6A615D in popluar number systems.

HEX6A615D
Decimal1069793
Binary110101011000011011101
Octal152141135

Shades and tints

Shades of #6A615D

#6A615D
(106,97,93)
#615955
(97,89,85)
#58514D
(88,81,77)
#4F4945
(79,73,69)
#46413D
(70,65,61)
#3D3935
(61,57,53)
#34312D
(52,49,45)
#2B2925
(43,41,37)
#22211D
(34,33,29)
#191915
(25,25,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #6A615D

#6A615D
(106,97,93)
#776F6B
(119,111,107)
#847D79
(132,125,121)
#918B87
(145,139,135)
#9E9995
(158,153,149)
#ABA7A3
(171,167,163)
#B8B5B1
(184,181,177)
#C5C3BF
(197,195,191)
#D2D1CD
(210,209,205)
#DFDFDB
(223,223,219)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A615D; }

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

This text font color is #6A615D.


Background Color

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

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

This div background color is #6A615D.


Border color

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

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

This div border color is #6A615D.


Opacity

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

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

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

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

This text has shadow with #6A615D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A615D on black background.


Color preview on white background

This text has color #6A615D on white background.



Black color preview on #6A615D background

This text has black color on #6A615D background.


White color preview on #6A615D background

This text has white color on #6A615D background.