COLOR #6B595B

HEX: #6B595B RGB: (107,89,91)

Color info

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

RGB color model

#6B595B color RGB value is (107,89,91).

RGB: (107,89,91) (42%, 35%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 91 of 255 = 36%

107
89
91

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

Portions of RGB colors in percentages

R + G + B = 107 + 89 + 91 = 287 (100%)
R 107 of 287 ~ 37.28%
G 89 of 287 ~ 31.01%
B 91 of 287 ~ 31.71'%

%37.28
%31.01
%31.71

CMYK color model

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

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

CMYK: (0,17,15,58)
C0M17Y15K58 (0%, 17%, 15%, 58%)
(0.00 / 0.17 / 0.15 / 0.58)

CMYK percentages

%0
%16.82
%14.95
%58.04

Codes

Color #6B595B in popluar color models

6B 59 5B
RGB 107 89 91
HSL 353° 9.18% 38.43%
HSB/HSV 353° 16.82% 41.96%
CMYK 0.00% 16.82% 14.95%
58.04%

Color #6B595B in popluar number systems.

HEX 6B 59 5B
Decimal 107 89 91
Binary 1101011 1011001 1011011
Octal 153 131 133

Shades and tints

Shades of #6B595B

#6B595B
(107,89,91)
#625153
(98,81,83)
#59494B
(89,73,75)
#504143
(80,65,67)
#47393B
(71,57,59)
#3E3133
(62,49,51)
#35292B
(53,41,43)
#2C2123
(44,33,35)
#23191B
(35,25,27)
#1A1113
(26,17,19)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #6B595B

#6B595B
(107,89,91)
#786869
(120,104,105)
#857777
(133,119,119)
#928685
(146,134,133)
#9F9593
(159,149,147)
#ACA4A1
(172,164,161)
#B9B3AF
(185,179,175)
#C6C2BD
(198,194,189)
#D3D1CB
(211,209,203)
#E0E0D9
(224,224,217)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B595B; }

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

This text font color is #6B595B.

Background Color

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

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

This div background color is #6B595B.

Border color

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

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

This div border color is #6B595B.

Opacity

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

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

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

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

This text has shadow with #6B595B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B595B.

Preview

Color preview on black background

This text has color #6B595B on black background.


Color preview on white background

This text has color #6B595B on white background.


Black color preview on #6B595B background

This text has black color on #6B595B background.


White color preview on #6B595B background

This text has white color on #6B595B background.


Related colors

Complementary color

Complementary color for #hex is #94A6A4.


I love getcolorcode.com

Triadic colors

1 #5B6B59 and #595B6B with #6B595B are triadic colors.

2 #5B596B and #596B5B with #6B595B are triadic colors.