COLOR #6A6D63

HEX: #6A6D63
RGB: (106,109,99)

Color info

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

RGB color model

#6A6D63 color RGB value is (106,109,99).

  • red value is 106;
  • green value is 109;
  • blue value is 99.
RGB:
(106,109,99)
(42%,43%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 109 of 255 = 43%
B 99 of 255 = 39%

106
109
99

R + G + B ~ 41%. #6A6D63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 109 + 99 = 314 (100%)
R 106 of 314 ~ 33.76%
G 109 of 314 ~ 34.71%
B 99 of 314 ~ 31.53%

%33.76
%34.71
%31.53

CMYK color model

#6A6D63 color CMYK value is (3,0,9,57).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 9.17%
  • key color value is 57.25%
CMYK:
(3,0,9,57)
C3M0Y9K57 
(3%,0%,9%,57%)
(0.03/0.00/0.09/0.57)	

CMYK percentages

%2.75
%0
%9.17
%57.25

Codes

Color #6A6D63 in popluar color models

6A6D63
RGB10610999
HSL78°4.81%40.78%
HSB/HSV78°9.17%42.75%
CMYK2.75%0.00%9.17%
57.25%

Color #6A6D63 in popluar number systems.

HEX6A6D63
Decimal10610999
Binary110101011011011100011
Octal152155143

Shades and tints

Shades of #6A6D63

#6A6D63
(106,109,99)
#61645A
(97,100,90)
#585B51
(88,91,81)
#4F5248
(79,82,72)
#46493F
(70,73,63)
#3D4036
(61,64,54)
#34372D
(52,55,45)
#2B2E24
(43,46,36)
#22251B
(34,37,27)
#191C12
(25,28,18)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #6A6D63

#6A6D63
(106,109,99)
#777A71
(119,122,113)
#84877F
(132,135,127)
#91948D
(145,148,141)
#9EA19B
(158,161,155)
#ABAEA9
(171,174,169)
#B8BBB7
(184,187,183)
#C5C8C5
(197,200,197)
#D2D5D3
(210,213,211)
#DFE2E1
(223,226,225)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6D63 color. Also use rgb(106,109,99) instead hex code.

Text Font Color

.myTextColor { color: #6A6D63; }

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

This text font color is #6A6D63.


Background Color

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

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

This div background color is #6A6D63.


Border color

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

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

This div border color is #6A6D63.


Opacity

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

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

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

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

This text has shadow with #6A6D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6D63 on black background.


Color preview on white background

This text has color #6A6D63 on white background.



Black color preview on #6A6D63 background

This text has black color on #6A6D63 background.


White color preview on #6A6D63 background

This text has white color on #6A6D63 background.