#967A18

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

Shades of Hacienda #967A18

Tints of Hacienda #967A18

Color information

#967A18 (or 0x967A18) is unknown color: approx Hacienda. HEX triplet: 96, 7A and 18. RGB value is (150,122,24). Sum of RGB (Red+Green+Blue) = 150+122+24=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #967A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A18 is #6985E7. Grayscale: #777777. Windows color (decimal): -6915560 or 1604246. OLE color: 1604246.

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

Color convert

RGB15012224-
CMYK00.190.840.41
HSL46.67º72.41%34.12%-
HSV(B)46.67º84%58.82%-
XYZ19.720.473.78-
YUV119.274.28149.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 24 (9.77% from 255) = 8.11%
R=50.68%
G=41.22%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501222400.190.840.4146.6772.4134.12
Hex967A1801354292f4822
Octal22617230023124515711042
Binary1001011011110101100001001110101001010011011111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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