COLOR #9E690A

HEX: #9E690A
RGB: (158,105,10)

Color info

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

RGB color model

#9E690A color RGB value is (158,105,10).

  • red value is 158;
  • green value is 105;
  • blue value is 10.
RGB:
(158,105,10)
(62%,41%,4%)

RGB channels and saturation

R 158 of 255 = 62%
G 105 of 255 = 41%
B 10 of 255 = 4%

158
105
10

R + G + B ~ 36%. #9E690A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
158 + 105 + 10 = 273 (100%)
R 158 of 273 ~ 57.88%
G 105 of 273 ~ 38.46%
B 10 of 273 ~ 3.66%

%57.88
%38.46

CMYK color model

#9E690A color CMYK value is (0,34,94,38).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 93.67%
  • key color value is 38.04%
CMYK:
(0,34,94,38)
C0M34Y94K38 
(0%,34%,94%,38%)
(0.00/0.34/0.94/0.38)	

CMYK percentages

%0
%33.54
%93.67
%38.04

Codes

Color #9E690A in popluar color models

9E690A
RGB15810510
HSL39°88.10%32.94%
HSB/HSV39°93.67%61.96%
CMYK0.00%33.54%93.67%
38.04%

Color #9E690A in popluar number systems.

HEX9E690A
Decimal15810510
Binary1001111011010011010
Octal23615112

Shades and tints

Shades of #9E690A

#9E690A
(158,105,10)
#90600A
(144,96,10)
#82570A
(130,87,10)
#744E0A
(116,78,10)
#66450A
(102,69,10)
#583C0A
(88,60,10)
#4A330A
(74,51,10)
#3C2A0A
(60,42,10)
#2E210A
(46,33,10)
#20180A
(32,24,10)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #9E690A

#9E690A
(158,105,10)
#A67620
(166,118,32)
#AE8336
(174,131,54)
#B6904C
(182,144,76)
#BE9D62
(190,157,98)
#C6AA78
(198,170,120)
#CEB78E
(206,183,142)
#D6C4A4
(214,196,164)
#DED1BA
(222,209,186)
#E6DED0
(230,222,208)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E690A color. Also use rgb(158,105,10) instead hex code.

Text Font Color

.myTextColor { color: #9E690A; }

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

This text font color is #9E690A.


Background Color

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

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

This div background color is #9E690A.


Border color

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

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

This div border color is #9E690A.


Opacity

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

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

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

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

This text has shadow with #9E690A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E690A on black background.


Color preview on white background

This text has color #9E690A on white background.



Black color preview on #9E690A background

This text has black color on #9E690A background.


White color preview on #9E690A background

This text has white color on #9E690A background.