#967C11

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

Shades of Hacienda #967C11

Tints of Hacienda #967C11

Color information

#967C11 (or 0x967C11) is unknown color: approx Hacienda. HEX triplet: 96, 7C and 11. RGB value is (150,124,17). Sum of RGB (Red+Green+Blue) = 150+124+17=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #967C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C11 is #6983EE. Grayscale: #787878. Windows color (decimal): -6915055 or 1146006. OLE color: 1146006.

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

Color convert

RGB15012417-
CMYK00.170.890.41
HSL48.27º79.64%32.75%-
HSV(B)48.27º88.67%58.82%-
XYZ19.8920.943.52-
YUV119.5870.11149.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=51.55%
G=42.61%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501241700.170.890.4148.2779.6432.75
Hex967C110115929305021
Octal22617421021131516012041
Binary1001011011111001000101000110110011010011100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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