COLOR #6F6662

HEX: #6F6662 RGB: (111,102,98)

Color info

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

RGB color model

#6F6662 color RGB value is (111,102,98).

RGB: (111,102,98) (44%, 40%, 38%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 98 of 255 = 38%

111
102
98

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

Portions of RGB colors in percentages

R + G + B = 111 + 102 + 98 = 311 (100%)
R 111 of 311 ~ 35.69%
G 102 of 311 ~ 32.8%
B 98 of 311 ~ 31.51'%

%35.69
%32.8
%31.51

CMYK color model

#6F6662 color CMYK value is (0,8,12,56).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 11.71%
  • key color value is 56.47%

CMYK: (0,8,12,56)
C0M8Y12K56 (0%, 8%, 12%, 56%)
(0.00 / 0.08 / 0.12 / 0.56)

CMYK percentages

%0
%8.11
%11.71
%56.47

Codes

Color #6F6662 in popluar color models

6F 66 62
RGB 111 102 98
HSL 18° 6.22% 40.98%
HSB/HSV 18° 11.71% 43.53%
CMYK 0.00% 8.11% 11.71%
56.47%

Color #6F6662 in popluar number systems.

HEX 6F 66 62
Decimal 111 102 98
Binary 1101111 1100110 1100010
Octal 157 146 142

Shades and tints

Shades of #6F6662

#6F6662
(111,102,98)
#655D5A
(101,93,90)
#5B5452
(91,84,82)
#514B4A
(81,75,74)
#474242
(71,66,66)
#3D393A
(61,57,58)
#333032
(51,48,50)
#29272A
(41,39,42)
#1F1E22
(31,30,34)
#15151A
(21,21,26)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #6F6662

#6F6662
(111,102,98)
#7C7370
(124,115,112)
#89807E
(137,128,126)
#968D8C
(150,141,140)
#A39A9A
(163,154,154)
#B0A7A8
(176,167,168)
#BDB4B6
(189,180,182)
#CAC1C4
(202,193,196)
#D7CED2
(215,206,210)
#E4DBE0
(228,219,224)
#F1E8EE
(241,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6662 color. Also use rgb(111,102,98) instead hex code.

Text Font Color

.myTextColor { color: #6F6662; }

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

This text font color is #6F6662.

Background Color

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

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

This div background color is #6F6662.

Border color

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

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

This div border color is #6F6662.

Opacity

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

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

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

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

This text has shadow with #6F6662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6662.

Preview

Color preview on black background

This text has color #6F6662 on black background.


Color preview on white background

This text has color #6F6662 on white background.


Black color preview on #6F6662 background

This text has black color on #6F6662 background.


White color preview on #6F6662 background

This text has white color on #6F6662 background.


Related colors

Complementary color

Complementary color for #hex is #90999D.


I love getcolorcode.com

Triadic colors

1 #626F66 and #66626F with #6F6662 are triadic colors.

2 #62666F and #666F62 with #6F6662 are triadic colors.