#967C13

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

Shades of Hacienda #967C13

Tints of Hacienda #967C13

Color information

#967C13 (or 0x967C13) is unknown color: approx Hacienda. HEX triplet: 96, 7C and 13. RGB value is (150,124,19). Sum of RGB (Red+Green+Blue) = 150+124+19=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #967C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C13 is #6983EC. Grayscale: #787878. Windows color (decimal): -6915053 or 1277078. OLE color: 1277078.

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

Color convert

RGB15012419-
CMYK00.170.870.41
HSL48.09º77.51%33.14%-
HSV(B)48.09º87.33%58.82%-
XYZ19.920.953.61-
YUV119.871.11149.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 124 (48.83% from 255) = 42.32%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=51.19%
G=42.32%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501241900.170.870.4148.0977.5133.14
Hex967C130115729304e21
Octal22617423021127516011641
Binary1001011011111001001101000110101111010011100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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