#967F09

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

Shades of Hacienda #967F09

Tints of Hacienda #967F09

Color information

#967F09 (or 0x967F09) is unknown color: approx Hacienda. HEX triplet: 96, 7F and 09. RGB value is (150,127,9). Sum of RGB (Red+Green+Blue) = 150+127+9=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967F09 is #6980F6. Grayscale: #787878. Windows color (decimal): -6914295 or 622486. OLE color: 622486.

HSL color Cylindrical-coordinate representation of color #967F09: hue angle of 50.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #967F09 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB1501279-
CMYK00.150.940.41
HSL50.21º88.68%31.18%-
HSV(B)50.21º94%58.82%-
XYZ20.2221.683.38-
YUV120.4265.12149.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 9 (3.91% from 255) = 3.15%
R=52.45%
G=44.41%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150127900.150.940.4150.2188.6831.18
Hex967F90F5E2932591f
Octal22617711017136516213137
Binary1001011011111111001011111011110101001110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F09; }

 p { color: rgb(150,127,9); }

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

<style>
 a { background-color: #967F09; }

 a { background-color: rgb(150,127,9); }

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

<style>
 span { border-color: #967F09; }

 span { border-color: rgb(150,127,9); }

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