#967B24

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

Shades of Hacienda #967B24

Tints of Hacienda #967B24

Color information

#967B24 (or 0x967B24) is unknown color: approx Hacienda. HEX triplet: 96, 7B and 24. RGB value is (150,123,36). Sum of RGB (Red+Green+Blue) = 150+123+36=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #967B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B24 is #6984DB. Grayscale: #797979. Windows color (decimal): -6915292 or 2390934. OLE color: 2390934.

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

Color convert

RGB15012336-
CMYK00.180.760.41
HSL45.79º61.29%36.47%-
HSV(B)45.79º76%58.82%-
XYZ19.9820.784.63-
YUV121.1579.95148.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=48.54%
G=39.81%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501233600.180.760.4145.7961.2936.47
Hex967B240124C292e3d24
Octal2261734402211451567544
Binary1001011011110111001000100101001100101001101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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