#967A16

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

Shades of Hacienda #967A16

Tints of Hacienda #967A16

Color information

#967A16 (or 0x967A16) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 16. RGB value is (150,122,22). Sum of RGB (Red+Green+Blue) = 150+122+22=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #967A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A16 is #6985E9. Grayscale: #777777. Windows color (decimal): -6915562 or 1473174. OLE color: 1473174.

HSL color Cylindrical-coordinate representation of color #967A16: hue angle of 46.87º 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 #967A16 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15012222-
CMYK00.190.850.41
HSL46.87º74.42%33.73%-
HSV(B)46.87º85.33%58.82%-
XYZ19.6820.463.67-
YUV118.9773.28150.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=51.02%
G=41.50%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501222200.190.850.4146.8774.4233.73
Hex967A1601355292f4a22
Octal22617226023125515711242
Binary1001011011110101011001001110101011010011011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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