COLOR #6B6655

HEX: #6B6655 RGB: (107,102,85)

Color info

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

RGB color model

#6B6655 color RGB value is (107,102,85).

RGB: (107,102,85) (42%, 40%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 102 of 255 = 40%
B 85 of 255 = 33%

107
102
85

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

Portions of RGB colors in percentages

R + G + B = 107 + 102 + 85 = 294 (100%)
R 107 of 294 ~ 36.39%
G 102 of 294 ~ 34.69%
B 85 of 294 ~ 28.91'%

%36.39
%34.69
%28.91

CMYK color model

#6B6655 color CMYK value is (0,5,21,58).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 20.56%
  • key color value is 58.04%

CMYK: (0,5,21,58)
C0M5Y21K58 (0%, 5%, 21%, 58%)
(0.00 / 0.05 / 0.21 / 0.58)

CMYK percentages

%0
%4.67
%20.56
%58.04

Codes

Color #6B6655 in popluar color models

6B 66 55
RGB 107 102 85
HSL 46° 11.46% 37.65%
HSB/HSV 46° 20.56% 41.96%
CMYK 0.00% 4.67% 20.56%
58.04%

Color #6B6655 in popluar number systems.

HEX 6B 66 55
Decimal 107 102 85
Binary 1101011 1100110 1010101
Octal 153 146 125

Shades and tints

Shades of #6B6655

#6B6655
(107,102,85)
#625D4E
(98,93,78)
#595447
(89,84,71)
#504B40
(80,75,64)
#474239
(71,66,57)
#3E3932
(62,57,50)
#35302B
(53,48,43)
#2C2724
(44,39,36)
#231E1D
(35,30,29)
#1A1516
(26,21,22)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #6B6655

#6B6655
(107,102,85)
#787364
(120,115,100)
#858073
(133,128,115)
#928D82
(146,141,130)
#9F9A91
(159,154,145)
#ACA7A0
(172,167,160)
#B9B4AF
(185,180,175)
#C6C1BE
(198,193,190)
#D3CECD
(211,206,205)
#E0DBDC
(224,219,220)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6655 color. Also use rgb(107,102,85) instead hex code.

Text Font Color

.myTextColor { color: #6B6655; }

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

This text font color is #6B6655.

Background Color

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

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

This div background color is #6B6655.

Border color

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

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

This div border color is #6B6655.

Opacity

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

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

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

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

This text has shadow with #6B6655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6655.

Preview

Color preview on black background

This text has color #6B6655 on black background.


Color preview on white background

This text has color #6B6655 on white background.


Black color preview on #6B6655 background

This text has black color on #6B6655 background.


White color preview on #6B6655 background

This text has white color on #6B6655 background.


Related colors

Complementary color

Complementary color for #hex is #9499AA.


I love getcolorcode.com

Triadic colors

1 #556B66 and #66556B with #6B6655 are triadic colors.

2 #55666B and #666B55 with #6B6655 are triadic colors.