#968410

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

Shades of Hacienda #968410

Tints of Hacienda #968410

Color information

#968410 (or 0x968410) is unknown color: approx Hacienda. HEX triplet: 96, 84 and 10. RGB value is (150,132,16). Sum of RGB (Red+Green+Blue) = 150+132+16=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968410 is #697BEF. Grayscale: #7C7C7C. Windows color (decimal): -6913008 or 1082518. OLE color: 1082518.

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

Color convert

RGB15013216-
CMYK00.120.890.41
HSL51.94º80.72%32.55%-
HSV(B)51.94º89.33%58.82%-
XYZ20.9223.023.83-
YUV124.1666.96146.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 16 (6.64% from 255) = 5.37%
R=50.34%
G=44.30%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501321600.120.890.4151.9480.7232.55
Hex9684100C5929345121
Octal22620420014131516412141
Binary1001011010000100100000110010110011010011101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968410; }

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

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

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

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

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

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

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

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