#967513

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

Shades of Hacienda #967513

Tints of Hacienda #967513

Color information

#967513 (or 0x967513) is unknown color: approx Hacienda. HEX triplet: 96, 75 and 13. RGB value is (150,117,19). Sum of RGB (Red+Green+Blue) = 150+117+19=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967513 is #698AEC. Grayscale: #747474. Windows color (decimal): -6916845 or 1275286. OLE color: 1275286.

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

Color convert

RGB15011719-
CMYK00.220.870.41
HSL44.89º77.51%33.14%-
HSV(B)44.89º87.33%58.82%-
XYZ19.0619.253.33-
YUV115.773.43152.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=52.45%
G=40.91%
B=6.64%

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
Decimal1501171900.220.870.4144.8977.5133.14
Hex96751301657292d4e21
Octal22616523026127515511641
Binary1001011011101011001101011010101111010011011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967513; }

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

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

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

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

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

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

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

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