#968415

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

Shades of Hacienda #968415

Tints of Hacienda #968415

Color information

#968415 (or 0x968415) is unknown color: approx Hacienda. HEX triplet: 96, 84 and 15. RGB value is (150,132,21). Sum of RGB (Red+Green+Blue) = 150+132+21=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #968415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968415 is #697BEA. Grayscale: #7D7D7D. Windows color (decimal): -6913003 or 1410198. OLE color: 1410198.

HSL color Cylindrical-coordinate representation of color #968415: hue angle of 51.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #968415 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB15013221-
CMYK00.120.860.41
HSL51.63º75.44%33.53%-
HSV(B)51.63º86%58.82%-
XYZ20.9623.044.05-
YUV124.7369.46146.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=49.50%
G=43.56%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501322100.120.860.4151.6375.4433.53
Hex9684150C5629344b22
Octal22620425014126516411342
Binary1001011010000100101010110010101101010011101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968415; }

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

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

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

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

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

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

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

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