COLOR #6B5C5A

HEX: #6B5C5A RGB: (107,92,90)

Color info

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

RGB color model

#6B5C5A color RGB value is (107,92,90).

RGB: (107,92,90) (42%, 36%, 35%)

RGB channels and saturation

R 107 of 255 = 42%
G 92 of 255 = 36%
B 90 of 255 = 35%

107
92
90

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

Portions of RGB colors in percentages

R + G + B = 107 + 92 + 90 = 289 (100%)
R 107 of 289 ~ 37.02%
G 92 of 289 ~ 31.83%
B 90 of 289 ~ 31.14'%

%37.02
%31.83
%31.14

CMYK color model

#6B5C5A color CMYK value is (0,14,16,58).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 15.89%
  • key color value is 58.04%
CMYK: (0,14,16,58) C0M14Y16K58 (0%,14%,16%,58%) (0.00/0.14/0.16/0.58) 

CMYK percentages

%0
%14.02
%15.89
%58.04

Codes

Color #6B5C5A in popluar color models

6B 5C 5A
RGB 107 92 90
HSL 8.63% 38.63%
HSB/HSV 15.89% 41.96%
CMYK 0.00% 14.02% 15.89%
58.04%

Color #6B5C5A in popluar number systems.

HEX 6B 5C 5A
Decimal 107 92 90
Binary 1101011 1011100 1011010
Octal 153 134 132

Shades and tints

Shades of #6B5C5A

#6B5C5A
(107,92,90)
#625452
(98,84,82)
#594C4A
(89,76,74)
#504442
(80,68,66)
#473C3A
(71,60,58)
#3E3432
(62,52,50)
#352C2A
(53,44,42)
#2C2422
(44,36,34)
#231C1A
(35,28,26)
#1A1412
(26,20,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B5C5A

#6B5C5A
(107,92,90)
#786A69
(120,106,105)
#857878
(133,120,120)
#928687
(146,134,135)
#9F9496
(159,148,150)
#ACA2A5
(172,162,165)
#B9B0B4
(185,176,180)
#C6BEC3
(198,190,195)
#D3CCD2
(211,204,210)
#E0DAE1
(224,218,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5C5A color. Also use rgb(107,92,90) instead hex code.

Text Font Color

.myTextColor { color: #6B5C5A; }

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

This text font color is #6B5C5A.

Background Color

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

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

This div background color is #6B5C5A.

Border color

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

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

This div border color is #6B5C5A.

Opacity

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

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

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

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

This text has shadow with #6B5C5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5C5A.

Preview

Color preview on black background

This text has color #6B5C5A on black background.


Color preview on white background

This text has color #6B5C5A on white background.


Black color preview on #6B5C5A background

This text has black color on #6B5C5A background.


White color preview on #6B5C5A background

This text has white color on #6B5C5A background.


Related colors

Complementary color

Complementary color for #hex is #94A3A5.


I love getcolorcode.com

Triadic colors

1 #5A6B5C and #5C5A6B with #6B5C5A are triadic colors.

2 #5A5C6B and #5C6B5A with #6B5C5A are triadic colors.