COLOR #6A6967

HEX: #6A6967 RGB: (106,105,103)

Color info

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

RGB color model

#6A6967 color RGB value is (106,105,103).

RGB: (106,105,103) (42%, 41%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 105 of 255 = 41%
B 103 of 255 = 40%

106
105
103

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

Portions of RGB colors in percentages

R + G + B = 106 + 105 + 103 = 314 (100%)
R 106 of 314 ~ 33.76%
G 105 of 314 ~ 33.44%
B 103 of 314 ~ 32.8'%

%33.76
%33.44
%32.8

CMYK color model

#6A6967 color CMYK value is (0,1,3,58).

  • cyan value is 0.00%
  • magenta value is 0.94%
  • yellow value is 2.83%
  • key color value is 58.43%

CMYK: (0,1,3,58)
C0M1Y3K58 (0%, 1%, 3%, 58%)
(0.00 / 0.01 / 0.03 / 0.58)

CMYK percentages

%0
%0.94
%2.83
%58.43

Codes

Color #6A6967 in popluar color models

6A 69 67
RGB 106 105 103
HSL 40° 1.44% 40.98%
HSB/HSV 40° 2.83% 41.57%
CMYK 0.00% 0.94% 2.83%
58.43%

Color #6A6967 in popluar number systems.

HEX 6A 69 67
Decimal 106 105 103
Binary 1101010 1101001 1100111
Octal 152 151 147

Shades and tints

Shades of #6A6967

#6A6967
(106,105,103)
#61605E
(97,96,94)
#585755
(88,87,85)
#4F4E4C
(79,78,76)
#464543
(70,69,67)
#3D3C3A
(61,60,58)
#343331
(52,51,49)
#2B2A28
(43,42,40)
#22211F
(34,33,31)
#191816
(25,24,22)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A6967

#6A6967
(106,105,103)
#777674
(119,118,116)
#848381
(132,131,129)
#91908E
(145,144,142)
#9E9D9B
(158,157,155)
#ABAAA8
(171,170,168)
#B8B7B5
(184,183,181)
#C5C4C2
(197,196,194)
#D2D1CF
(210,209,207)
#DFDEDC
(223,222,220)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6967 color. Also use rgb(106,105,103) instead hex code.

Text Font Color

.myTextColor { color: #6A6967; }

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

This text font color is #6A6967.

Background Color

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

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

This div background color is #6A6967.

Border color

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

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

This div border color is #6A6967.

Opacity

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

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

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

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

This text has shadow with #6A6967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6967.

Preview

Color preview on black background

This text has color #6A6967 on black background.


Color preview on white background

This text has color #6A6967 on white background.


Black color preview on #6A6967 background

This text has black color on #6A6967 background.


White color preview on #6A6967 background

This text has white color on #6A6967 background.


Related colors

Complementary color

Complementary color for #hex is #959698.


I love getcolorcode.com

Triadic colors

1 #676A69 and #69676A with #6A6967 are triadic colors.

2 #67696A and #696A67 with #6A6967 are triadic colors.