#967724

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

Shades of Hacienda #967724

Tints of Hacienda #967724

Color information

#967724 (or 0x967724) is unknown color: approx Hacienda. HEX triplet: 96, 77 and 24. RGB value is (150,119,36). Sum of RGB (Red+Green+Blue) = 150+119+36=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #967724 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967724 is #6988DB. Grayscale: #777777. Windows color (decimal): -6916316 or 2389910. OLE color: 2389910.

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

Color convert

RGB15011936-
CMYK00.210.760.41
HSL43.68º61.29%36.47%-
HSV(B)43.68º76%58.82%-
XYZ19.4919.814.46-
YUV118.8181.27150.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 36 (14.45% from 255) = 11.80%
R=49.18%
G=39.02%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501193600.210.760.4143.6861.2936.47
Hex9677240154C292c3d24
Octal2261674402511451547544
Binary1001011011101111001000101011001100101001101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967724; }

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

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

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

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

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

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

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

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