#9F8B15

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

Shades of Hacienda #9F8B15

Tints of Hacienda #9F8B15

Color information

#9F8B15 (or 0x9F8B15) is unknown color: approx Hacienda. HEX triplet: 9F, 8B and 15. RGB value is (159,139,21). Sum of RGB (Red+Green+Blue) = 159+139+21=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8B15 is #6074EA. Grayscale: #848484. Windows color (decimal): -6321387 or 1411999. OLE color: 1411999.

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

Color convert

RGB15913921-
CMYK00.130.870.38
HSL51.3º76.67%35.29%-
HSV(B)51.3º86.79%62.35%-
XYZ23.6725.894.46-
YUV131.5365.63147.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 21 (8.59% from 255) = 6.58%
R=49.84%
G=43.57%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591392100.130.870.3851.376.6735.29
Hex9F8B150D5726334d23
Octal23721325015127466311543
Binary1001111110001011101010110110101111001101100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,139,21); }

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

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

 a { background-color: rgb(159,139,21); }

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

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

 span { border-color: rgb(159,139,21); }

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