COLOR #635A16

HEX: #635A16
RGB: (99,90,22)

Color info

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

RGB color model

#635A16 color RGB value is (99,90,22).

  • red value is 99;
  • green value is 90;
  • blue value is 22.
RGB:
(99,90,22)
(39%,35%,9%)

RGB channels and saturation

R 99 of 255 = 39%
G 90 of 255 = 35%
B 22 of 255 = 9%

99
90
22

R + G + B ~ 28%. #635A16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 90 + 22 = 211 (100%)
R 99 of 211 ~ 46.92%
G 90 of 211 ~ 42.65%
B 22 of 211 ~ 10.43%

%46.92
%42.65
%10.43

CMYK color model

#635A16 color CMYK value is (0,9,78,61).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(0,9,78,61)
C0M9Y78K61 
(0%,9%,78%,61%)
(0.00/0.09/0.78/0.61)	

CMYK percentages

%0
%9.09
%77.78
%61.18

Codes

Color #635A16 in popluar color models

635A16
RGB999022
HSL53°63.64%23.73%
HSB/HSV53°77.78%38.82%
CMYK0.00%9.09%77.78%
61.18%

Color #635A16 in popluar number systems.

HEX635A16
Decimal999022
Binary1100011101101010110
Octal14313226

Shades and tints

Shades of #635A16

#635A16
(99,90,22)
#5A5214
(90,82,20)
#514A12
(81,74,18)
#484210
(72,66,16)
#3F3A0E
(63,58,14)
#36320C
(54,50,12)
#2D2A0A
(45,42,10)
#242208
(36,34,8)
#1B1A06
(27,26,6)
#121204
(18,18,4)
#090A02
(9,10,2)
#000000
(0,0,0)

Tints of #635A16

#635A16
(99,90,22)
#71692B
(113,105,43)
#7F7840
(127,120,64)
#8D8755
(141,135,85)
#9B966A
(155,150,106)
#A9A57F
(169,165,127)
#B7B494
(183,180,148)
#C5C3A9
(197,195,169)
#D3D2BE
(211,210,190)
#E1E1D3
(225,225,211)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635A16 color. Also use rgb(99,90,22) instead hex code.

Text Font Color

.myTextColor { color: #635A16; }

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

This text font color is #635A16.


Background Color

.myBgColor { background-color: #635A16; }

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

This div background color is #635A16.


Border color

.myBorderColor { border: 1px solid #635A16; }

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

This div border color is #635A16.


Opacity

.myOpacity80 { color: #635A16; opacity: 0.8; }

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

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

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

This text has shadow with #635A16 color.

.textShadow {text-shadow: 3px 3px 1px #635A16, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635A16 on black background.


Color preview on white background

This text has color #635A16 on white background.



Black color preview on #635A16 background

This text has black color on #635A16 background.


White color preview on #635A16 background

This text has white color on #635A16 background.