#9F8B14

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

Shades of Hacienda #9F8B14

Tints of Hacienda #9F8B14

Color information

#9F8B14 (or 0x9F8B14) is unknown color: approx Hacienda. HEX triplet: 9F, 8B and 14. RGB value is (159,139,20). Sum of RGB (Red+Green+Blue) = 159+139+20=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8B14 is #6074EB. Grayscale: #838383. Windows color (decimal): -6321388 or 1346463. OLE color: 1346463.

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

Color convert

RGB15913920-
CMYK00.130.870.38
HSL51.37º77.65%35.1%-
HSV(B)51.37º87.42%62.35%-
XYZ23.6625.894.41-
YUV131.4165.13147.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50%
GREEN value IS 139 (54.69% from 255) = 43.71%
BLUE value IS 20 (8.20% from 255) = 6.29%
R=50%
G=43.71%
B=6.29%

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
Decimal1591392000.130.870.3851.3777.6535.1
Hex9F8B140D5726334e23
Octal23721324015127466311643
Binary1001111110001011101000110110101111001101100111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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