COLOR #6B635E

HEX: #6B635E
RGB: (107,99,94)

Color info

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

RGB color model

#6B635E color RGB value is (107,99,94).

  • red value is 107;
  • green value is 99;
  • blue value is 94.
RGB:
(107,99,94)
(42%,39%,37%)

RGB channels and saturation

R 107 of 255 = 42%
G 99 of 255 = 39%
B 94 of 255 = 37%

107
99
94

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

Portions of RGB colors in percentages

R + G + B =
107 + 99 + 94 = 300 (100%)
R 107 of 300 ~ 35.67%
G 99 of 300 ~ 33%
B 94 of 300 ~ 31.33%

%35.67
%33
%31.33

CMYK color model

#6B635E color CMYK value is (0,7,12,58).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 12.15%
  • key color value is 58.04%
CMYK:
(0,7,12,58)
C0M7Y12K58 
(0%,7%,12%,58%)
(0.00/0.07/0.12/0.58)	

CMYK percentages

%0
%7.48
%12.15
%58.04

Codes

Color #6B635E in popluar color models

6B635E
RGB1079994
HSL23°6.47%39.41%
HSB/HSV23°12.15%41.96%
CMYK0.00%7.48%12.15%
58.04%

Color #6B635E in popluar number systems.

HEX6B635E
Decimal1079994
Binary110101111000111011110
Octal153143136

Shades and tints

Shades of #6B635E

#6B635E
(107,99,94)
#625A56
(98,90,86)
#59514E
(89,81,78)
#504846
(80,72,70)
#473F3E
(71,63,62)
#3E3636
(62,54,54)
#352D2E
(53,45,46)
#2C2426
(44,36,38)
#231B1E
(35,27,30)
#1A1216
(26,18,22)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B635E

#6B635E
(107,99,94)
#78716C
(120,113,108)
#857F7A
(133,127,122)
#928D88
(146,141,136)
#9F9B96
(159,155,150)
#ACA9A4
(172,169,164)
#B9B7B2
(185,183,178)
#C6C5C0
(198,197,192)
#D3D3CE
(211,211,206)
#E0E1DC
(224,225,220)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B635E; }

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

This text font color is #6B635E.


Background Color

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

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

This div background color is #6B635E.


Border color

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

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

This div border color is #6B635E.


Opacity

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

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

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

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

This text has shadow with #6B635E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B635E on black background.


Color preview on white background

This text has color #6B635E on white background.



Black color preview on #6B635E background

This text has black color on #6B635E background.


White color preview on #6B635E background

This text has white color on #6B635E background.