COLOR #6D6658

HEX: #6D6658
RGB: (109,102,88)

Color info

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

RGB color model

#6D6658 color RGB value is (109,102,88).

  • red value is 109;
  • green value is 102;
  • blue value is 88.
RGB:
(109,102,88)
(43%,40%,35%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 88 of 255 = 35%

109
102
88

R + G + B ~ 39%. #6D6658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 88 = 299 (100%)
R 109 of 299 ~ 36.45%
G 102 of 299 ~ 34.11%
B 88 of 299 ~ 29.43%

%36.45
%34.11
%29.43

CMYK color model

#6D6658 color CMYK value is (0,6,19,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 19.27%
  • key color value is 57.25%
CMYK:
(0,6,19,57)
C0M6Y19K57 
(0%,6%,19%,57%)
(0.00/0.06/0.19/0.57)	

CMYK percentages

%0
%6.42
%19.27
%57.25

Codes

Color #6D6658 in popluar color models

6D6658
RGB10910288
HSL40°10.66%38.63%
HSB/HSV40°19.27%42.75%
CMYK0.00%6.42%19.27%
57.25%

Color #6D6658 in popluar number systems.

HEX6D6658
Decimal10910288
Binary110110111001101011000
Octal155146130

Shades and tints

Shades of #6D6658

#6D6658
(109,102,88)
#645D50
(100,93,80)
#5B5448
(91,84,72)
#524B40
(82,75,64)
#494238
(73,66,56)
#403930
(64,57,48)
#373028
(55,48,40)
#2E2720
(46,39,32)
#251E18
(37,30,24)
#1C1510
(28,21,16)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #6D6658

#6D6658
(109,102,88)
#7A7367
(122,115,103)
#878076
(135,128,118)
#948D85
(148,141,133)
#A19A94
(161,154,148)
#AEA7A3
(174,167,163)
#BBB4B2
(187,180,178)
#C8C1C1
(200,193,193)
#D5CED0
(213,206,208)
#E2DBDF
(226,219,223)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6658 color. Also use rgb(109,102,88) instead hex code.

Text Font Color

.myTextColor { color: #6D6658; }

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

This text font color is #6D6658.


Background Color

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

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

This div background color is #6D6658.


Border color

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

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

This div border color is #6D6658.


Opacity

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

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

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

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

This text has shadow with #6D6658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6658 on black background.


Color preview on white background

This text has color #6D6658 on white background.



Black color preview on #6D6658 background

This text has black color on #6D6658 background.


White color preview on #6D6658 background

This text has white color on #6D6658 background.