COLOR #6B655B

HEX: #6B655B RGB: (107,101,91)

Color info

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

RGB color model

#6B655B color RGB value is (107,101,91).

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

RGB channels and saturation

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

107
101
91

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 91 = 299 (100%)
R 107 of 299 ~ 35.79%
G 101 of 299 ~ 33.78%
B 91 of 299 ~ 30.43'%

%35.79
%33.78
%30.43

CMYK color model

#6B655B color CMYK value is (0,6,15,58).

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

CMYK: (0,6,15,58)
C0M6Y15K58 (0%, 6%, 15%, 58%)
(0.00 / 0.06 / 0.15 / 0.58)

CMYK percentages

%0
%5.61
%14.95
%58.04

Codes

Color #6B655B in popluar color models

6B 65 5B
RGB 107 101 91
HSL 38° 8.08% 38.82%
HSB/HSV 38° 14.95% 41.96%
CMYK 0.00% 5.61% 14.95%
58.04%

Color #6B655B in popluar number systems.

HEX 6B 65 5B
Decimal 107 101 91
Binary 1101011 1100101 1011011
Octal 153 145 133

Shades and tints

Shades of #6B655B

#6B655B
(107,101,91)
#625C53
(98,92,83)
#59534B
(89,83,75)
#504A43
(80,74,67)
#47413B
(71,65,59)
#3E3833
(62,56,51)
#352F2B
(53,47,43)
#2C2623
(44,38,35)
#231D1B
(35,29,27)
#1A1413
(26,20,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #6B655B

#6B655B
(107,101,91)
#787369
(120,115,105)
#858177
(133,129,119)
#928F85
(146,143,133)
#9F9D93
(159,157,147)
#ACABA1
(172,171,161)
#B9B9AF
(185,185,175)
#C6C7BD
(198,199,189)
#D3D5CB
(211,213,203)
#E0E3D9
(224,227,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B655B; }

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

This text font color is #6B655B.

Background Color

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

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

This div background color is #6B655B.

Border color

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

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

This div border color is #6B655B.

Opacity

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

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

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

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

This text has shadow with #6B655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B655B.

Preview

Color preview on black background

This text has color #6B655B on black background.


Color preview on white background

This text has color #6B655B on white background.


Black color preview on #6B655B background

This text has black color on #6B655B background.


White color preview on #6B655B background

This text has white color on #6B655B background.


Related colors

Complementary color

Complementary color for #hex is #949AA4.


I love getcolorcode.com

Triadic colors

1 #5B6B65 and #655B6B with #6B655B are triadic colors.

2 #5B656B and #656B5B with #6B655B are triadic colors.