COLOR #6B6559

HEX: #6B6559 RGB: (107,101,89)

Color info

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

RGB color model

#6B6559 color RGB value is (107,101,89).

RGB: (107,101,89) (42%, 40%, 35%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 89 of 255 = 35%

107
101
89

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 89 = 297 (100%)
R 107 of 297 ~ 36.03%
G 101 of 297 ~ 34.01%
B 89 of 297 ~ 29.97'%

%36.03
%34.01
%29.97

CMYK color model

#6B6559 color CMYK value is (0,6,17,58).

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

CMYK: (0,6,17,58)
C0M6Y17K58 (0%, 6%, 17%, 58%)
(0.00 / 0.06 / 0.17 / 0.58)

CMYK percentages

%0
%5.61
%16.82
%58.04

Codes

Color #6B6559 in popluar color models

6B 65 59
RGB 107 101 89
HSL 40° 9.18% 38.43%
HSB/HSV 40° 16.82% 41.96%
CMYK 0.00% 5.61% 16.82%
58.04%

Color #6B6559 in popluar number systems.

HEX 6B 65 59
Decimal 107 101 89
Binary 1101011 1100101 1011001
Octal 153 145 131

Shades and tints

Shades of #6B6559

#6B6559
(107,101,89)
#625C51
(98,92,81)
#595349
(89,83,73)
#504A41
(80,74,65)
#474139
(71,65,57)
#3E3831
(62,56,49)
#352F29
(53,47,41)
#2C2621
(44,38,33)
#231D19
(35,29,25)
#1A1411
(26,20,17)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B6559

#6B6559
(107,101,89)
#787368
(120,115,104)
#858177
(133,129,119)
#928F86
(146,143,134)
#9F9D95
(159,157,149)
#ACABA4
(172,171,164)
#B9B9B3
(185,185,179)
#C6C7C2
(198,199,194)
#D3D5D1
(211,213,209)
#E0E3E0
(224,227,224)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6559; }

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

This text font color is #6B6559.

Background Color

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

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

This div background color is #6B6559.

Border color

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

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

This div border color is #6B6559.

Opacity

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

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

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

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

This text has shadow with #6B6559 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6559.

Preview

Color preview on black background

This text has color #6B6559 on black background.


Color preview on white background

This text has color #6B6559 on white background.


Black color preview on #6B6559 background

This text has black color on #6B6559 background.


White color preview on #6B6559 background

This text has white color on #6B6559 background.


Related colors

Complementary color

Complementary color for #hex is #949AA6.


I love getcolorcode.com

Triadic colors

1 #596B65 and #65596B with #6B6559 are triadic colors.

2 #59656B and #656B59 with #6B6559 are triadic colors.