#968310

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

Shades of Hacienda #968310

Tints of Hacienda #968310

Color information

#968310 (or 0x968310) is unknown color: approx Hacienda. HEX triplet: 96, 83 and 10. RGB value is (150,131,16). Sum of RGB (Red+Green+Blue) = 150+131+16=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #968310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968310 is #697CEF. Grayscale: #7C7C7C. Windows color (decimal): -6913264 or 1082262. OLE color: 1082262.

HSL color Cylindrical-coordinate representation of color #968310: hue angle of 51.49º degrees, saturation: 0.81, 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 #968310 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15013116-
CMYK00.130.890.41
HSL51.49º80.72%32.55%-
HSV(B)51.49º89.33%58.82%-
XYZ20.7922.753.79-
YUV123.5767.29146.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=50.51%
G=44.11%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501311600.130.890.4151.4980.7232.55
Hex9683100D5929335121
Octal22620320015131516312141
Binary1001011010000011100000110110110011010011100111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968310; }

 p { color: rgb(150,131,16); }

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

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

 a { background-color: rgb(150,131,16); }

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

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

 span { border-color: rgb(150,131,16); }

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