COLOR #6B6A64

HEX: #6B6A64 RGB: (107,106,100)

Color info

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

RGB color model

#6B6A64 color RGB value is (107,106,100).

RGB: (107,106,100) (42%, 42%, 39%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 100 of 255 = 39%

107
106
100

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

Portions of RGB colors in percentages

R + G + B = 107 + 106 + 100 = 313 (100%)
R 107 of 313 ~ 34.19%
G 106 of 313 ~ 33.87%
B 100 of 313 ~ 31.95'%

%34.19
%33.87
%31.95

CMYK color model

#6B6A64 color CMYK value is (0,1,7,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 6.54%
  • key color value is 58.04%

CMYK: (0,1,7,58)
C0M1Y7K58 (0%, 1%, 7%, 58%)
(0.00 / 0.01 / 0.07 / 0.58)

CMYK percentages

%0
%0.93
%6.54
%58.04

Codes

Color #6B6A64 in popluar color models

6B 6A 64
RGB 107 106 100
HSL 51° 3.38% 40.59%
HSB/HSV 51° 6.54% 41.96%
CMYK 0.00% 0.93% 6.54%
58.04%

Color #6B6A64 in popluar number systems.

HEX 6B 6A 64
Decimal 107 106 100
Binary 1101011 1101010 1100100
Octal 153 152 144

Shades and tints

Shades of #6B6A64

#6B6A64
(107,106,100)
#62615B
(98,97,91)
#595852
(89,88,82)
#504F49
(80,79,73)
#474640
(71,70,64)
#3E3D37
(62,61,55)
#35342E
(53,52,46)
#2C2B25
(44,43,37)
#23221C
(35,34,28)
#1A1913
(26,25,19)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #6B6A64

#6B6A64
(107,106,100)
#787772
(120,119,114)
#858480
(133,132,128)
#92918E
(146,145,142)
#9F9E9C
(159,158,156)
#ACABAA
(172,171,170)
#B9B8B8
(185,184,184)
#C6C5C6
(198,197,198)
#D3D2D4
(211,210,212)
#E0DFE2
(224,223,226)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6A64 color. Also use rgb(107,106,100) instead hex code.

Text Font Color

.myTextColor { color: #6B6A64; }

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

This text font color is #6B6A64.

Background Color

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

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

This div background color is #6B6A64.

Border color

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

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

This div border color is #6B6A64.

Opacity

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

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

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

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

This text has shadow with #6B6A64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6A64.

Preview

Color preview on black background

This text has color #6B6A64 on black background.


Color preview on white background

This text has color #6B6A64 on white background.


Black color preview on #6B6A64 background

This text has black color on #6B6A64 background.


White color preview on #6B6A64 background

This text has white color on #6B6A64 background.


Related colors

Complementary color

Complementary color for #hex is #94959B.


I love getcolorcode.com

Triadic colors

1 #646B6A and #6A646B with #6B6A64 are triadic colors.

2 #646A6B and #6A6B64 with #6B6A64 are triadic colors.