#967C24

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

Shades of Hacienda #967C24

Tints of Hacienda #967C24

Color information

#967C24 (or 0x967C24) is unknown color: approx Hacienda. HEX triplet: 96, 7C and 24. RGB value is (150,124,36). Sum of RGB (Red+Green+Blue) = 150+124+36=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C24 is #6983DB. Grayscale: #7A7A7A. Windows color (decimal): -6915036 or 2391190. OLE color: 2391190.

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

Color convert

RGB15012436-
CMYK00.170.760.41
HSL46.32º61.29%36.47%-
HSV(B)46.32º76%58.82%-
XYZ20.121.034.67-
YUV121.7479.61148.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 36 (14.45% from 255) = 11.61%
R=48.39%
G=40%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501243600.170.760.4146.3261.2936.47
Hex967C240114C292e3d24
Octal2261744402111451567544
Binary1001011011111001001000100011001100101001101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,36); }

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

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

 a { background-color: rgb(150,124,36); }

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

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

 span { border-color: rgb(150,124,36); }

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