#9F8A15

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

Shades of Hacienda #9F8A15

Tints of Hacienda #9F8A15

Color information

#9F8A15 (or 0x9F8A15) is unknown color: approx Hacienda. HEX triplet: 9F, 8A and 15. RGB value is (159,138,21). Sum of RGB (Red+Green+Blue) = 159+138+21=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8A15 is #6075EA. Grayscale: #838383. Windows color (decimal): -6321643 or 1411743. OLE color: 1411743.

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

Color convert

RGB15913821-
CMYK00.130.870.38
HSL50.87º76.67%35.29%-
HSV(B)50.87º86.79%62.35%-
XYZ23.5225.64.41-
YUV130.9465.96148.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 21 (8.59% from 255) = 6.60%
R=50%
G=43.40%
B=6.60%

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
Decimal1591382100.130.870.3850.8776.6735.29
Hex9F8A150D5726334d23
Octal23721225015127466311543
Binary1001111110001010101010110110101111001101100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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