#9E8614

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

Shades of Hacienda #9E8614

Tints of Hacienda #9E8614

Color information

#9E8614 (or 0x9E8614) is unknown color: approx Hacienda. HEX triplet: 9E, 86 and 14. RGB value is (158,134,20). Sum of RGB (Red+Green+Blue) = 158+134+20=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8614 is #6179EB. Grayscale: #808080. Windows color (decimal): -6388204 or 1345182. OLE color: 1345182.

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

Color convert

RGB15813420-
CMYK00.150.870.38
HSL49.57º77.53%34.9%-
HSV(B)49.57º87.34%61.96%-
XYZ22.7524.374.17-
YUV128.1866.95149.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.64%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 20 (8.20% from 255) = 6.41%
R=50.64%
G=42.95%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581342000.150.870.3849.5777.5334.9
Hex9E86140F5726324e23
Octal23620624017127466211643
Binary1001111010000110101000111110101111001101100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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