#967A20

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

Shades of Hacienda #967A20

Tints of Hacienda #967A20

Color information

#967A20 (or 0x967A20) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 20. RGB value is (150,122,32). Sum of RGB (Red+Green+Blue) = 150+122+32=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A20 is #6985DF. Grayscale: #787878. Windows color (decimal): -6915552 or 2128534. OLE color: 2128534.

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

Color convert

RGB15012232-
CMYK00.190.790.41
HSL45.76º64.84%35.69%-
HSV(B)45.76º78.67%58.82%-
XYZ19.820.514.28-
YUV120.1178.28149.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 32 (12.89% from 255) = 10.53%
R=49.34%
G=40.13%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501223200.190.790.4145.7664.8435.69
Hex967A200134F292e4124
Octal22617240023117515610144
Binary10010110111101010000001001110011111010011011101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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