#9F8116

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

Shades of Hacienda #9F8116

Tints of Hacienda #9F8116

Color information

#9F8116 (or 0x9F8116) is unknown color: approx Hacienda. HEX triplet: 9F, 81 and 16. RGB value is (159,129,22). Sum of RGB (Red+Green+Blue) = 159+129+22=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8116 is #607EE9. Grayscale: #7E7E7E. Windows color (decimal): -6323946 or 1474975. OLE color: 1474975.

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

Color convert

RGB15912922-
CMYK00.190.860.38
HSL46.86º75.69%35.49%-
HSV(B)46.86º86.16%62.35%-
XYZ22.2923.134.05-
YUV125.7769.44151.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.29%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 22 (8.98% from 255) = 7.10%
R=51.29%
G=41.61%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591292200.190.860.3846.8675.6935.49
Hex9F811601356262f4c23
Octal23720126023126465711443
Binary10011111100000011011001001110101101001101011111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,129,22); }

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

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

 a { background-color: rgb(159,129,22); }

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

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

 span { border-color: rgb(159,129,22); }

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