COLOR #6B635C

HEX: #6B635C RGB: (107,99,92)

Color info

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

RGB color model

#6B635C color RGB value is (107,99,92).

RGB: (107,99,92) (42%, 39%, 36%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 92 of 255 = 36%

107
99
92

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

Portions of RGB colors in percentages

R + G + B = 107 + 99 + 92 = 298 (100%)
R 107 of 298 ~ 35.91%
G 99 of 298 ~ 33.22%
B 92 of 298 ~ 30.87'%

%35.91
%33.22
%30.87

CMYK color model

#6B635C color CMYK value is (0,7,14,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 14.02%
  • key color value is 58.04%

CMYK: (0,7,14,58)
C0M7Y14K58 (0%, 7%, 14%, 58%)
(0.00 / 0.07 / 0.14 / 0.58)

CMYK percentages

%0
%7.48
%14.02
%58.04

Codes

Color #6B635C in popluar color models

6B 63 5C
RGB 107 99 92
HSL 28° 7.54% 39.02%
HSB/HSV 28° 14.02% 41.96%
CMYK 0.00% 7.48% 14.02%
58.04%

Color #6B635C in popluar number systems.

HEX 6B 63 5C
Decimal 107 99 92
Binary 1101011 1100011 1011100
Octal 153 143 134

Shades and tints

Shades of #6B635C

#6B635C
(107,99,92)
#625A54
(98,90,84)
#59514C
(89,81,76)
#504844
(80,72,68)
#473F3C
(71,63,60)
#3E3634
(62,54,52)
#352D2C
(53,45,44)
#2C2424
(44,36,36)
#231B1C
(35,27,28)
#1A1214
(26,18,20)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #6B635C

#6B635C
(107,99,92)
#78716A
(120,113,106)
#857F78
(133,127,120)
#928D86
(146,141,134)
#9F9B94
(159,155,148)
#ACA9A2
(172,169,162)
#B9B7B0
(185,183,176)
#C6C5BE
(198,197,190)
#D3D3CC
(211,211,204)
#E0E1DA
(224,225,218)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B635C; }

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

This text font color is #6B635C.

Background Color

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

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

This div background color is #6B635C.

Border color

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

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

This div border color is #6B635C.

Opacity

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

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

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

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

This text has shadow with #6B635C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B635C.

Preview

Color preview on black background

This text has color #6B635C on black background.


Color preview on white background

This text has color #6B635C on white background.


Black color preview on #6B635C background

This text has black color on #6B635C background.


White color preview on #6B635C background

This text has white color on #6B635C background.


Related colors

Complementary color

Complementary color for #hex is #949CA3.


I love getcolorcode.com

Triadic colors

1 #5C6B63 and #635C6B with #6B635C are triadic colors.

2 #5C636B and #636B5C with #6B635C are triadic colors.