COLOR #6B6550

HEX: #6B6550 RGB: (107,101,80)

Color info

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

RGB color model

#6B6550 color RGB value is (107,101,80).

RGB: (107,101,80) (42%, 40%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 80 of 255 = 31%

107
101
80

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 80 = 288 (100%)
R 107 of 288 ~ 37.15%
G 101 of 288 ~ 35.07%
B 80 of 288 ~ 27.78'%

%37.15
%35.07
%27.78

CMYK color model

#6B6550 color CMYK value is (0,6,25,58).

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

CMYK: (0,6,25,58)
C0M6Y25K58 (0%, 6%, 25%, 58%)
(0.00 / 0.06 / 0.25 / 0.58)

CMYK percentages

%0
%5.61
%25.23
%58.04

Codes

Color #6B6550 in popluar color models

6B 65 50
RGB 107 101 80
HSL 47° 14.44% 36.67%
HSB/HSV 47° 25.23% 41.96%
CMYK 0.00% 5.61% 25.23%
58.04%

Color #6B6550 in popluar number systems.

HEX 6B 65 50
Decimal 107 101 80
Binary 1101011 1100101 1010000
Octal 153 145 120

Shades and tints

Shades of #6B6550

#6B6550
(107,101,80)
#625C49
(98,92,73)
#595342
(89,83,66)
#504A3B
(80,74,59)
#474134
(71,65,52)
#3E382D
(62,56,45)
#352F26
(53,47,38)
#2C261F
(44,38,31)
#231D18
(35,29,24)
#1A1411
(26,20,17)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #6B6550

#6B6550
(107,101,80)
#78735F
(120,115,95)
#85816E
(133,129,110)
#928F7D
(146,143,125)
#9F9D8C
(159,157,140)
#ACAB9B
(172,171,155)
#B9B9AA
(185,185,170)
#C6C7B9
(198,199,185)
#D3D5C8
(211,213,200)
#E0E3D7
(224,227,215)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6550; }

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

This text font color is #6B6550.

Background Color

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

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

This div background color is #6B6550.

Border color

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

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

This div border color is #6B6550.

Opacity

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

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

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

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

This text has shadow with #6B6550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6550.

Preview

Color preview on black background

This text has color #6B6550 on black background.


Color preview on white background

This text has color #6B6550 on white background.


Black color preview on #6B6550 background

This text has black color on #6B6550 background.


White color preview on #6B6550 background

This text has white color on #6B6550 background.


Related colors

Complementary color

Complementary color for #hex is #949AAF.


I love getcolorcode.com

Triadic colors

1 #506B65 and #65506B with #6B6550 are triadic colors.

2 #50656B and #656B50 with #6B6550 are triadic colors.