COLOR #6A635D

HEX: #6A635D
RGB: (106,99,93)

Color info

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

RGB color model

#6A635D color RGB value is (106,99,93).

  • red value is 106;
  • green value is 99;
  • blue value is 93.
RGB:
(106,99,93)
(42%,39%,36%)

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 93 of 255 = 36%

106
99
93

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

Portions of RGB colors in percentages

R + G + B =
106 + 99 + 93 = 298 (100%)
R 106 of 298 ~ 35.57%
G 99 of 298 ~ 33.22%
B 93 of 298 ~ 31.21%

%35.57
%33.22
%31.21

CMYK color model

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

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

CMYK percentages

%0
%6.6
%12.26
%58.43

Codes

Color #6A635D in popluar color models

6A635D
RGB1069993
HSL28°6.53%39.02%
HSB/HSV28°12.26%41.57%
CMYK0.00%6.60%12.26%
58.43%

Color #6A635D in popluar number systems.

HEX6A635D
Decimal1069993
Binary110101011000111011101
Octal152143135

Shades and tints

Shades of #6A635D

#6A635D
(106,99,93)
#615A55
(97,90,85)
#58514D
(88,81,77)
#4F4845
(79,72,69)
#463F3D
(70,63,61)
#3D3635
(61,54,53)
#342D2D
(52,45,45)
#2B2425
(43,36,37)
#221B1D
(34,27,29)
#191215
(25,18,21)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #6A635D

#6A635D
(106,99,93)
#77716B
(119,113,107)
#847F79
(132,127,121)
#918D87
(145,141,135)
#9E9B95
(158,155,149)
#ABA9A3
(171,169,163)
#B8B7B1
(184,183,177)
#C5C5BF
(197,197,191)
#D2D3CD
(210,211,205)
#DFE1DB
(223,225,219)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A635D color. Also use rgb(106,99,93) instead hex code.

Text Font Color

.myTextColor { color: #6A635D; }

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

This text font color is #6A635D.


Background Color

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

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

This div background color is #6A635D.


Border color

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

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

This div border color is #6A635D.


Opacity

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

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

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

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

This text has shadow with #6A635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A635D on black background.


Color preview on white background

This text has color #6A635D on white background.



Black color preview on #6A635D background

This text has black color on #6A635D background.


White color preview on #6A635D background

This text has white color on #6A635D background.