#9F8809

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

Shades of Hacienda #9F8809

Tints of Hacienda #9F8809

Color information

#9F8809 (or 0x9F8809) is unknown color: approx Hacienda. HEX triplet: 9F, 88 and 09. RGB value is (159,136,9). Sum of RGB (Red+Green+Blue) = 159+136+9=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8809 is #6077F6. Grayscale: #808080. Windows color (decimal): -6322167 or 624799. OLE color: 624799.

HSL color Cylindrical-coordinate representation of color #9F8809: hue angle of 50.8º degrees, saturation: 0.89, 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 #9F8809 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1591369-
CMYK00.140.940.38
HSL50.8º89.29%32.94%-
HSV(B)50.8º94.34%62.35%-
XYZ23.15253.86-
YUV128.460.62149.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.30%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 9 (3.91% from 255) = 2.96%
R=52.30%
G=44.74%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159136900.140.940.3850.889.2932.94
Hex9F8890E5E26335921
Octal23721011016136466313141
Binary100111111000100010010111010111101001101100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,9); }

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

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

 a { background-color: rgb(159,136,9); }

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

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

 span { border-color: rgb(159,136,9); }

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