COLOR #6F674D

HEX: #6F674D RGB: (111,103,77)

Color info

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

RGB color model

#6F674D color RGB value is (111,103,77).

RGB: (111,103,77) (44%, 40%, 30%)

RGB channels and saturation

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

111
103
77

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

Portions of RGB colors in percentages

R + G + B = 111 + 103 + 77 = 291 (100%)
R 111 of 291 ~ 38.14%
G 103 of 291 ~ 35.4%
B 77 of 291 ~ 26.46'%

%38.14
%35.4
%26.46

CMYK color model

#6F674D color CMYK value is (0,7,31,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 30.63%
  • key color value is 56.47%

CMYK: (0,7,31,56)
C0M7Y31K56 (0%, 7%, 31%, 56%)
(0.00 / 0.07 / 0.31 / 0.56)

CMYK percentages

%0
%7.21
%30.63
%56.47

Codes

Color #6F674D in popluar color models

6F 67 4D
RGB 111 103 77
HSL 46° 18.09% 36.86%
HSB/HSV 46° 30.63% 43.53%
CMYK 0.00% 7.21% 30.63%
56.47%

Color #6F674D in popluar number systems.

HEX 6F 67 4D
Decimal 111 103 77
Binary 1101111 1100111 1001101
Octal 157 147 115

Shades and tints

Shades of #6F674D

#6F674D
(111,103,77)
#655E46
(101,94,70)
#5B553F
(91,85,63)
#514C38
(81,76,56)
#474331
(71,67,49)
#3D3A2A
(61,58,42)
#333123
(51,49,35)
#29281C
(41,40,28)
#1F1F15
(31,31,21)
#15160E
(21,22,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #6F674D

#6F674D
(111,103,77)
#7C745D
(124,116,93)
#89816D
(137,129,109)
#968E7D
(150,142,125)
#A39B8D
(163,155,141)
#B0A89D
(176,168,157)
#BDB5AD
(189,181,173)
#CAC2BD
(202,194,189)
#D7CFCD
(215,207,205)
#E4DCDD
(228,220,221)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F674D; }

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

This text font color is #6F674D.

Background Color

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

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

This div background color is #6F674D.

Border color

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

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

This div border color is #6F674D.

Opacity

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

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

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

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

This text has shadow with #6F674D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F674D.

Preview

Color preview on black background

This text has color #6F674D on black background.


Color preview on white background

This text has color #6F674D on white background.


Black color preview on #6F674D background

This text has black color on #6F674D background.


White color preview on #6F674D background

This text has white color on #6F674D background.


Related colors

Complementary color

Complementary color for #hex is #9098B2.


I love getcolorcode.com

Triadic colors

1 #4D6F67 and #674D6F with #6F674D are triadic colors.

2 #4D676F and #676F4D with #6F674D are triadic colors.