COLOR #6F675F

HEX: #6F675F RGB: (111,103,95)

Color info

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

RGB color model

#6F675F color RGB value is (111,103,95).

RGB: (111,103,95) (44%, 40%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 95 of 255 = 37%

111
103
95

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

Portions of RGB colors in percentages

R + G + B = 111 + 103 + 95 = 309 (100%)
R 111 of 309 ~ 35.92%
G 103 of 309 ~ 33.33%
B 95 of 309 ~ 30.74'%

%35.92
%33.33
%30.74

CMYK color model

#6F675F color CMYK value is (0,7,14,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 14.41%
  • key color value is 56.47%
CMYK: (0,7,14,56) C0M7Y14K56 (0%,7%,14%,56%) (0.00/0.07/0.14/0.56) 

CMYK percentages

%0
%7.21
%14.41
%56.47

Codes

Color #6F675F in popluar color models

6F 67 5F
RGB 111 103 95
HSL 30° 7.77% 40.39%
HSB/HSV 30° 14.41% 43.53%
CMYK 0.00% 7.21% 14.41%
56.47%

Color #6F675F in popluar number systems.

HEX 6F 67 5F
Decimal 111 103 95
Binary 1101111 1100111 1011111
Octal 157 147 137

Shades and tints

Shades of #6F675F

#6F675F
(111,103,95)
#655E57
(101,94,87)
#5B554F
(91,85,79)
#514C47
(81,76,71)
#47433F
(71,67,63)
#3D3A37
(61,58,55)
#33312F
(51,49,47)
#292827
(41,40,39)
#1F1F1F
(31,31,31)
#151617
(21,22,23)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #6F675F

#6F675F
(111,103,95)
#7C746D
(124,116,109)
#89817B
(137,129,123)
#968E89
(150,142,137)
#A39B97
(163,155,151)
#B0A8A5
(176,168,165)
#BDB5B3
(189,181,179)
#CAC2C1
(202,194,193)
#D7CFCF
(215,207,207)
#E4DCDD
(228,220,221)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F675F color. Also use rgb(111,103,95) instead hex code.

Text Font Color

.myTextColor { color: #6F675F; }

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

This text font color is #6F675F.

Background Color

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

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

This div background color is #6F675F.

Border color

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

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

This div border color is #6F675F.

Opacity

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

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

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

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

This text has shadow with #6F675F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F675F.

Preview

Color preview on black background

This text has color #6F675F on black background.


Color preview on white background

This text has color #6F675F on white background.


Black color preview on #6F675F background

This text has black color on #6F675F background.


White color preview on #6F675F background

This text has white color on #6F675F background.


Related colors

Complementary color

Complementary color for #hex is #9098A0.


I love getcolorcode.com

Triadic colors

1 #5F6F67 and #675F6F with #6F675F are triadic colors.

2 #5F676F and #676F5F with #6F675F are triadic colors.