COLOR #99631A

HEX: #99631A
RGB: (153,99,26)

Color info

#99631A contains mainly red and green colors. Web safe color of #99631A is #996600 (or #960).

RGB color model

#99631A color RGB value is (153,99,26).

  • red value is 153;
  • green value is 99;
  • blue value is 26.
RGB:
(153,99,26)
(60%,39%,10%)

RGB channels and saturation

R 153 of 255 = 60%
G 99 of 255 = 39%
B 26 of 255 = 10%

153
99
26

R + G + B ~ 36%. #99631A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 99 + 26 = 278 (100%)
R 153 of 278 ~ 55.04%
G 99 of 278 ~ 35.61%
B 26 of 278 ~ 9.35%

%55.04
%35.61

CMYK color model

#99631A color CMYK value is (0,35,83,40).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 83.01%
  • key color value is 40.00%
CMYK:
(0,35,83,40)
C0M35Y83K40 
(0%,35%,83%,40%)
(0.00/0.35/0.83/0.40)	

CMYK percentages

%0
%35.29
%83.01
%40

Codes

Color #99631A in popluar color models

99631A
RGB1539926
HSL34°70.95%35.10%
HSB/HSV34°83.01%60.00%
CMYK0.00%35.29%83.01%
40.00%

Color #99631A in popluar number systems.

HEX99631A
Decimal1539926
Binary10011001110001111010
Octal23114332

Shades and tints

Shades of #99631A

#99631A
(153,99,26)
#8C5A18
(140,90,24)
#7F5116
(127,81,22)
#724814
(114,72,20)
#653F12
(101,63,18)
#583610
(88,54,16)
#4B2D0E
(75,45,14)
#3E240C
(62,36,12)
#311B0A
(49,27,10)
#241208
(36,18,8)
#170906
(23,9,6)
#000000
(0,0,0)

Tints of #99631A

#99631A
(153,99,26)
#A2712E
(162,113,46)
#AB7F42
(171,127,66)
#B48D56
(180,141,86)
#BD9B6A
(189,155,106)
#C6A97E
(198,169,126)
#CFB792
(207,183,146)
#D8C5A6
(216,197,166)
#E1D3BA
(225,211,186)
#EAE1CE
(234,225,206)
#F3EFE2
(243,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99631A color. Also use rgb(153,99,26) instead hex code.

Text Font Color

.myTextColor { color: #99631A; }

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

This text font color is #99631A.


Background Color

.myBgColor { background-color: #99631A; }

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

This div background color is #99631A.


Border color

.myBorderColor { border: 1px solid #99631A; }

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

This div border color is #99631A.


Opacity

.myOpacity80 { color: #99631A; opacity: 0.8; }

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

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

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

This text has shadow with #99631A color.

.textShadow {text-shadow: 3px 3px 1px #99631A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99631A on black background.


Color preview on white background

This text has color #99631A on white background.



Black color preview on #99631A background

This text has black color on #99631A background.


White color preview on #99631A background

This text has white color on #99631A background.