#967516

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

Shades of Hacienda #967516

Tints of Hacienda #967516

Color information

#967516 (or 0x967516) is unknown color: approx Hacienda. HEX triplet: 96, 75 and 16. RGB value is (150,117,22). Sum of RGB (Red+Green+Blue) = 150+117+22=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #967516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967516 is #698AE9. Grayscale: #747474. Windows color (decimal): -6916842 or 1471894. OLE color: 1471894.

HSL color Cylindrical-coordinate representation of color #967516: hue angle of 44.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #967516 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15011722-
CMYK00.220.850.41
HSL44.53º74.42%33.73%-
HSV(B)44.53º85.33%58.82%-
XYZ19.0819.263.47-
YUV116.0474.93152.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=51.90%
G=40.48%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501172200.220.850.4144.5374.4233.73
Hex96751601655292d4a22
Octal22616526026125515511242
Binary1001011011101011011001011010101011010011011011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967516; }

 p { color: rgb(150,117,22); }

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

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

 a { background-color: rgb(150,117,22); }

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

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

 span { border-color: rgb(150,117,22); }

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