COLOR #6F675B

HEX: #6F675B
RGB: (111,103,91)

Color info

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

RGB color model

#6F675B color RGB value is (111,103,91).

  • red value is 111;
  • green value is 103;
  • blue value is 91.
RGB:
(111,103,91)
(44%,40%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 91 of 255 = 36%

111
103
91

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 91 = 305 (100%)
R 111 of 305 ~ 36.39%
G 103 of 305 ~ 33.77%
B 91 of 305 ~ 29.84%

%36.39
%33.77
%29.84

CMYK color model

#6F675B color CMYK value is (0,7,18,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 18.02%
  • key color value is 56.47%
CMYK:
(0,7,18,56)
C0M7Y18K56 
(0%,7%,18%,56%)
(0.00/0.07/0.18/0.56)	

CMYK percentages

%0
%7.21
%18.02
%56.47

Codes

Color #6F675B in popluar color models

6F675B
RGB11110391
HSL36°9.90%39.61%
HSB/HSV36°18.02%43.53%
CMYK0.00%7.21%18.02%
56.47%

Color #6F675B in popluar number systems.

HEX6F675B
Decimal11110391
Binary110111111001111011011
Octal157147133

Shades and tints

Shades of #6F675B

#6F675B
(111,103,91)
#655E53
(101,94,83)
#5B554B
(91,85,75)
#514C43
(81,76,67)
#47433B
(71,67,59)
#3D3A33
(61,58,51)
#33312B
(51,49,43)
#292823
(41,40,35)
#1F1F1B
(31,31,27)
#151613
(21,22,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F675B

#6F675B
(111,103,91)
#7C7469
(124,116,105)
#898177
(137,129,119)
#968E85
(150,142,133)
#A39B93
(163,155,147)
#B0A8A1
(176,168,161)
#BDB5AF
(189,181,175)
#CAC2BD
(202,194,189)
#D7CFCB
(215,207,203)
#E4DCD9
(228,220,217)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F675B; }

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

This text font color is #6F675B.


Background Color

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

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

This div background color is #6F675B.


Border color

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

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

This div border color is #6F675B.


Opacity

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

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

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

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

This text has shadow with #6F675B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F675B on black background.


Color preview on white background

This text has color #6F675B on white background.



Black color preview on #6F675B background

This text has black color on #6F675B background.


White color preview on #6F675B background

This text has white color on #6F675B background.