COLOR #9A633B

HEX: #9A633B RGB: (154,99,59)

Color info

#9A633B contains mainly red and green colors. Web safe color of #9A633B is #996633 (or #963).

RGB color model

#9A633B color RGB value is (154,99,59).

RGB: (154,99,59) (60%, 39%, 23%)

RGB channels and saturation

R 154 of 255 = 60%
G 99 of 255 = 39%
B 59 of 255 = 23%

154
99
59

R + G + B ~ 41%. #9A633B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 99 + 59 = 312 (100%)
R 154 of 312 ~ 49.36%
G 99 of 312 ~ 31.73%
B 59 of 312 ~ 18.91'%

%49.36
%31.73
%18.91

CMYK color model

#9A633B color CMYK value is (0,36,62,40).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 61.69%
  • key color value is 39.61%
CMYK: (0,36,62,40) C0M36Y62K40 (0%,36%,62%,40%) (0.00/0.36/0.62/0.40) 

CMYK percentages

%0
%35.71
%61.69
%39.61

Codes

Color #9A633B in popluar color models

9A 63 3B
RGB 154 99 59
HSL 25° 44.60% 41.76%
HSB/HSV 25° 61.69% 60.39%
CMYK 0.00% 35.71% 61.69%
39.61%

Color #9A633B in popluar number systems.

HEX 9A 63 3B
Decimal 154 99 59
Binary 10011010 1100011 111011
Octal 232 143 73

Shades and tints

Shades of #9A633B

#9A633B
(154,99,59)
#8C5A36
(140,90,54)
#7E5131
(126,81,49)
#70482C
(112,72,44)
#623F27
(98,63,39)
#543622
(84,54,34)
#462D1D
(70,45,29)
#382418
(56,36,24)
#2A1B13
(42,27,19)
#1C120E
(28,18,14)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #9A633B

#9A633B
(154,99,59)
#A3714C
(163,113,76)
#AC7F5D
(172,127,93)
#B58D6E
(181,141,110)
#BE9B7F
(190,155,127)
#C7A990
(199,169,144)
#D0B7A1
(208,183,161)
#D9C5B2
(217,197,178)
#E2D3C3
(226,211,195)
#EBE1D4
(235,225,212)
#F4EFE5
(244,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A633B color. Also use rgb(154,99,59) instead hex code.

Text Font Color

.myTextColor { color: #9A633B; }

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

This text font color is #9A633B.

Background Color

.myBgColor { background-color: #9A633B; }

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

This div background color is #9A633B.

Border color

.myBorderColor { border: 1px solid #9A633B; }

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

This div border color is #9A633B.

Opacity

.myOpacity80 { color: #9A633B; opacity: 0.8; }

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

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

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

This text has shadow with #9A633B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A633B.

Preview

Color preview on black background

This text has color #9A633B on black background.


Color preview on white background

This text has color #9A633B on white background.


Black color preview on #9A633B background

This text has black color on #9A633B background.


White color preview on #9A633B background

This text has white color on #9A633B background.


Related colors

Complementary color

Complementary color for #hex is #659CC4.


I love getcolorcode.com

Triadic colors

1 #3B9A63 and #633B9A with #9A633B are triadic colors.

2 #3B639A and #639A3B with #9A633B are triadic colors.