#967514

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

Shades of Hacienda #967514

Tints of Hacienda #967514

Color information

#967514 (or 0x967514) is unknown color: approx Hacienda. HEX triplet: 96, 75 and 14. RGB value is (150,117,20). Sum of RGB (Red+Green+Blue) = 150+117+20=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967514 is #698AEB. Grayscale: #747474. Windows color (decimal): -6916844 or 1340822. OLE color: 1340822.

HSL color Cylindrical-coordinate representation of color #967514: hue angle of 44.77º degrees, saturation: 0.76, 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 #967514 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB15011720-
CMYK00.220.870.41
HSL44.77º76.47%33.33%-
HSV(B)44.77º86.67%58.82%-
XYZ19.0719.263.37-
YUV115.8173.93152.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 20 (8.20% from 255) = 6.97%
R=52.26%
G=40.77%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501172000.220.870.4144.7776.4733.33
Hex96751401657292d4c21
Octal22616524026127515511441
Binary1001011011101011010001011010101111010011011011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967514; }

 p { color: rgb(150,117,20); }

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

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

 a { background-color: rgb(150,117,20); }

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

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

 span { border-color: rgb(150,117,20); }

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