#9F8510

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

Shades of Hacienda #9F8510

Tints of Hacienda #9F8510

Color information

#9F8510 (or 0x9F8510) is unknown color: approx Hacienda. HEX triplet: 9F, 85 and 10. RGB value is (159,133,16). Sum of RGB (Red+Green+Blue) = 159+133+16=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8510 is #607AEF. Grayscale: #7F7F7F. Windows color (decimal): -6322928 or 1082783. OLE color: 1082783.

HSL color Cylindrical-coordinate representation of color #9F8510: hue angle of 49.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F8510 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB15913316-
CMYK00.160.900.38
HSL49.09º81.71%34.31%-
HSV(B)49.09º89.94%62.35%-
XYZ22.7824.183.96-
YUV127.4465.11150.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 16 (6.64% from 255) = 5.19%
R=51.62%
G=43.18%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591331600.160.900.3849.0981.7134.31
Hex9F85100105A26315222
Octal23720520020132466112242
Binary10011111100001011000001000010110101001101100011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,133,16); }

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

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

 a { background-color: rgb(159,133,16); }

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

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

 span { border-color: rgb(159,133,16); }

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