COLOR #6B655C

HEX: #6B655C RGB: (107,101,92)

Color info

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

RGB color model

#6B655C color RGB value is (107,101,92).

RGB: (107,101,92) (42%, 40%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 92 of 255 = 36%

107
101
92

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 92 = 300 (100%)
R 107 of 300 ~ 35.67%
G 101 of 300 ~ 33.67%
B 92 of 300 ~ 30.67'%

%35.67
%33.67
%30.67

CMYK color model

#6B655C color CMYK value is (0,6,14,58).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 14.02%
  • key color value is 58.04%

CMYK: (0,6,14,58)
C0M6Y14K58 (0%, 6%, 14%, 58%)
(0.00 / 0.06 / 0.14 / 0.58)

CMYK percentages

%0
%5.61
%14.02
%58.04

Codes

Color #6B655C in popluar color models

6B 65 5C
RGB 107 101 92
HSL 36° 7.54% 39.02%
HSB/HSV 36° 14.02% 41.96%
CMYK 0.00% 5.61% 14.02%
58.04%

Color #6B655C in popluar number systems.

HEX 6B 65 5C
Decimal 107 101 92
Binary 1101011 1100101 1011100
Octal 153 145 134

Shades and tints

Shades of #6B655C

#6B655C
(107,101,92)
#625C54
(98,92,84)
#59534C
(89,83,76)
#504A44
(80,74,68)
#47413C
(71,65,60)
#3E3834
(62,56,52)
#352F2C
(53,47,44)
#2C2624
(44,38,36)
#231D1C
(35,29,28)
#1A1414
(26,20,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #6B655C

#6B655C
(107,101,92)
#78736A
(120,115,106)
#858178
(133,129,120)
#928F86
(146,143,134)
#9F9D94
(159,157,148)
#ACABA2
(172,171,162)
#B9B9B0
(185,185,176)
#C6C7BE
(198,199,190)
#D3D5CC
(211,213,204)
#E0E3DA
(224,227,218)
#EDF1E8
(237,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B655C color. Also use rgb(107,101,92) instead hex code.

Text Font Color

.myTextColor { color: #6B655C; }

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

This text font color is #6B655C.

Background Color

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

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

This div background color is #6B655C.

Border color

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

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

This div border color is #6B655C.

Opacity

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

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

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

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

This text has shadow with #6B655C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B655C.

Preview

Color preview on black background

This text has color #6B655C on black background.


Color preview on white background

This text has color #6B655C on white background.


Black color preview on #6B655C background

This text has black color on #6B655C background.


White color preview on #6B655C background

This text has white color on #6B655C background.


Related colors

Complementary color

Complementary color for #hex is #949AA3.


I love getcolorcode.com

Triadic colors

1 #5C6B65 and #655C6B with #6B655C are triadic colors.

2 #5C656B and #656B5C with #6B655C are triadic colors.