COLOR #6F644D

HEX: #6F644D RGB: (111,100,77)

Color info

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

RGB color model

#6F644D color RGB value is (111,100,77).

RGB: (111,100,77) (44%, 39%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 77 of 255 = 30%

111
100
77

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

Portions of RGB colors in percentages

R + G + B = 111 + 100 + 77 = 288 (100%)
R 111 of 288 ~ 38.54%
G 100 of 288 ~ 34.72%
B 77 of 288 ~ 26.74'%

%38.54
%34.72
%26.74

CMYK color model

#6F644D color CMYK value is (0,10,31,56).

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

CMYK: (0,10,31,56)
C0M10Y31K56 (0%, 10%, 31%, 56%)
(0.00 / 0.10 / 0.31 / 0.56)

CMYK percentages

%0
%9.91
%30.63
%56.47

Codes

Color #6F644D in popluar color models

6F 64 4D
RGB 111 100 77
HSL 41° 18.09% 36.86%
HSB/HSV 41° 30.63% 43.53%
CMYK 0.00% 9.91% 30.63%
56.47%

Color #6F644D in popluar number systems.

HEX 6F 64 4D
Decimal 111 100 77
Binary 1101111 1100100 1001101
Octal 157 144 115

Shades and tints

Shades of #6F644D

#6F644D
(111,100,77)
#655B46
(101,91,70)
#5B523F
(91,82,63)
#514938
(81,73,56)
#474031
(71,64,49)
#3D372A
(61,55,42)
#332E23
(51,46,35)
#29251C
(41,37,28)
#1F1C15
(31,28,21)
#15130E
(21,19,14)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #6F644D

#6F644D
(111,100,77)
#7C725D
(124,114,93)
#89806D
(137,128,109)
#968E7D
(150,142,125)
#A39C8D
(163,156,141)
#B0AA9D
(176,170,157)
#BDB8AD
(189,184,173)
#CAC6BD
(202,198,189)
#D7D4CD
(215,212,205)
#E4E2DD
(228,226,221)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F644D; }

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

This text font color is #6F644D.

Background Color

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

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

This div background color is #6F644D.

Border color

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

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

This div border color is #6F644D.

Opacity

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

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

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

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

This text has shadow with #6F644D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F644D.

Preview

Color preview on black background

This text has color #6F644D on black background.


Color preview on white background

This text has color #6F644D on white background.


Black color preview on #6F644D background

This text has black color on #6F644D background.


White color preview on #6F644D background

This text has white color on #6F644D background.


Related colors

Complementary color

Complementary color for #hex is #909BB2.


I love getcolorcode.com

Triadic colors

1 #4D6F64 and #644D6F with #6F644D are triadic colors.

2 #4D646F and #646F4D with #6F644D are triadic colors.