#9E7612

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

Shades of Hacienda #9E7612

Tints of Hacienda #9E7612

Color information

#9E7612 (or 0x9E7612) is unknown color: approx Hacienda. HEX triplet: 9E, 76 and 12. RGB value is (158,118,18). Sum of RGB (Red+Green+Blue) = 158+118+18=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7612 is #6189ED. Grayscale: #767676. Windows color (decimal): -6392302 or 1210014. OLE color: 1210014.

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

Color convert

RGB15811818-
CMYK00.250.890.38
HSL42.86º79.55%34.51%-
HSV(B)42.86º88.61%61.96%-
XYZ20.6920.273.39-
YUV118.5671.25156.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=53.74%
G=40.14%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581181800.250.890.3842.8679.5534.51
Hex9E761201959262b5023
Octal23616622031131465312043
Binary1001111011101101001001100110110011001101010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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