#9E860A

Color #9E860A Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #9E860A

Tints of Hacienda #9E860A

Color information

#9E860A (or 0x9E860A) is unknown color: approx Hacienda. HEX triplet: 9E, 86 and 0A. RGB value is (158,134,10). Sum of RGB (Red+Green+Blue) = 158+134+10=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E860A is #6179F5. Grayscale: #7F7F7F. Windows color (decimal): -6388214 or 689822. OLE color: 689822.

HSL color Cylindrical-coordinate representation of color #9E860A: hue angle of 50.27º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E860A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB15813410-
CMYK00.150.940.38
HSL50.27º88.1%32.94%-
HSV(B)50.27º93.67%61.96%-
XYZ22.6824.343.79-
YUV127.0461.95150.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 52.32%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 10 (4.30% from 255) = 3.31%
R=52.32%
G=44.37%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581341000.150.940.3850.2788.132.94
Hex9E86A0F5E26325821
Octal23620612017136466213041
Binary100111101000011010100111110111101001101100101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E860A; }

 p { color: rgb(158,134,10); }

 H1.HeaderClassName
 {
   color: #9E860A;
 }
 .AnyTagClassName
 {
   color: #9E860A;
 }
</style>
background-color css

<style>
 a { background-color: #9E860A; }

 a { background-color: rgb(158,134,10); }

 div.DivClassName
 {
   background-color: #9E860A;
 }
 .BgClassName
 {
   background-color: #9E860A;
 }
</style>
border-color css

<style>
 span { border-color: #9E860A; }

 span { border-color: rgb(158,134,10); }

 td.TdClassName
 {
   border-color: #9E860A;
 }
 .TagClassName
 {
   border-color: #9E860A;
 }
</style>