#967A22

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

Shades of Hacienda #967A22

Tints of Hacienda #967A22

Color information

#967A22 (or 0x967A22) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 22. RGB value is (150,122,34). Sum of RGB (Red+Green+Blue) = 150+122+34=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #967A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A22 is #6985DD. Grayscale: #787878. Windows color (decimal): -6915550 or 2259606. OLE color: 2259606.

HSL color Cylindrical-coordinate representation of color #967A22: hue angle of 45.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #967A22 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB15012234-
CMYK00.190.770.41
HSL45.52º63.04%36.08%-
HSV(B)45.52º77.33%58.82%-
XYZ19.8320.524.43-
YUV120.3479.28149.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=49.02%
G=39.87%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501223400.190.770.4145.5263.0436.08
Hex967A220134D292e3f24
Octal2261724202311551567744
Binary1001011011110101000100100111001101101001101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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