#967612

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

Shades of Hacienda #967612

Tints of Hacienda #967612

Color information

#967612 (or 0x967612) is unknown color: approx Hacienda. HEX triplet: 96, 76 and 12. RGB value is (150,118,18). Sum of RGB (Red+Green+Blue) = 150+118+18=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #967612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967612 is #6989ED. Grayscale: #747474. Windows color (decimal): -6916590 or 1210006. OLE color: 1210006.

HSL color Cylindrical-coordinate representation of color #967612: hue angle of 45.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #967612 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15011818-
CMYK00.210.880.41
HSL45.45º78.57%32.94%-
HSV(B)45.45º88%58.82%-
XYZ19.1719.483.32-
YUV116.1772.6152.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=52.45%
G=41.26%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501181800.210.880.4145.4578.5732.94
Hex96761201558292d4f21
Octal22616622025130515511741
Binary1001011011101101001001010110110001010011011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967612; }

 p { color: rgb(150,118,18); }

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

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

 a { background-color: rgb(150,118,18); }

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

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

 span { border-color: rgb(150,118,18); }

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