COLOR #6F674C

HEX: #6F674C
RGB: (111,103,76)

Color info

#6F674C contains red, green and blue colors in about the same proportion. Web safe color of #6F674C is #666633 (or #663).

RGB color model

#6F674C color RGB value is (111,103,76).

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

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 76 of 255 = 30%

111
103
76

R + G + B ~ 38%. #6F674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 76 = 290 (100%)
R 111 of 290 ~ 38.28%
G 103 of 290 ~ 35.52%
B 76 of 290 ~ 26.21%

%38.28
%35.52
%26.21

CMYK color model

#6F674C color CMYK value is (0,7,32,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(0,7,32,56)
C0M7Y32K56 
(0%,7%,32%,56%)
(0.00/0.07/0.32/0.56)	

CMYK percentages

%0
%7.21
%31.53
%56.47

Codes

Color #6F674C in popluar color models

6F674C
RGB11110376
HSL46°18.72%36.67%
HSB/HSV46°31.53%43.53%
CMYK0.00%7.21%31.53%
56.47%

Color #6F674C in popluar number systems.

HEX6F674C
Decimal11110376
Binary110111111001111001100
Octal157147114

Shades and tints

Shades of #6F674C

#6F674C
(111,103,76)
#655E46
(101,94,70)
#5B5540
(91,85,64)
#514C3A
(81,76,58)
#474334
(71,67,52)
#3D3A2E
(61,58,46)
#333128
(51,49,40)
#292822
(41,40,34)
#1F1F1C
(31,31,28)
#151616
(21,22,22)
#0B0D10
(11,13,16)
#000000
(0,0,0)

Tints of #6F674C

#6F674C
(111,103,76)
#7C745C
(124,116,92)
#89816C
(137,129,108)
#968E7C
(150,142,124)
#A39B8C
(163,155,140)
#B0A89C
(176,168,156)
#BDB5AC
(189,181,172)
#CAC2BC
(202,194,188)
#D7CFCC
(215,207,204)
#E4DCDC
(228,220,220)
#F1E9EC
(241,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F674C; }

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

This text font color is #6F674C.


Background Color

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

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

This div background color is #6F674C.


Border color

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

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

This div border color is #6F674C.


Opacity

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

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

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

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

This text has shadow with #6F674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F674C on black background.


Color preview on white background

This text has color #6F674C on white background.



Black color preview on #6F674C background

This text has black color on #6F674C background.


White color preview on #6F674C background

This text has white color on #6F674C background.