COLOR #6F6B64

HEX: #6F6B64 RGB: (111,107,100)

Color info

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

RGB color model

#6F6B64 color RGB value is (111,107,100).

RGB: (111,107,100) (44%, 42%, 39%)

RGB channels and saturation

R 111 of 255 = 44%
G 107 of 255 = 42%
B 100 of 255 = 39%

111
107
100

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

Portions of RGB colors in percentages

R + G + B = 111 + 107 + 100 = 318 (100%)
R 111 of 318 ~ 34.91%
G 107 of 318 ~ 33.65%
B 100 of 318 ~ 31.45'%

%34.91
%33.65
%31.45

CMYK color model

#6F6B64 color CMYK value is (0,4,10,56).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 9.91%
  • key color value is 56.47%

CMYK: (0,4,10,56)
C0M4Y10K56 (0%, 4%, 10%, 56%)
(0.00 / 0.04 / 0.10 / 0.56)

CMYK percentages

%0
%3.6
%9.91
%56.47

Codes

Color #6F6B64 in popluar color models

6F 6B 64
RGB 111 107 100
HSL 38° 5.21% 41.37%
HSB/HSV 38° 9.91% 43.53%
CMYK 0.00% 3.60% 9.91%
56.47%

Color #6F6B64 in popluar number systems.

HEX 6F 6B 64
Decimal 111 107 100
Binary 1101111 1101011 1100100
Octal 157 153 144

Shades and tints

Shades of #6F6B64

#6F6B64
(111,107,100)
#65625B
(101,98,91)
#5B5952
(91,89,82)
#515049
(81,80,73)
#474740
(71,71,64)
#3D3E37
(61,62,55)
#33352E
(51,53,46)
#292C25
(41,44,37)
#1F231C
(31,35,28)
#151A13
(21,26,19)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #6F6B64

#6F6B64
(111,107,100)
#7C7872
(124,120,114)
#898580
(137,133,128)
#96928E
(150,146,142)
#A39F9C
(163,159,156)
#B0ACAA
(176,172,170)
#BDB9B8
(189,185,184)
#CAC6C6
(202,198,198)
#D7D3D4
(215,211,212)
#E4E0E2
(228,224,226)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6B64; }

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

This text font color is #6F6B64.

Background Color

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

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

This div background color is #6F6B64.

Border color

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

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

This div border color is #6F6B64.

Opacity

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

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

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

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

This text has shadow with #6F6B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6B64.

Preview

Color preview on black background

This text has color #6F6B64 on black background.


Color preview on white background

This text has color #6F6B64 on white background.


Black color preview on #6F6B64 background

This text has black color on #6F6B64 background.


White color preview on #6F6B64 background

This text has white color on #6F6B64 background.


Related colors

Complementary color

Complementary color for #hex is #90949B.


I love getcolorcode.com

Triadic colors

1 #646F6B and #6B646F with #6F6B64 are triadic colors.

2 #646B6F and #6B6F64 with #6F6B64 are triadic colors.