COLOR #6F694C

HEX: #6F694C RGB: (111,105,76)

Color info

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

RGB color model

#6F694C color RGB value is (111,105,76).

RGB: (111,105,76) (44%, 41%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 105 of 255 = 41%
B 76 of 255 = 30%

111
105
76

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

Portions of RGB colors in percentages

R + G + B = 111 + 105 + 76 = 292 (100%)
R 111 of 292 ~ 38.01%
G 105 of 292 ~ 35.96%
B 76 of 292 ~ 26.03'%

%38.01
%35.96
%26.03

CMYK color model

#6F694C color CMYK value is (0,5,32,56).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 31.53%
  • key color value is 56.47%

CMYK: (0,5,32,56)
C0M5Y32K56 (0%, 5%, 32%, 56%)
(0.00 / 0.05 / 0.32 / 0.56)

CMYK percentages

%0
%5.41
%31.53
%56.47

Codes

Color #6F694C in popluar color models

6F 69 4C
RGB 111 105 76
HSL 50° 18.72% 36.67%
HSB/HSV 50° 31.53% 43.53%
CMYK 0.00% 5.41% 31.53%
56.47%

Color #6F694C in popluar number systems.

HEX 6F 69 4C
Decimal 111 105 76
Binary 1101111 1101001 1001100
Octal 157 151 114

Shades and tints

Shades of #6F694C

#6F694C
(111,105,76)
#656046
(101,96,70)
#5B5740
(91,87,64)
#514E3A
(81,78,58)
#474534
(71,69,52)
#3D3C2E
(61,60,46)
#333328
(51,51,40)
#292A22
(41,42,34)
#1F211C
(31,33,28)
#151816
(21,24,22)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #6F694C

#6F694C
(111,105,76)
#7C765C
(124,118,92)
#89836C
(137,131,108)
#96907C
(150,144,124)
#A39D8C
(163,157,140)
#B0AA9C
(176,170,156)
#BDB7AC
(189,183,172)
#CAC4BC
(202,196,188)
#D7D1CC
(215,209,204)
#E4DEDC
(228,222,220)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F694C; }

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

This text font color is #6F694C.

Background Color

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

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

This div background color is #6F694C.

Border color

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

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

This div border color is #6F694C.

Opacity

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

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

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

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

This text has shadow with #6F694C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F694C.

Preview

Color preview on black background

This text has color #6F694C on black background.


Color preview on white background

This text has color #6F694C on white background.


Black color preview on #6F694C background

This text has black color on #6F694C background.


White color preview on #6F694C background

This text has white color on #6F694C background.


Related colors

Complementary color

Complementary color for #hex is #9096B3.


I love getcolorcode.com

Triadic colors

1 #4C6F69 and #694C6F with #6F694C are triadic colors.

2 #4C696F and #696F4C with #6F694C are triadic colors.