COLOR #635401

HEX: #635401 RGB: (99,84,1)

Color info

#635401 contains mainly red and green colors. Web safe color of #635401 is #666600 (or #660).

RGB color model

#635401 color RGB value is (99,84,1).

RGB: (99,84,1) (39%, 33%, 0%)

RGB channels and saturation

R 99 of 255 = 39%
G 84 of 255 = 33%
B 1 of 255 = 0%

99
84
1

R + G + B ~ 24%. #635401 is dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 84 + 1 = 184 (100%)
R 99 of 184 ~ 53.8%
G 84 of 184 ~ 45.65%
B 1 of 184 ~ 0.54'%

%53.8
%45.65

CMYK color model

#635401 color CMYK value is (0,15,99,61).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 98.99%
  • key color value is 61.18%

CMYK: (0,15,99,61)
C0M15Y99K61 (0%, 15%, 99%, 61%)
(0.00 / 0.15 / 0.99 / 0.61)

CMYK percentages

%0
%15.15
%98.99
%61.18

Codes

Color #635401 in popluar color models

63 54 01
RGB 99 84 1
HSL 51° 98.00% 19.61%
HSB/HSV 51° 98.99% 38.82%
CMYK 0.00% 15.15% 98.99%
61.18%

Color #635401 in popluar number systems.

HEX 63 54 01
Decimal 99 84 1
Binary 1100011 1010100 1
Octal 143 124 1

Shades and tints

Shades of #635401

#635401
(99,84,1)
#5A4D01
(90,77,1)
#514601
(81,70,1)
#483F01
(72,63,1)
#3F3801
(63,56,1)
#363101
(54,49,1)
#2D2A01
(45,42,1)
#242301
(36,35,1)
#1B1C01
(27,28,1)
#121501
(18,21,1)
#090E01
(9,14,1)
#000000
(0,0,0)

Tints of #635401

#635401
(99,84,1)
#716318
(113,99,24)
#7F722F
(127,114,47)
#8D8146
(141,129,70)
#9B905D
(155,144,93)
#A99F74
(169,159,116)
#B7AE8B
(183,174,139)
#C5BDA2
(197,189,162)
#D3CCB9
(211,204,185)
#E1DBD0
(225,219,208)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635401 color. Also use rgb(99,84,1) instead hex code.

Text Font Color

.myTextColor { color: #635401; }

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

This text font color is #635401.

Background Color

.myBgColor { background-color: #635401; }

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

This div background color is #635401.

Border color

.myBorderColor { border: 1px solid #635401; }

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

This div border color is #635401.

Opacity

.myOpacity80 { color: #635401; opacity: 0.8; }

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

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

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

This text has shadow with #635401 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #635401.

Preview

Color preview on black background

This text has color #635401 on black background.


Color preview on white background

This text has color #635401 on white background.


Black color preview on #635401 background

This text has black color on #635401 background.


White color preview on #635401 background

This text has white color on #635401 background.


Related colors

Complementary color

Complementary color for #hex is #9CABFE.


I love getcolorcode.com

Triadic colors

1 #016354 and #540163 with #635401 are triadic colors.

2 #015463 and #546301 with #635401 are triadic colors.