#9E7614

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

Shades of Hacienda #9E7614

Tints of Hacienda #9E7614

Color information

#9E7614 (or 0x9E7614) is unknown color: approx Hacienda. HEX triplet: 9E, 76 and 14. RGB value is (158,118,20). Sum of RGB (Red+Green+Blue) = 158+118+20=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7614 is #6189EB. Grayscale: #777777. Windows color (decimal): -6392300 or 1341086. OLE color: 1341086.

HSL color Cylindrical-coordinate representation of color #9E7614: hue angle of 42.61º 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 #9E7614 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB15811820-
CMYK00.250.870.38
HSL42.61º77.53%34.9%-
HSV(B)42.61º87.34%61.96%-
XYZ20.7120.283.48-
YUV118.7972.25155.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.38%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 20 (8.20% from 255) = 6.76%
R=53.38%
G=39.86%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581182000.250.870.3842.6177.5334.9
Hex9E761401957262b4e23
Octal23616624031127465311643
Binary1001111011101101010001100110101111001101010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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