#9F8814

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

Shades of Hacienda #9F8814

Tints of Hacienda #9F8814

Color information

#9F8814 (or 0x9F8814) is unknown color: approx Hacienda. HEX triplet: 9F, 88 and 14. RGB value is (159,136,20). Sum of RGB (Red+Green+Blue) = 159+136+20=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8814 is #6077EB. Grayscale: #828282. Windows color (decimal): -6322156 or 1345695. OLE color: 1345695.

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

Color convert

RGB15913620-
CMYK00.140.870.38
HSL50.07º77.65%35.1%-
HSV(B)50.07º87.42%62.35%-
XYZ23.2325.034.27-
YUV129.6566.12148.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.48%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=50.48%
G=43.17%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591362000.140.870.3850.0777.6535.1
Hex9F88140E5726324e23
Octal23721024016127466211643
Binary1001111110001000101000111010101111001101100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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